Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add list for backend plugins and Dispose() all plugins on shutdown | Mike Mazur | 2009-02-16 | 8 | -14/+3 |
| | | | | | | | - fix some plugin names - remove most references to ExtensionLoader - remove commented out AssetInventoryServer blobs from prebuild.xml | ||||
* | Move NullAuthentication and AuthorizeAll extensions to plugins. | Mike Mazur | 2009-02-16 | 3 | -0/+204 |
| | |||||
* | Move BrowseFrontend and ReferenceFrontend to | Mike Mazur | 2009-02-16 | 3 | -0/+422 |
| | | | | | OpenSim/Grid/AssetInventoryServer/Plugins. | ||||
* | Migrate OpenSim inventory frontend to load with Mono.Addins. Everything | Mike Mazur | 2009-02-16 | 3 | -1/+669 |
| | | | | | should compile and it seems even creating users works somehow. | ||||
* | Add OpenSim & Simple inventory storage plugins and Null metrics plugin. | Mike Mazur | 2009-02-16 | 6 | -3/+1471 |
| | |||||
* | - added Simple AssetInventoryServer plugin (asset storage only) | Mike Mazur | 2009-02-16 | 6 | -4/+376 |
| | | | | | | | - removed OpenSim storage and frontend classes in Extensions dir - put OpenSim plugins in OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim namespace | ||||
* | - implement and load NullMetrics module in AssetInventoryServer | Mike Mazur | 2009-02-16 | 4 | -132/+203 |
| | | | | | - update AssetBase de/serialization in AssetInventoryServer | ||||
* | - IAssetProviderPlugin was changed to IAssetDataPlugin | Mike Mazur | 2009-02-16 | 2 | -15/+8 |
| | | | | | - Use OpenSim.Data.DataPluginFactory to load data plugins | ||||
* | Converted to Linux newlines. | Mike Mazur | 2009-02-16 | 2 | -610/+610 |
| | |||||
* | Added OpenSim asset frontend plugin. | Mike Mazur | 2009-02-16 | 3 | -44/+305 |
| | |||||
* | Rename NewAssetServer AssetInventoryServer and fully qualify with | Mike Mazur | 2009-02-16 | 2 | -0/+366 |
OpenSim.Grid.AssetInventoryServer. |