Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-02-25 | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 1 | -2/+2 | |
2009-02-17 | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 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 | |||||
2009-02-16 | - replace existing license header in each source file in | Mike Mazur | 12 | -276/+252 | |
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 in | Mike Mazur | 11 | -11/+13 | |
AssetInventoryServer - assign shorter names to each AssetInventory plugin - modify AssetInventoryServer.ini.example file so it works out of the box | |||||
2009-02-16 | Standardize logging messages. | Mike Mazur | 11 | -82/+82 | |
2009-02-16 | - removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor of | Mike Mazur | 6 | -1162/+1070 | |
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 | |||||
2009-02-16 | We need to return a zero-length byte array from the Handle() routine. | Mike Mazur | 1 | -1/+1 | |
2009-02-16 | - clean up using references as well as References in prebuild.xml | Mike Mazur | 11 | -291/+272 | |
- comment out a bunch of stuff in OpenSimInventoryFrontendPlugin.cs to get rid of warnings | |||||
2009-02-16 | Name extension points a little clearer. | Mike Mazur | 2 | -4/+4 | |
2009-02-16 | Fix dependency on non-OpenSim version of OpenMetaverse.StructuredData.dll. | Mike Mazur | 1 | -1/+1 | |
2009-02-16 | - change AssetInventoryServer config from XML to INI | Mike Mazur | 11 | -123/+164 | |
- 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 Mazur | 3 | -21/+19 | |
- bring config system in line with other servers - add new plugin filter class which filters on ID - update AssetInventoryServer.ini file | |||||
2009-02-16 | - asset server functionality works with OpenSim's HttpServer | Mike Mazur | 3 | -103/+33 | |
- start of removal of AssetInventoryServer.Metadata class | |||||
2009-02-16 | AssetInventoryServer now compiles while using the standard OpenSim | Mike Mazur | 4 | -488/+703 | |
console and HttpServer. It doesn't work though. | |||||
2009-02-16 | Update to new generic DataPluginFactory calls. | Mike Mazur | 2 | -2/+2 | |
2009-02-16 | - add list for backend plugins and Dispose() all plugins on shutdown | Mike Mazur | 8 | -14/+3 | |
- fix some plugin names - remove most references to ExtensionLoader - remove commented out AssetInventoryServer blobs from prebuild.xml | |||||
2009-02-16 | Move NullAuthentication and AuthorizeAll extensions to plugins. | Mike Mazur | 3 | -0/+204 | |
2009-02-16 | Move BrowseFrontend and ReferenceFrontend to | Mike Mazur | 3 | -0/+422 | |
OpenSim/Grid/AssetInventoryServer/Plugins. | |||||
2009-02-16 | Migrate OpenSim inventory frontend to load with Mono.Addins. Everything | Mike Mazur | 3 | -1/+669 | |
should compile and it seems even creating users works somehow. | |||||
2009-02-16 | Add OpenSim & Simple inventory storage plugins and Null metrics plugin. | Mike Mazur | 6 | -3/+1471 | |
2009-02-16 | - added Simple AssetInventoryServer plugin (asset storage only) | Mike Mazur | 6 | -4/+376 | |
- 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 AssetInventoryServer | Mike Mazur | 4 | -132/+203 | |
- update AssetBase de/serialization in AssetInventoryServer | |||||
2009-02-16 | - IAssetProviderPlugin was changed to IAssetDataPlugin | Mike Mazur | 2 | -15/+8 | |
- Use OpenSim.Data.DataPluginFactory to load data plugins | |||||
2009-02-16 | Converted to Linux newlines. | Mike Mazur | 2 | -610/+610 | |
2009-02-16 | Added OpenSim asset frontend plugin. | Mike Mazur | 3 | -44/+305 | |
2009-02-16 | Rename NewAssetServer AssetInventoryServer and fully qualify with | Mike Mazur | 2 | -0/+366 | |
OpenSim.Grid.AssetInventoryServer. |