aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IInventoryArchiverModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-5/+27
|
* Formatting cleanup.Jeff Ames2010-09-121-8/+8
|
* add ability for load iar/save iar to take in arbitrary optionsJustin Clark-Casey (justincc)2010-06-041-0/+29
| | | | not used for anything yet
* OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+0
|
* * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-1/+2
| | | | | * HG is seriously broken here * Compiles. Untested.
* 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)