aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Plugins/Resources/AssetInventoryServerPlugins.addin.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-11Adding AssetInventory InventoryArchive pluginMike Mazur1-0/+3
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.
2009-02-16- remove dependency on ExtensionLoader.dll (DBConnString.cs can go)Mike Mazur1-1/+1
- bring config system in line with other servers - add new plugin filter class which filters on ID - update AssetInventoryServer.ini file
2009-02-16Move NullAuthentication and AuthorizeAll extensions to plugins.Mike Mazur1-0/+6
2009-02-16Move BrowseFrontend and ReferenceFrontend toMike Mazur1-0/+6
OpenSim/Grid/AssetInventoryServer/Plugins.
2009-02-16Add OpenSim & Simple inventory storage plugins and Null metrics plugin.Mike Mazur1-1/+1
2009-02-16- implement and load NullMetrics module in AssetInventoryServerMike Mazur1-0/+13
- update AssetBase de/serialization in AssetInventoryServer