aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Plugins/Resources/AssetInventoryServerPlugins.addin.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the AssetInventory server from core. It has fallen behind bothMelanie2009-08-201-28/+0
| | | | | | upstream and the reference implementation to the point where it is no longer usable. It has no known users, and sinnce it doesn't work anymore, it is safe to assume that no one has used it in a long time.
* Adding AssetInventory InventoryArchive pluginMike Mazur2009-03-111-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.
* - remove dependency on ExtensionLoader.dll (DBConnString.cs can go)Mike Mazur2009-02-161-1/+1
| | | | | | | - bring config system in line with other servers - add new plugin filter class which filters on ID - update AssetInventoryServer.ini file
* Move NullAuthentication and AuthorizeAll extensions to plugins.Mike Mazur2009-02-161-0/+6
|
* Move BrowseFrontend and ReferenceFrontend toMike Mazur2009-02-161-0/+6
| | | | | OpenSim/Grid/AssetInventoryServer/Plugins.
* Add OpenSim & Simple inventory storage plugins and Null metrics plugin.Mike Mazur2009-02-161-1/+1
|
* - implement and load NullMetrics module in AssetInventoryServerMike Mazur2009-02-161-0/+13
- update AssetBase de/serialization in AssetInventoryServer