Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 2009-02-25 | 1 | -2/+2 |
| | |||||
* | Load default assets when AssetInventory starts. | Mike Mazur | 2009-02-23 | 2 | -0/+15 |
| | |||||
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 1 | -1/+5 |
| | | | | | | | | | * Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors. | ||||
* | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 2009-02-17 | 2 | -8/+9 |
| | | | | | | | | | properties as before - prefix private variables with m_ in AssetBase.cs - related to Mantis #3122, as mentioned in https://lists.berlios.de/pipermail/opensim-dev/2009-February/005088.html - all services will likely need to be upgraded after this commit | ||||
* | - replace existing license header in each source file in | Mike Mazur | 2009-02-16 | 17 | -391/+357 |
| | | | | | | | 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 | 12 | -37/+61 |
| | | | | | | | | 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 | 13 | -92/+92 |
| | |||||
* | - removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor of | Mike Mazur | 2009-02-16 | 8 | -1250/+1074 |
| | | | | | | | | | | | | | | OpenSim.Framework.AssetMetadata and related updates in AssetInventory server - removed dependency on MySql.Data.MySqlClient - commented out the bulk of OpenSimInventoryStorage due to missing MySql.Data dependency - refactor asset creation in OpenSimAssetFrontend - commented out ForEach implementation, which also depended on MySql.Data, until it's supported by OpenSim backends - commented out some handlers in BrowseFrontend and ReferenceFrontend as they relied on either ForEach or the removed Metadata class | ||||
* | We need to return a zero-length byte array from the Handle() routine. | Mike Mazur | 2009-02-16 | 1 | -1/+1 |
| | |||||
* | - clean up using references as well as References in prebuild.xml | Mike Mazur | 2009-02-16 | 15 | -305/+277 |
| | | | | | | - 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 | 3 | -6/+6 |
| | |||||
* | Fix dependency on non-OpenSim version of OpenMetaverse.StructuredData.dll. | Mike Mazur | 2009-02-16 | 1 | -1/+1 |
| | |||||
* | - change AssetInventoryServer config from XML to INI | Mike Mazur | 2009-02-16 | 15 | -220/+300 |
| | | | | | | - 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 | 5 | -229/+44 |
| | | | | | | | - bring config system in line with other servers - add new plugin filter class which filters on ID - update AssetInventoryServer.ini file | ||||
* | - asset server functionality works with OpenSim's HttpServer | Mike Mazur | 2009-02-16 | 4 | -104/+34 |
| | | | | | - start of removal of AssetInventoryServer.Metadata class | ||||
* | AssetInventoryServer now compiles while using the standard OpenSim | Mike Mazur | 2009-02-16 | 7 | -564/+796 |
| | | | | | console and HttpServer. It doesn't work though. | ||||
* | Update to new generic DataPluginFactory calls. | Mike Mazur | 2009-02-16 | 2 | -2/+2 |
| | |||||
* | - add list for backend plugins and Dispose() all plugins on shutdown | Mike Mazur | 2009-02-16 | 9 | -18/+25 |
| | | | | | | | - 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 | 5 | -14/+74 |
| | |||||
* | Move BrowseFrontend and ReferenceFrontend to | Mike Mazur | 2009-02-16 | 3 | -12/+70 |
| | | | | | OpenSim/Grid/AssetInventoryServer/Plugins. | ||||
* | Migrate OpenSim inventory frontend to load with Mono.Addins. Everything | Mike Mazur | 2009-02-16 | 5 | -57/+60 |
| | | | | | 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 | 8 | -52/+115 |
| | |||||
* | - added Simple AssetInventoryServer plugin (asset storage only) | Mike Mazur | 2009-02-16 | 10 | -569/+148 |
| | | | | | | | - 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 | 6 | -187/+94 |
| | | | | | - update AssetBase de/serialization in AssetInventoryServer | ||||
* | - IAssetProviderPlugin was changed to IAssetDataPlugin | Mike Mazur | 2009-02-16 | 2 | -15/+8 |
| | | | | | - Use OpenSim.Data.DataPluginFactory to load data plugins | ||||
* | Converted to Linux newlines. | Mike Mazur | 2009-02-16 | 22 | -5968/+5968 |
| | |||||
* | Added OpenSim asset frontend plugin. | Mike Mazur | 2009-02-16 | 4 | -47/+312 |
| | |||||
* | Rename NewAssetServer AssetInventoryServer and fully qualify with | Mike Mazur | 2009-02-16 | 22 | -0/+5720 |
OpenSim.Grid.AssetInventoryServer. |