aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Plugins/NullMetricsPlugin.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-20Remove the AssetInventory server from core. It has fallen behind bothMelanie1-151/+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.
2009-03-06Add missing parameter to m_log.DebugFormat().Mike Mazur1-1/+1
2009-02-16- replace existing license header in each source file inMike Mazur1-23/+21
AssetInventoryServer with the standard OpenSim license header - add note about Cable Beach to CONTRIBUTORS.txt - clean up AssetInventoryServer.ini.example
2009-02-16- add restrictions and error handling to plugin loading inMike Mazur1-1/+1
AssetInventoryServer - assign shorter names to each AssetInventory plugin - modify AssetInventoryServer.ini.example file so it works out of the box
2009-02-16Standardize logging messages.Mike Mazur1-13/+13
2009-02-16- clean up using references as well as References in prebuild.xmlMike Mazur1-3/+2
- comment out a bunch of stuff in OpenSimInventoryFrontendPlugin.cs to get rid of warnings
2009-02-16- change AssetInventoryServer config from XML to INIMike Mazur1-12/+16
- convert AssetInventoryServer logging to OpenSim's log4net - updated AssetInventoryServer.ini.example file
2009-02-16Add OpenSim & Simple inventory storage plugins and Null metrics plugin.Mike Mazur1-2/+2
2009-02-16- implement and load NullMetrics module in AssetInventoryServerMike Mazur1-11/+37
- update AssetBase de/serialization in AssetInventoryServer
2009-02-16Converted to Linux newlines.Mike Mazur1-124/+124
2009-02-16Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur1-4/+4
OpenSim.Grid.AssetInventoryServer.
2009-02-16AddingMike Mazur1-0/+124
- NewAssetServer code - NewAssetServer addin manifest - example AssetServer.ini file