aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-18/+18
- trim trailing whitespace
2009-01-22white space & formatting cleanupDr Scofield1-5/+4
2009-01-22From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-2/+6
this patch makes load-oar a bit more tolerant to irrelevant differences in the oar file format. Directory entries are now ignored rather than trying to interpret them as files they hold which results in the load-oar failing. This change makes it easier to manually modify oar files.
2008-12-03Make a couple log4net instances static readonly.Jeff Ames1-1/+1
2008-10-19* Restore loaded inventory items to the given folderJustin Clarke Casey1-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
2008-10-19* move command line parsing code from inventory archive modules to opensim ↵Justin Clarke Casey1-11/+12
server * use default inventory archive name if none is given * other minor cleanups * this facility is not useable yet
2008-09-29* minor: remove warningsJustin Clarke Casey1-3/+3
2008-09-29* reactor: move inventory archive classes into separate Inventory/Archiver ↵Justin Clarke Casey1-2/+2
directory * This is not yet a real module (and is arguably not a region module anyway)
2008-09-29* check in missing files that caused the previous build breakJustin Clarke Casey1-0/+238