aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-13minor: A further minor tweak to reduce iar load logging verbosityJustin Clark-Casey (justincc)1-2/+2
2009-11-09refactor out iar escapingJustin Clark-Casey (justincc)1-8/+1
2009-11-09minor: correct slightly over-enthusiastic load iar logging messageJustin Clark-Casey (justincc)1-2/+1
2009-11-09fix load iar regression accidentally introduced in last commitJustin Clark-Casey (justincc)1-1/+1
2009-11-09minor: tweak load iar messages to be slightly less verboseJustin Clark-Casey (justincc)1-4/+5
2009-11-09minor: provide updates on number of assets loaded while executing "load iar"Justin Clark-Casey (justincc)1-2/+9
2009-11-09refactor: break actual item load in iar into separate methodJustin Clark-Casey (justincc)1-28/+46
2009-11-09minor: remove some old commented out load iar codeJustin Clark-Casey (justincc)1-30/+0
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-3/+4
2009-11-05* Escape / character when saving items and folders in an iar so that the load...Justin Clark-Casey (justincc)1-2/+11
2009-10-01Formatting cleanup.Jeff Ames1-6/+6
2009-09-11Remove bug where iar created folders could not be deleted after relogJustin Clark-Casey (justincc)1-2/+6
2009-09-10fix spurious loading... messages on iar load by creating folders as version 1...Justin Clark-Casey (justincc)1-1/+1
2009-09-09Add test to check behaviour if an iar is loaded where no user profile exists ...Justin Clark-Casey (justincc)1-0/+2
2009-09-08extend load iar test to loading into a deeply nested directoryJustin Clark-Casey (justincc)1-1/+1
2009-09-08refactor: change method argument nameJustin Clark-Casey (justincc)1-22/+24
2009-09-06change iar load to make discrete inventory service requests rather than the c...Justin Clark-Casey (justincc)1-25/+40
2009-09-06refactor: use direct scene reference in inventory archive read requestJustin Clark-Casey (justincc)1-12/+14
2009-08-11Re-enable TestReplicateArchivePathToUserInventory() but stop it failing on th...Justin Clark-Casey (justincc)1-0/+5
2009-06-11* Fixed a few more async calls. Still not uncommented, some asserts still fai...Arthur Valadares1-0/+7
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-4/+7
2009-05-05* If an item creator id contains an iar loaded name, create a temporary profi...Justin Clarke Casey1-3/+3
2009-05-04* refactor: move OspResolver to a different namespaceJustin Clarke Casey1-2/+3
2009-05-04* Insert profile references for creators for items saved into iarsJustin Clarke Casey1-1/+1
2009-04-28* Add preliminary code for resolving iar profile namesJustin Clarke Casey1-5/+8
2009-04-24* Refactor: break out loading of archive paths into inventory into a separate...Justin Clarke Casey1-110/+139
2009-04-24* correct spelling mistake in item seiralizationJustin Clarke Casey1-1/+0
2009-04-23* refactor: move archive user inventory item serialization out to a separate ...Justin Clarke Casey1-82/+15
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey1-2/+2
2009-03-16Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur1-7/+7
2009-03-13* Support loading empty folders in an iarJustin Clarke Casey1-78/+90
2009-03-12Move ArchiveConstants to OpenSim.Framework.ArchiveMike Mazur1-46/+46
2009-03-12Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur1-0/+1
2009-03-04* Add the abilty to load and save iar item nodes where folders have identical...Justin Clarke Casey1-14/+77
2009-02-25* Properly load items into correct folders when an iar is loadedJustin Clarke Casey1-8/+12
2009-02-25* Fix my own unit testJustin Clarke Casey1-5/+16
2009-02-25* Add InventoryArchiveConstants that I missed from last commitJustin Clarke Casey1-6/+29
2009-02-25* Store inventory data in an 'inventory' directory rather than in the root of...Justin Clarke Casey1-9/+9
2009-02-17* Assign incoming items with a random UUID so that archives can be loaded mor...Justin Clarke Casey1-11/+4
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-1/+1
2009-02-12* Make it possible to load and save inventory archives while a user is not lo...Justin Clarke Casey1-5/+18
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-14/+14
2009-02-12* move userinfo for inventory archiving up to module class so that it only ha...Justin Clarke Casey1-32/+12
2009-02-12* optimized usings.lbsa711-28/+26
2009-02-11* When an inventory archive is loaded, immediately update the client's invent...Justin Clarke Casey1-5/+16
2009-02-11* Refactor inventory archive code to allow direct invocation in order to supp...Justin Clarke Casey1-22/+45
2009-02-11* More inventory archive invocation to a proper region moduleJustin Clarke Casey1-5/+2
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-3/+3
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-1/+1