aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/AssetInventoryServer.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-20Remove the AssetInventory server from core. It has fallen behind bothMelanie1-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.
2009-05-20Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker1-1/+1
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-05-04Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker1-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 :)
2009-02-23Load default assets when AssetInventory starts.Mike Mazur1-0/+14
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-26/+48
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-8/+8
2009-02-16- clean up using references as well as References in prebuild.xmlMike Mazur1-2/+0
- comment out a bunch of stuff in OpenSimInventoryFrontendPlugin.cs to get rid of warnings
2009-02-16Name extension points a little clearer.Mike Mazur1-2/+2
2009-02-16- change AssetInventoryServer config from XML to INIMike Mazur1-23/+30
- convert AssetInventoryServer logging to OpenSim's log4net - updated AssetInventoryServer.ini.example file
2009-02-16- remove dependency on ExtensionLoader.dll (DBConnString.cs can go)Mike Mazur1-130/+25
- bring config system in line with other servers - add new plugin filter class which filters on ID - update AssetInventoryServer.ini file
2009-02-16AssetInventoryServer now compiles while using the standard OpenSimMike Mazur1-66/+81
console and HttpServer. It doesn't work though.
2009-02-16- add list for backend plugins and Dispose() all plugins on shutdownMike Mazur1-4/+22
- fix some plugin names - remove most references to ExtensionLoader - remove commented out AssetInventoryServer blobs from prebuild.xml
2009-02-16Move NullAuthentication and AuthorizeAll extensions to plugins.Mike Mazur1-0/+2
2009-02-16Migrate OpenSim inventory frontend to load with Mono.Addins. EverythingMike Mazur1-3/+18
should compile and it seems even creating users works somehow.
2009-02-16Add OpenSim & Simple inventory storage plugins and Null metrics plugin.Mike Mazur1-3/+4
2009-02-16- added Simple AssetInventoryServer plugin (asset storage only)Mike Mazur1-7/+10
- removed OpenSim storage and frontend classes in Extensions dir - put OpenSim plugins in OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim namespace
2009-02-16- implement and load NullMetrics module in AssetInventoryServerMike Mazur1-41/+1
- update AssetBase de/serialization in AssetInventoryServer
2009-02-16Converted to Linux newlines.Mike Mazur1-267/+267
2009-02-16Added OpenSim asset frontend plugin.Mike Mazur1-3/+7
2009-02-16Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur1-11/+12
OpenSim.Grid.AssetInventoryServer.
2009-02-16AddingMike Mazur1-0/+262
- NewAssetServer code - NewAssetServer addin manifest - example AssetServer.ini file