aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/AssetTransaction (follow)
Commit message (Expand)AuthorAgeFilesLines
* revert validating Library textures. Those need to be on a grid assets or wil...UbitUmarov2015-09-121-14/+0
* try to validate textures from library folderUbitUmarov2015-09-121-0/+14
* send a reply on UpdateInventoryItem with the transactionID viewer sent. Prot...UbitUmarov2015-09-121-1/+3
* put back diva's cache with her recent fix but also avoid duplicated Inventor...UbitUmarov2015-09-111-10/+25
* seems to compile ( tests comented out)UbitUmarov2015-09-021-3/+1
* bad merge?UbitUmarov2015-09-013-20/+218
|\
| * Also fetch and store old asset for animation setsMelanie Thielker2014-09-271-2/+4
| * Reinstate the part of the id theft protection that was lost in a long ago mergeMelanie Thielker2014-09-271-0/+20
| * Add a sample use for the validationMelanie Thielker2014-09-251-0/+16
| * Extend upload verification to all upload pathsMelanie Thielker2014-09-251-0/+2
| * Merge branch 'master' into careminsterMelanie2013-11-031-0/+9
| |\
| * | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-241-2/+3
| * | Merge branch 'avination' into careminsterMelanie2013-03-031-4/+9
| |\ \
| | * | Reinstate uploading temporary texturesMelanie2013-02-271-4/+4
| | * | Try to update inventory items when there is a valid asset - may fix temp text...Melanie2013-02-271-0/+5
| | * | Prevent items being destroyed by rename operations. Renaming of a wearable alsoMelanie2013-01-271-1/+2
| * | | Merge branch 'master' into careminsterMelanie2013-02-151-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2013-01-311-8/+10
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2013-01-271-1/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'avination' into careminsterMelanie2012-11-171-11/+20
| |\ \ \ \ \
| | * | | | | Prevent a buffer overflow in asset receivingMelanie2012-11-171-11/+20
| * | | | | | Merge branch 'master' into careminsterMelanie2012-11-121-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'avination' into careminsterMelanie2012-09-272-4/+6
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | If an asset upload transaction doesn't exist for a CreateInventory request,Melanie2012-09-242-7/+9
| * | | | | | | Fix very recently introduced race condition where a CreateNewItem outracing a...Justin Clark-Casey (justincc)2012-09-271-19/+18
| * | | | | | | Comment out old m_storeLocal from AssetXferUploader.Justin Clark-Casey (justincc)2012-09-271-6/+6
| * | | | | | | Insert transaction ID into AssetXferUploader constructor rather than at Uploa...Justin Clark-Casey (justincc)2012-09-272-36/+49
| * | | | | | | Move UDP update task item code to AssetXferUploader to match existing create ...Justin Clark-Casey (justincc)2012-09-273-50/+52
| * | | | | | | Fix occasional race condition failure when creating new clothing/body parts i...Justin Clark-Casey (justincc)2012-09-273-110/+93
| |/ / / / / /
| * | | | | | Merge branch 'master' into careminsterMelanie2012-06-071-8/+7
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-03-271-1/+21
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-01-281-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into bigmergeMelanie2011-11-141-2/+0
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge commit 'c8304b7f84b1a8d9fb978cae510f684e36419deb' into bigmergeMelanie2011-10-113-98/+238
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-04-301-4/+5
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-01-231-6/+6
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Cowardly refuse to keep running when no application plugins are loaded.Melanie2010-12-072-3/+21
| * | | | | | | | | | | | | Monitor the UUIDs used to create and update wearable assets. Reject any changedMelanie2010-12-042-0/+125
| * | | | | | | | | | | | | Simplify updating of agent inventory assets. Make newly created asset IDsMelanie2010-12-041-19/+6
| * | | | | | | | | | | | | Convert the agent asset transactions module to a new style module.Melanie2010-12-043-168/+156
* | | | | | | | | | | | | | Small change to my previous commit: not so aggressive on the trigger, please.Diva Canto2014-07-041-2/+0
* | | | | | | | | | | | | | Instrument the UDP path of creating assets so that it triggers an asset post ...Diva Canto2014-07-041-0/+6
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Made terrain uploads thread-safeOren Hurvitz2013-10-151-0/+9
* | | | | | | | | | | | | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-261-2/+3
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2013-02-141-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | minor: Tidy up disabled logging on AssetTransactionModule for future use. Ma...Justin Clark-Casey (justincc)2013-01-291-8/+10
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Prevent items being destroyed by rename operations. Renaming of a wearable alsoMelanie2013-01-271-1/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-121-1/+1
* | | | | | | | | Fix very recently introduced race condition where a CreateNewItem outracing a...Justin Clark-Casey (justincc)2012-09-251-19/+18
* | | | | | | | | Comment out old m_storeLocal from AssetXferUploader.Justin Clark-Casey (justincc)2012-09-251-6/+6