aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Change inventory archiver module to use profile cacheJustin Clarke Casey2009-04-171-11/+3
| | | | | | * Clean up some log messages
* * Make save iar behave properly if the nominated inventory path does not existJustin Clarke Casey2009-02-181-6/+18
| | | | | | * load iar probably still fails for this
* * Establish InventoryArchiveSaved event for unit testsJustin Clarke Casey2009-02-171-10/+24
| | | | | | * This is done on the inventory archiver module directly rather than Scene.EventManager - the module seems the more appropriate location
* * minor: print out status messages at start and end of inventory archive ↵Justin Clarke Casey2009-02-161-0/+16
| | | | loading and saving
* * Make it possible to load and save inventory archives while a user is not ↵Justin Clarke Casey2009-02-121-2/+2
| | | | | | | | logged in on standalone mode but not on grid mode * No user functionality yet
* 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 ↵Justin Clarke Casey2009-02-121-25/+59
| | | | has to be done once
* * optimized usings.lbsa712009-02-121-11/+11
|
* * When an inventory archive is loaded, immediately update the client's ↵Justin Clarke Casey2009-02-111-16/+46
| | | | | | | | inventory if that client is online at that region server * Not useable yet
* * Establish a common InventoryNodeBase class from InventoryItemBase and ↵Justin Clarke Casey2009-02-111-0/+11
| | | | InventoryFolderBase
* * Refactor inventory archive code to allow direct invocation in order to ↵Justin Clarke Casey2009-02-111-0/+169
support future unit tests * Add a file I missed out from the last commit (the build was probably fine without it)