aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ids to iar requestsJustin Clark-Casey (justincc)2009-09-041-11/+30
| | | | Stop save iar test wrongly relying on thread pulsing (still disabled though)
* If a test dll fails, stop immediately rather than trying all the other test dllsJustin Clark-Casey (justincc)2009-09-031-25/+26
| | | | | This is very useful behaviour if debugging test failures otherwise it's hard to pick out the test output Also, some minor method shuffling in the iar module
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-151-5/+12
| | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
* * 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)