aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/AssetInventoryServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the AssetInventory server from core. It has fallen behind bothMelanie2009-08-201-216/+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.
* Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker2009-05-201-1/+1
|
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
|
* Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker2009-05-041-1/+1
| | | | | | | | console capable of processing commands. Create LocalConsole as a console that uses cursor control and context help. Precursor to a distributed console system for the new grid services. No functional change intended :)
* Load default assets when AssetInventory starts.Mike Mazur2009-02-231-0/+14
|
* - replace existing license header in each source file inMike Mazur2009-02-161-23/+21
| | | | | | | AssetInventoryServer with the standard OpenSim license header - add note about Cable Beach to CONTRIBUTORS.txt - clean up AssetInventoryServer.ini.example
* - add restrictions and error handling to plugin loading inMike Mazur2009-02-161-26/+48
| | | | | | | | AssetInventoryServer - assign shorter names to each AssetInventory plugin - modify AssetInventoryServer.ini.example file so it works out of the box
* Standardize logging messages.Mike Mazur2009-02-161-8/+8
|
* - clean up using references as well as References in prebuild.xmlMike Mazur2009-02-161-2/+0
| | | | | | - comment out a bunch of stuff in OpenSimInventoryFrontendPlugin.cs to get rid of warnings
* Name extension points a little clearer.Mike Mazur2009-02-161-2/+2
|
* - change AssetInventoryServer config from XML to INIMike Mazur2009-02-161-23/+30
| | | | | | - convert AssetInventoryServer logging to OpenSim's log4net - updated AssetInventoryServer.ini.example file
* - 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.