aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Inventory/Archiver (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make a couple log4net instances static readonly.Jeff Ames2008-12-031-1/+1
|
* * Restore loaded inventory items to the given folderJustin Clarke Casey2008-10-191-10/+47
| | | | | | | * Among many other deficiencies, currently a cache clear and relog is needed to see them, which is highly unsatisfactory * No user funcionality yet
* * move command line parsing code from inventory archive modules to opensim ↵Justin Clarke Casey2008-10-192-25/+24
| | | | | | | | | | server * use default inventory archive name if none is given * other minor cleanups * this facility is not useable yet
* * minor: remove warningsJustin Clarke Casey2008-09-291-3/+3
|
* * reactor: move inventory archive classes into separate Inventory/Archiver ↵Justin Clarke Casey2008-09-292-0/+487
directory * This is not yet a real module (and is arguably not a region module anyway)