aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/AssetTransaction (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-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-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
2013-10-15Made terrain uploads thread-safeOren Hurvitz1-0/+9
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-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
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-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
2011-11-14minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+0
2011-09-23Fix avatar parameter updating for viewer 3 and maybe 2.Justin Clark-Casey (justincc)3-82/+238
2011-04-28Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim.Justin Clark-Casey (justincc)1-4/+5
2011-01-21remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2010-12-07Cowardly refuse to keep running when no application plugins are loaded.Melanie2-3/+21
2010-12-04Monitor the UUIDs used to create and update wearable assets. Reject any changedMelanie2-0/+125
2010-12-04Simplify updating of agent inventory assets. Make newly created asset IDsMelanie1-19/+6
2010-12-04Convert the agent asset transactions module to a new style module.Melanie3-168/+156
2010-12-04Simplify updating of agent inventory assets. Make newly created asset IDsMelanie1-19/+6
2010-12-04Convert the agent asset transactions module to a new style module.Melanie3-168/+156
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)1-3/+1
2010-07-14Fixes mantis #4870.Diva Canto1-1/+7