aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-12 revert validating Library textures. Those need to be on a grid assets or wil...UbitUmarov1-14/+0
2015-09-12 try to validate textures from library folderUbitUmarov1-0/+14
2015-09-12 send a reply on UpdateInventoryItem with the transactionID viewer sent. Prot...UbitUmarov1-1/+3
2015-09-11 put back diva's cache with her recent fix but also avoid duplicated Inventor...UbitUmarov1-10/+25
2015-09-11Mantis #7720: AssetXferUploader was setting AssetID to UUID.Zero. Before that...Diva Canto1-5/+7
2015-09-02seems to compile ( tests comented out)UbitUmarov1-3/+1
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)1-1/+1
2014-09-27Also fetch and store old asset for animation setsMelanie Thielker1-2/+4
2014-09-27Reinstate the part of the id theft protection that was lost in a long ago mergeMelanie Thielker1-0/+20
2014-09-25Add a sample use for the validationMelanie Thielker1-0/+16
2014-09-25Extend upload verification to all upload pathsMelanie Thielker1-0/+2
2014-07-21Close streams immediately when we finish using themOren Hurvitz1-1/+5
2014-07-04Small change to my previous commit: not so aggressive on the trigger, please.Diva Canto1-2/+0
2014-07-04Instrument the UDP path of creating assets so that it triggers an asset post ...Diva Canto1-0/+6
2014-01-19Add J2K decoder routine that converts directly to an image.Robert Adams1-0/+20
2013-10-15Made terrain uploads thread-safeOren Hurvitz1-0/+9
2013-08-03Making the J2KDecoderModule decoder function async. Could this be the cause o...Diva Canto1-1/+1
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-2/+3
2013-03-24Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-2/+3
2013-02-27Reinstate uploading temporary texturesMelanie1-4/+4
2013-02-27Try to update inventory items when there is a valid asset - may fix temp text...Melanie1-0/+5
2013-02-14minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2013-01-29minor: Tidy up disabled logging on AssetTransactionModule for future use. Ma...Justin Clark-Casey (justincc)1-8/+10
2013-01-27Prevent items being destroyed by rename operations. Renaming of a wearable alsoMelanie1-1/+2
2013-01-27Prevent items being destroyed by rename operations. Renaming of a wearable alsoMelanie1-1/+2
2012-11-17Prevent a buffer overflow in asset receivingMelanie1-11/+20
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus3-184/+187
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto2-0/+4
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie2-2/+2
2012-11-11J2KDecoderModule: move the code out of PostInitialise()Diva Canto1-8/+17
2012-11-10One more module converted: XferModule.Diva Canto1-9/+24
2012-11-10One more module converted: J2KDecoderModule.Diva Canto1-10/+32
2012-11-09One more more converted: IPBanModule.Diva Canto1-6/+18
2012-09-27Fix very recently introduced race condition where a CreateNewItem outracing a...Justin Clark-Casey (justincc)1-19/+18
2012-09-27Comment out old m_storeLocal from AssetXferUploader.Justin Clark-Casey (justincc)1-6/+6
2012-09-27Insert transaction ID into AssetXferUploader constructor rather than at Uploa...Justin Clark-Casey (justincc)2-36/+49
2012-09-27Move UDP update task item code to AssetXferUploader to match existing create ...Justin Clark-Casey (justincc)3-50/+52
2012-09-27Fix occasional race condition failure when creating new clothing/body parts i...Justin Clark-Casey (justincc)3-110/+93
2012-09-25Fix very recently introduced race condition where a CreateNewItem outracing a...Justin Clark-Casey (justincc)1-19/+18
2012-09-25Comment out old m_storeLocal from AssetXferUploader.Justin Clark-Casey (justincc)1-6/+6
2012-09-25Insert transaction ID into AssetXferUploader constructor rather than at Uploa...Justin Clark-Casey (justincc)2-36/+49
2012-09-25Move UDP update task item code to AssetXferUploader to match existing create ...Justin Clark-Casey (justincc)3-64/+52
2012-09-25Fix occasional race condition failure when creating new clothing/body parts i...Justin Clark-Casey (justincc)3-110/+94
2012-09-24If an asset upload transaction doesn't exist for a CreateInventory request,Melanie2-7/+9
2012-07-19Fix slow loading of task inventoryMelanie1-4/+7
2012-06-07Record the fact that child agents can have asset transactions.Justin Clark-Casey (justincc)1-8/+7
2012-03-27User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer1-1/+21
2012-01-28Remove IClientAPI from the money module. It was only used to pass in theMelanie1-1/+1
2012-01-05Improve "j2k decode" command to tell us how many layers and components were d...Justin Clark-Casey (justincc)1-5/+16