aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/AssetTransaction/AssetXferUploader.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix typoUbitUmarov2017-07-281-3/+3
* partial mantis 8219; on creating or updating items (animationsets, wearables)...UbitUmarov2017-07-281-50/+70
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-1/+1
* Allow default permissions from the viewer to be applied to uploaded objects.Melanie Thielker2016-04-291-1/+1
* add default eyes to default wearables, and revert previus bad commitUbitUmarov2015-12-041-2/+1
* add other Eyes asset id to xferupload defaultsUbitUmarov2015-12-041-2/+4
* fix a more few typosUbitUmarov2015-12-011-2/+2
* fix a few typosUbitUmarov2015-11-301-3/+2
* add a few more known texture IDsUbitUmarov2015-11-301-5/+15
* 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