aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - add list for backend plugins and Dispose() all plugins on shutdownMike Mazur2009-02-168-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 Mazur2009-02-163-0/+204
|
* Move BrowseFrontend and ReferenceFrontend toMike Mazur2009-02-163-0/+422
| | | | | OpenSim/Grid/AssetInventoryServer/Plugins.
* Migrate OpenSim inventory frontend to load with Mono.Addins. EverythingMike Mazur2009-02-163-1/+669
| | | | | should compile and it seems even creating users works somehow.
* Add OpenSim & Simple inventory storage plugins and Null metrics plugin.Mike Mazur2009-02-166-3/+1471
|
* - added Simple AssetInventoryServer plugin (asset storage only)Mike Mazur2009-02-166-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 AssetInventoryServerMike Mazur2009-02-164-132/+203
| | | | | - update AssetBase de/serialization in AssetInventoryServer
* - IAssetProviderPlugin was changed to IAssetDataPluginMike Mazur2009-02-162-15/+8
| | | | | - Use OpenSim.Data.DataPluginFactory to load data plugins
* Converted to Linux newlines.Mike Mazur2009-02-162-610/+610
|
* Added OpenSim asset frontend plugin.Mike Mazur2009-02-163-44/+305
|
* Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur2009-02-162-0/+366
OpenSim.Grid.AssetInventoryServer.