aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Plugins/Simple (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the AssetInventory server from core. It has fallen behind bothMelanie2009-08-204-1002/+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.
* Mark AssetBase.Metadata with [XmlIgnore]Mike Mazur2009-03-131-2/+2
|
* Use Inventory{Item,Folder}Base in AssetInventoryServer.Mike Mazur2009-03-051-41/+41
| | | | | Also the first inventory storage methods are implemented.
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-7/+8
| | | | | | | | | 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 inMike Mazur2009-02-163-69/+63
| | | | | | | 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-162-2/+2
| | | | | | | | 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-162-18/+18
|
* - removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor ofMike Mazur2009-02-161-42/+37
| | | | | | | | | | | | | | 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
* - clean up using references as well as References in prebuild.xmlMike Mazur2009-02-162-4/+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-162-18/+24
| | | | | | - convert AssetInventoryServer logging to OpenSim's log4net - updated AssetInventoryServer.ini.example file
* - asset server functionality works with OpenSim's HttpServerMike Mazur2009-02-161-3/+13
| | | | | - start of removal of AssetInventoryServer.Metadata class
* - add list for backend plugins and Dispose() all plugins on shutdownMike Mazur2009-02-162-2/+0
| | | | | | | - fix some plugin names - remove most references to ExtensionLoader - remove commented out AssetInventoryServer blobs from prebuild.xml
* Add OpenSim & Simple inventory storage plugins and Null metrics plugin.Mike Mazur2009-02-162-0/+630
|
* - added Simple AssetInventoryServer plugin (asset storage only)Mike Mazur2009-02-163-0/+372
- removed OpenSim storage and frontend classes in Extensions dir - put OpenSim plugins in OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim namespace