aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Plugins/Simple/SimpleAssetStoragePlugin.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the AssetInventory server from core. It has fallen behind bothMelanie2009-08-201-290/+0
* Mark AssetBase.Metadata with [XmlIgnore]Mike Mazur2009-03-131-2/+2
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-7/+8
* - replace existing license header in each source file inMike Mazur2009-02-161-23/+21
* - add restrictions and error handling to plugin loading inMike Mazur2009-02-161-1/+1
* Standardize logging messages.Mike Mazur2009-02-161-8/+8
* - removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor ofMike Mazur2009-02-161-42/+37
* - clean up using references as well as References in prebuild.xmlMike Mazur2009-02-161-2/+0
* - change AssetInventoryServer config from XML to INIMike Mazur2009-02-161-8/+11
* - asset server functionality works with OpenSim's HttpServerMike Mazur2009-02-161-3/+13
* - add list for backend plugins and Dispose() all plugins on shutdownMike Mazur2009-02-161-1/+0
* - added Simple AssetInventoryServer plugin (asset storage only)Mike Mazur2009-02-161-0/+286