aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-20Remove the AssetInventory server from core. It has fallen behind bothMelanie23-5707/+0
2009-08-19* Switching IAssetData to follow the new naming schema, removing the separate...Kunnis1-4/+4
2009-08-10Last piece of cleaning up old inventory. Old IInventoryServices and ISecureIn...Diva Canto1-2/+0
2009-05-20Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker1-1/+1
2009-05-08Thanks lulurun for a patch which addresses Mantis #3599: Exceptions when Asse...Dahlia Trimble1-1/+1
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker7-1/+7
2009-05-04Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker1-1/+1
2009-04-23* refactor: move archive user inventory item serialization out to a separate ...Justin Clarke Casey1-67/+6
2009-04-21Thank you kindly, TLaukkan for a patch that:Charles Krinke1-11/+20
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey3-7/+5
2009-03-19Moving GetInventoryItem up to InventoryServiceBase, since this seems like a p...diva1-10/+0
2009-03-19* Group OpenSim.Framework.Servers interfaces togetherJustin Clarke Casey1-0/+1
2009-03-16Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur1-1/+1
2009-03-13Mark AssetBase.Metadata with [XmlIgnore]Mike Mazur2-3/+3
2009-03-12Move ArchiveConstants to OpenSim.Framework.ArchiveMike Mazur1-3/+2
2009-03-12Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur1-1/+1
2009-03-11Adding AssetInventory InventoryArchive pluginMike Mazur4-0/+283
2009-03-09Implemented FetchAssetMetadataSet in DB backends.Mike Mazur2-136/+97
2009-03-06Add missing parameter to m_log.DebugFormat().Mike Mazur1-1/+1
2009-03-05Make DeserializeUUID explicitly private.Mike Mazur1-1/+1
2009-03-05Made the OpenSimInventoryFrontendPlugin.DeserializeUUID(Stream stream) method...MW1-1/+1
2009-03-05Fix moving folders.Mike Mazur2-4/+9
2009-03-05Fix creating inventory items and folders.Mike Mazur2-6/+9
2009-03-05Implemented all Inventory frontend handlers.Mike Mazur3-512/+719
2009-03-05Implementing more inventory storage methods.Mike Mazur2-314/+134
2009-03-05Use Inventory{Item,Folder}Base in AssetInventoryServer.Mike Mazur6-268/+235
2009-03-05A couple cosmetic changes in inventory storage plugin.Mike Mazur1-2/+5
2009-02-25* minor: Remove most mono compiler warningsJustin Clarke Casey1-2/+2
2009-02-23Load default assets when AssetInventory starts.Mike Mazur2-0/+15
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-1/+5
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur2-8/+9
2009-02-16- replace existing license header in each source file inMike Mazur17-391/+357
2009-02-16- add restrictions and error handling to plugin loading inMike Mazur12-37/+61
2009-02-16Standardize logging messages.Mike Mazur13-92/+92
2009-02-16- removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor ofMike Mazur8-1250/+1074
2009-02-16We need to return a zero-length byte array from the Handle() routine.Mike Mazur1-1/+1
2009-02-16- clean up using references as well as References in prebuild.xmlMike Mazur15-305/+277
2009-02-16Name extension points a little clearer.Mike Mazur3-6/+6
2009-02-16Fix dependency on non-OpenSim version of OpenMetaverse.StructuredData.dll.Mike Mazur1-1/+1
2009-02-16- change AssetInventoryServer config from XML to INIMike Mazur15-220/+300
2009-02-16- remove dependency on ExtensionLoader.dll (DBConnString.cs can go)Mike Mazur5-229/+44
2009-02-16- asset server functionality works with OpenSim's HttpServerMike Mazur4-104/+34
2009-02-16AssetInventoryServer now compiles while using the standard OpenSimMike Mazur7-564/+796
2009-02-16Update to new generic DataPluginFactory calls.Mike Mazur2-2/+2
2009-02-16- add list for backend plugins and Dispose() all plugins on shutdownMike Mazur9-18/+25
2009-02-16Move NullAuthentication and AuthorizeAll extensions to plugins.Mike Mazur5-14/+74
2009-02-16Move BrowseFrontend and ReferenceFrontend toMike Mazur3-12/+70
2009-02-16Migrate OpenSim inventory frontend to load with Mono.Addins. EverythingMike Mazur5-57/+60
2009-02-16Add OpenSim & Simple inventory storage plugins and Null metrics plugin.Mike Mazur8-52/+115
2009-02-16- added Simple AssetInventoryServer plugin (asset storage only)Mike Mazur10-569/+148