Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding AssetInventory InventoryArchive plugin | Mike Mazur | 2009-03-11 | 1 | -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 Mazur | 2009-02-16 | 1 | -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 Mazur | 2009-02-16 | 1 | -0/+6 |
| | |||||
* | Move BrowseFrontend and ReferenceFrontend to | Mike Mazur | 2009-02-16 | 1 | -0/+6 |
| | | | | | OpenSim/Grid/AssetInventoryServer/Plugins. | ||||
* | Add OpenSim & Simple inventory storage plugins and Null metrics plugin. | Mike Mazur | 2009-02-16 | 1 | -1/+1 |
| | |||||
* | - implement and load NullMetrics module in AssetInventoryServer | Mike Mazur | 2009-02-16 | 1 | -0/+13 |
- update AssetBase de/serialization in AssetInventoryServer |