aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Plugins (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-20Remove the AssetInventory server from core. It has fallen behind bothMelanie17-4018/+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-08Thanks lulurun for a patch which addresses Mantis #3599: Exceptions when Asse...Dahlia Trimble1-1/+1
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker5-1/+5
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 Casey2-5/+3
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 Mazur2-512/+692
2009-03-05Implementing more inventory storage methods.Mike Mazur2-314/+134
2009-03-05Use Inventory{Item,Folder}Base in AssetInventoryServer.Mike Mazur3-179/+138
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-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 Mazur12-276/+252
2009-02-16- add restrictions and error handling to plugin loading inMike Mazur11-11/+13
2009-02-16Standardize logging messages.Mike Mazur11-82/+82
2009-02-16- removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor ofMike Mazur6-1162/+1070
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 Mazur11-291/+272
2009-02-16Name extension points a little clearer.Mike Mazur2-4/+4
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 Mazur11-123/+164
2009-02-16- remove dependency on ExtensionLoader.dll (DBConnString.cs can go)Mike Mazur3-21/+19
2009-02-16- asset server functionality works with OpenSim's HttpServerMike Mazur3-103/+33
2009-02-16AssetInventoryServer now compiles while using the standard OpenSimMike Mazur4-488/+703
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 Mazur8-14/+3
2009-02-16Move NullAuthentication and AuthorizeAll extensions to plugins.Mike Mazur3-0/+204
2009-02-16Move BrowseFrontend and ReferenceFrontend toMike Mazur3-0/+422
2009-02-16Migrate OpenSim inventory frontend to load with Mono.Addins. EverythingMike Mazur3-1/+669
2009-02-16Add OpenSim & Simple inventory storage plugins and Null metrics plugin.Mike Mazur6-3/+1471
2009-02-16- added Simple AssetInventoryServer plugin (asset storage only)Mike Mazur6-4/+376
2009-02-16- implement and load NullMetrics module in AssetInventoryServerMike Mazur4-132/+203
2009-02-16- IAssetProviderPlugin was changed to IAssetDataPluginMike Mazur2-15/+8
2009-02-16Converted to Linux newlines.Mike Mazur2-610/+610
2009-02-16Added OpenSim asset frontend plugin.Mike Mazur3-44/+305