aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IInventoryArchiverModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Modifications to previous IAR commits to bring them more inline with ↵AliciaRaven2014-09-231-5/+5
| | | | existing OpenSim code conventions. Also include new IAR save switch in console help print out.
* Add an event callback for loading IAR files. The callback for creating them ↵AliciaRaven2014-09-231-3/+24
| | | | already existed but not for loading. This is of interest for use by region modules. Also includes reporting numbers of items saved and items filtered to the completed log printout.
* Change existing IAR save to use UUID for its callback reference instead of ↵AliciaRaven2014-09-231-3/+4
| | | | Guid. This is for uniformity as discussed on IRC.
* 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)