diff options
author | Mike Mazur | 2009-03-11 07:38:35 +0000 |
---|---|---|
committer | Mike Mazur | 2009-03-11 07:38:35 +0000 |
commit | c20e0286d3eae7fb78d783d79690d6c41735aa8a (patch) | |
tree | c42bd307f3c5021da2e15d62c4416931023faa5d /OpenSim/Grid/AssetInventoryServer/Plugins/Resources | |
parent | add a taint to SOP.UpdateShape() - addresses Mantis #3277 (diff) | |
download | opensim-SC-c20e0286d3eae7fb78d783d79690d6c41735aa8a.zip opensim-SC-c20e0286d3eae7fb78d783d79690d6c41735aa8a.tar.gz opensim-SC-c20e0286d3eae7fb78d783d79690d6c41735aa8a.tar.bz2 opensim-SC-c20e0286d3eae7fb78d783d79690d6c41735aa8a.tar.xz |
Adding AssetInventory InventoryArchive plugin
This plugin exposes an HTTP handler on the AssetInventoryServer which
serves a gzipped tar file containing the contents of a user's inventory.
The assets referenced by the inventory are not yet archived. At the
moment only export functionality is implemented, restore functionality
is missing.
prebuild.xml had to be shuffled around a bit in order for the plugin to
build, as it has a dependency on OpenSim.Region.CoreModules.
Also, close a MemoryStream in a few places.
Diffstat (limited to 'OpenSim/Grid/AssetInventoryServer/Plugins/Resources')
-rw-r--r-- | OpenSim/Grid/AssetInventoryServer/Plugins/Resources/AssetInventoryServerPlugins.addin.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/Plugins/Resources/AssetInventoryServerPlugins.addin.xml b/OpenSim/Grid/AssetInventoryServer/Plugins/Resources/AssetInventoryServerPlugins.addin.xml index c1e5c4d..42a279d 100644 --- a/OpenSim/Grid/AssetInventoryServer/Plugins/Resources/AssetInventoryServerPlugins.addin.xml +++ b/OpenSim/Grid/AssetInventoryServer/Plugins/Resources/AssetInventoryServerPlugins.addin.xml | |||
@@ -22,4 +22,7 @@ | |||
22 | <Extension path="/OpenSim/AssetInventoryServer/AuthorizationProvider"> | 22 | <Extension path="/OpenSim/AssetInventoryServer/AuthorizationProvider"> |
23 | <Plugin id="AuthorizeAll" provider="OpenSim.Grid.AssetInventoryServer.Plugins.dll" type="OpenSim.Grid.AssetInventoryServer.Plugins.AuthorizeAllPlugin" /> | 23 | <Plugin id="AuthorizeAll" provider="OpenSim.Grid.AssetInventoryServer.Plugins.dll" type="OpenSim.Grid.AssetInventoryServer.Plugins.AuthorizeAllPlugin" /> |
24 | </Extension> | 24 | </Extension> |
25 | <Extension path="/OpenSim/AssetInventoryServer/Frontend"> | ||
26 | <Plugin id="InventoryArchive" provider="OpenSim.Grid.AssetInventoryServer.Plugins.dll" type="OpenSim.Grid.AssetInventoryServer.Plugins.InventoryArchivePlugin" /> | ||
27 | </Extension> | ||
25 | </Addin> | 28 | </Addin> |