aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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