aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/AssetTransaction/AssetXferUploader.cs (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-011-16/+190
|\
| * Add a sample use for the validationMelanie Thielker2014-09-251-0/+16
| * Extend upload verification to all upload pathsMelanie Thielker2014-09-251-0/+2
| * Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-241-2/+3
| * 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 'avination' into careminsterMelanie2012-11-171-11/+20
| |\
| | * Prevent a buffer overflow in asset receivingMelanie2012-11-171-11/+20
| * | 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-271-32/+45
| * | Move UDP update task item code to AssetXferUploader to match existing create ...Justin Clark-Casey (justincc)2012-09-271-4/+49
| * | Fix occasional race condition failure when creating new clothing/body parts i...Justin Clark-Casey (justincc)2012-09-271-18/+53
| |/
| * Merge commit 'c8304b7f84b1a8d9fb978cae510f684e36419deb' into bigmergeMelanie2011-10-111-22/+105
| |\
| * | Cowardly refuse to keep running when no application plugins are loaded.Melanie2010-12-071-3/+15
| * | Monitor the UUIDs used to create and update wearable assets. Reject any changedMelanie2010-12-041-0/+115
| * | Convert the agent asset transactions module to a new style module.Melanie2010-12-041-18/+25
* | | 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
* | | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-261-2/+3
* | | Prevent items being destroyed by rename operations. Renaming of a wearable alsoMelanie2013-01-271-1/+2
* | | 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
* | | Insert transaction ID into AssetXferUploader constructor rather than at Uploa...Justin Clark-Casey (justincc)2012-09-251-32/+45
* | | Move UDP update task item code to AssetXferUploader to match existing create ...Justin Clark-Casey (justincc)2012-09-251-18/+49
* | | Fix occasional race condition failure when creating new clothing/body parts i...Justin Clark-Casey (justincc)2012-09-251-18/+54
| |/ |/|
* | Fix avatar parameter updating for viewer 3 and maybe 2.Justin Clark-Casey (justincc)2011-09-231-22/+105
* | Convert the agent asset transactions module to a new style module.Melanie2010-12-041-18/+25
|/
* Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)2010-09-041-3/+1
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
* * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-1/+1
* Merge branch 'master' into presence-refactorMelanie2010-02-151-1/+2
|\
| * Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)2010-02-121-1/+2
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+1
|/
* Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-051-4/+1
* Redirected all calls to CachedUserProfile methods to the inventory service. R...Diva Canto2009-08-121-29/+22
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-2/+2
* * Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey2009-04-081-2/+1
* * Appearance patches suite: These patches are applied to allow libomv bots to...Sean Dague2009-03-251-1/+3
* Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker2009-02-191-4/+4
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-13/+13
* * optimized usings.lbsa712009-02-121-2/+0
* starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield2009-02-091-0/+267