aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/AssetInventoryServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - remove dependency on ExtensionLoader.dll (DBConnString.cs can go)Mike Mazur2009-02-161-130/+25
| | | | | | | - bring config system in line with other servers - add new plugin filter class which filters on ID - update AssetInventoryServer.ini file
* AssetInventoryServer now compiles while using the standard OpenSimMike Mazur2009-02-161-66/+81
| | | | | console and HttpServer. It doesn't work though.
* - add list for backend plugins and Dispose() all plugins on shutdownMike Mazur2009-02-161-4/+22
| | | | | | | - 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-161-0/+2
|
* Migrate OpenSim inventory frontend to load with Mono.Addins. EverythingMike Mazur2009-02-161-3/+18
| | | | | should compile and it seems even creating users works somehow.
* Add OpenSim & Simple inventory storage plugins and Null metrics plugin.Mike Mazur2009-02-161-3/+4
|
* - added Simple AssetInventoryServer plugin (asset storage only)Mike Mazur2009-02-161-7/+10
| | | | | | | - 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-161-41/+1
| | | | | - update AssetBase de/serialization in AssetInventoryServer
* Converted to Linux newlines.Mike Mazur2009-02-161-267/+267
|
* Added OpenSim asset frontend plugin.Mike Mazur2009-02-161-3/+7
|
* Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur2009-02-161-0/+263
OpenSim.Grid.AssetInventoryServer.