aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-4/+7
* * If an item creator id contains an iar loaded name, create a temporary profi...Justin Clarke Casey2009-05-051-3/+3
* * refactor: move OspResolver to a different namespaceJustin Clarke Casey2009-05-041-2/+3
* * Insert profile references for creators for items saved into iarsJustin Clarke Casey2009-05-041-1/+1
* * Add preliminary code for resolving iar profile namesJustin Clarke Casey2009-04-281-5/+8
* * Refactor: break out loading of archive paths into inventory into a separate...Justin Clarke Casey2009-04-241-110/+139
* * correct spelling mistake in item seiralizationJustin Clarke Casey2009-04-241-1/+0
* * refactor: move archive user inventory item serialization out to a separate ...Justin Clarke Casey2009-04-231-82/+15
* * Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey2009-04-081-2/+2
* Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur2009-03-161-7/+7
* * Support loading empty folders in an iarJustin Clarke Casey2009-03-131-78/+90
* Move ArchiveConstants to OpenSim.Framework.ArchiveMike Mazur2009-03-121-46/+46
* Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur2009-03-121-0/+1
* * Add the abilty to load and save iar item nodes where folders have identical...Justin Clarke Casey2009-03-041-14/+77
* * Properly load items into correct folders when an iar is loadedJustin Clarke Casey2009-02-251-8/+12
* * Fix my own unit testJustin Clarke Casey2009-02-251-5/+16
* * Add InventoryArchiveConstants that I missed from last commitJustin Clarke Casey2009-02-251-6/+29
* * Store inventory data in an 'inventory' directory rather than in the root of...Justin Clarke Casey2009-02-251-9/+9
* * Assign incoming items with a random UUID so that archives can be loaded mor...Justin Clarke Casey2009-02-171-11/+4
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-1/+1
* * Make it possible to load and save inventory archives while a user is not lo...Justin Clarke Casey2009-02-121-5/+18
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-14/+14
* * move userinfo for inventory archiving up to module class so that it only ha...Justin Clarke Casey2009-02-121-32/+12
* * optimized usings.lbsa712009-02-121-28/+26
* * When an inventory archive is loaded, immediately update the client's invent...Justin Clarke Casey2009-02-111-5/+16
* * Refactor inventory archive code to allow direct invocation in order to supp...Justin Clarke Casey2009-02-111-22/+45
* * More inventory archive invocation to a proper region moduleJustin Clarke Casey2009-02-111-5/+2
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-0/+279