aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IInventoryArchiverModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2009-10-011-4/+4
|
* Some OSGrid specific changes, please use this or later for OSGrid useMelanie2009-09-151-3/+3
|
* Only allow iar load/save if user is logged in to the region simulatorJustin Clark-Casey (justincc)2009-09-071-4/+6
|
* Add ids to iar requestsJustin Clark-Casey (justincc)2009-09-041-3/+5
| | | | Stop save iar test wrongly relying on thread pulsing (still disabled though)
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * Establish InventoryArchiveSaved event for unit testsJustin Clarke Casey2009-02-171-2/+20
| | | | | | * This is done on the inventory archiver module directly rather than Scene.EventManager - the module seems the more appropriate location
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-2/+2
|
* * optimized usings.lbsa712009-02-121-2/+2
|
* * Refactor inventory archive code to allow direct invocation in order to ↵Justin Clarke Casey2009-02-111-0/+52
support future unit tests * Add a file I missed out from the last commit (the build was probably fine without it)