aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Interfaces.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-05Use Inventory{Item,Folder}Base in AssetInventoryServer.Mike Mazur1-7/+7
Also the first inventory storage methods are implemented.
2009-02-16- replace existing license header in each source file inMike Mazur1-23/+21
AssetInventoryServer with the standard OpenSim license header - add note about Cable Beach to CONTRIBUTORS.txt - clean up AssetInventoryServer.ini.example
2009-02-16- removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor ofMike Mazur1-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
2009-02-16- clean up using references as well as References in prebuild.xmlMike Mazur1-2/+0
- comment out a bunch of stuff in OpenSimInventoryFrontendPlugin.cs to get rid of warnings
2009-02-16- asset server functionality works with OpenSim's HttpServerMike Mazur1-1/+1
- start of removal of AssetInventoryServer.Metadata class
2009-02-16Move NullAuthentication and AuthorizeAll extensions to plugins.Mike Mazur1-2/+2
2009-02-16Add OpenSim & Simple inventory storage plugins and Null metrics plugin.Mike Mazur1-1/+1
2009-02-16- added Simple AssetInventoryServer plugin (asset storage only)Mike Mazur1-10/+0
- 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 AssetInventoryServerMike Mazur1-3/+3
- update AssetBase de/serialization in AssetInventoryServer
2009-02-16Converted to Linux newlines.Mike Mazur1-157/+157
2009-02-16Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur1-8/+8
OpenSim.Grid.AssetInventoryServer.
2009-02-16AddingMike Mazur1-0/+157
- NewAssetServer code - NewAssetServer addin manifest - example AssetServer.ini file