aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: use direct scene reference in inventory archive read requestJustin Clark-Casey (justincc)2009-09-061-15/+5
* refactor: replace some uses of iar module reference with scene insteadJustin Clark-Casey (justincc)2009-09-061-2/+2
* Add ids to iar requestsJustin Clark-Casey (justincc)2009-09-041-11/+30
* If a test dll fails, stop immediately rather than trying all the other test dllsJustin Clark-Casey (justincc)2009-09-031-25/+26
* 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-5/+12
* * Change inventory archiver module to use profile cacheJustin Clarke Casey2009-04-171-11/+3
* * Make save iar behave properly if the nominated inventory path does not existJustin Clarke Casey2009-02-181-6/+18
* * Establish InventoryArchiveSaved event for unit testsJustin Clarke Casey2009-02-171-10/+24
* * minor: print out status messages at start and end of inventory archive load...Justin Clarke Casey2009-02-161-0/+16
* * Make it possible to load and save inventory archives while a user is not lo...Justin Clarke Casey2009-02-121-2/+2
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-11/+11
* * move userinfo for inventory archiving up to module class so that it only ha...Justin Clarke Casey2009-02-121-25/+59
* * optimized usings.lbsa712009-02-121-11/+11
* * When an inventory archive is loaded, immediately update the client's invent...Justin Clarke Casey2009-02-111-16/+46
* * Establish a common InventoryNodeBase class from InventoryItemBase and Inven...Justin Clarke Casey2009-02-111-0/+11
* * Refactor inventory archive code to allow direct invocation in order to supp...Justin Clarke Casey2009-02-111-0/+169