aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/AssetTransaction (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang3-48/+289
2017-07-28fix typoUbitUmarov1-3/+3
2017-07-28partial mantis 8219; on creating or updating items (animationsets, wearables)...UbitUmarov1-50/+70
2017-01-06Restructure god level and permissionsMelanie Thielker1-1/+1
2017-01-05Massive tab and trailing space cleanupMelanie Thielker3-5/+5
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel3-8/+24
2016-04-29Allow default permissions from the viewer to be applied to uploaded objects.Melanie Thielker1-1/+1
2015-12-04add default eyes to default wearables, and revert previus bad commitUbitUmarov1-2/+1
2015-12-04add other Eyes asset id to xferupload defaultsUbitUmarov1-2/+4
2015-12-01fix a more few typosUbitUmarov1-2/+2
2015-11-30fix a few typosUbitUmarov1-3/+2
2015-11-30add a few more known texture IDsUbitUmarov1-5/+15
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-02-08minor: Tidy up disabled logging on AssetTransactionModule for future use. Ma...Justin Clark-Casey (justincc)1-8/+10
2013-02-08Prevent items being destroyed by rename operations. Renaming of a wearable alsoMelanie1-1/+2
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