aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Interfaces.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the AssetInventory server from core. It has fallen behind bothMelanie2009-08-201-143/+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.
* Use Inventory{Item,Folder}Base in AssetInventoryServer.Mike Mazur2009-03-051-7/+7
| | | | | Also the first inventory storage methods are implemented.
* - replace existing license header in each source file inMike Mazur2009-02-161-23/+21
| | | | | | | AssetInventoryServer with the standard OpenSim license header - add note about Cable Beach to CONTRIBUTORS.txt - clean up AssetInventoryServer.ini.example
* - removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor ofMike Mazur2009-02-161-4/+4
| | | | | | | | | | | | | | 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-161-2/+0
| | | | | | - comment out a bunch of stuff in OpenSimInventoryFrontendPlugin.cs to get rid of warnings
* - asset server functionality works with OpenSim's HttpServerMike Mazur2009-02-161-1/+1
| | | | | - start of removal of AssetInventoryServer.Metadata class
* Move NullAuthentication and AuthorizeAll extensions to plugins.Mike Mazur2009-02-161-2/+2
|
* Add OpenSim & Simple inventory storage plugins and Null metrics plugin.Mike Mazur2009-02-161-1/+1
|
* - added Simple AssetInventoryServer plugin (asset storage only)Mike Mazur2009-02-161-10/+0
| | | | | | | - 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 AssetInventoryServerMike Mazur2009-02-161-3/+3
| | | | | - update AssetBase de/serialization in AssetInventoryServer
* Converted to Linux newlines.Mike Mazur2009-02-161-157/+157
|
* Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur2009-02-161-0/+157
OpenSim.Grid.AssetInventoryServer.