Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the AssetInventory server from core. It has fallen behind both | Melanie | 2009-08-20 | 1 | -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 consoles | Melanie Thielker | 2009-05-20 | 1 | -1/+1 |
| | |||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -0/+1 |
| | |||||
* | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 2009-05-04 | 1 | -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 Mazur | 2009-02-23 | 1 | -0/+14 |
| | |||||
* | - replace existing license header in each source file in | Mike Mazur | 2009-02-16 | 1 | -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 in | Mike Mazur | 2009-02-16 | 1 | -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 Mazur | 2009-02-16 | 1 | -8/+8 |
| | |||||
* | - clean up using references as well as References in prebuild.xml | Mike Mazur | 2009-02-16 | 1 | -2/+0 |
| | | | | | | - comment out a bunch of stuff in OpenSimInventoryFrontendPlugin.cs to get rid of warnings | ||||
* | Name extension points a little clearer. | Mike Mazur | 2009-02-16 | 1 | -2/+2 |
| | |||||
* | - change AssetInventoryServer config from XML to INI | Mike Mazur | 2009-02-16 | 1 | -23/+30 |
| | | | | | | - convert AssetInventoryServer logging to OpenSim's log4net - updated AssetInventoryServer.ini.example file | ||||
* | - remove dependency on ExtensionLoader.dll (DBConnString.cs can go) | Mike Mazur | 2009-02-16 | 1 | -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 OpenSim | Mike Mazur | 2009-02-16 | 1 | -66/+81 |
| | | | | | console and HttpServer. It doesn't work though. | ||||
* | - add list for backend plugins and Dispose() all plugins on shutdown | Mike Mazur | 2009-02-16 | 1 | -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 Mazur | 2009-02-16 | 1 | -0/+2 |
| | |||||
* | Migrate OpenSim inventory frontend to load with Mono.Addins. Everything | Mike Mazur | 2009-02-16 | 1 | -3/+18 |
| | | | | | should compile and it seems even creating users works somehow. | ||||
* | Add OpenSim & Simple inventory storage plugins and Null metrics plugin. | Mike Mazur | 2009-02-16 | 1 | -3/+4 |
| | |||||
* | - added Simple AssetInventoryServer plugin (asset storage only) | Mike Mazur | 2009-02-16 | 1 | -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 AssetInventoryServer | Mike Mazur | 2009-02-16 | 1 | -41/+1 |
| | | | | | - update AssetBase de/serialization in AssetInventoryServer | ||||
* | Converted to Linux newlines. | Mike Mazur | 2009-02-16 | 1 | -267/+267 |
| | |||||
* | Added OpenSim asset frontend plugin. | Mike Mazur | 2009-02-16 | 1 | -3/+7 |
| | |||||
* | Rename NewAssetServer AssetInventoryServer and fully qualify with | Mike Mazur | 2009-02-16 | 1 | -0/+263 |
OpenSim.Grid.AssetInventoryServer. |