| Commit message (Expand) | Author | Files | Lines |
2009-08-20 | Remove the AssetInventory server from core. It has fallen behind both | Melanie | 17 | -4018/+0 |
2009-08-19 | * Switching IAssetData to follow the new naming schema, removing the separate... | Kunnis | 1 | -4/+4 |
2009-08-10 | Last piece of cleaning up old inventory. Old IInventoryServices and ISecureIn... | Diva Canto | 1 | -2/+0 |
2009-05-08 | Thanks lulurun for a patch which addresses Mantis #3599: Exceptions when Asse... | Dahlia Trimble | 1 | -1/+1 |
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 5 | -1/+5 |
2009-04-23 | * refactor: move archive user inventory item serialization out to a separate ... | Justin Clarke Casey | 1 | -67/+6 |
2009-04-21 | Thank you kindly, TLaukkan for a patch that: | Charles Krinke | 1 | -11/+20 |
2009-04-08 | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 2 | -5/+3 |
2009-03-19 | Moving GetInventoryItem up to InventoryServiceBase, since this seems like a p... | diva | 1 | -10/+0 |
2009-03-19 | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 1 | -0/+1 |
2009-03-16 | Rename OpenSim.Framework.Archive to OpenSim.Framework.Serialization | Mike Mazur | 1 | -1/+1 |
2009-03-13 | Mark AssetBase.Metadata with [XmlIgnore] | Mike Mazur | 2 | -3/+3 |
2009-03-12 | Move ArchiveConstants to OpenSim.Framework.Archive | Mike Mazur | 1 | -3/+2 |
2009-03-12 | Moving TarArchive to OpenSim.Framework.Archive | Mike Mazur | 1 | -1/+1 |
2009-03-11 | Adding AssetInventory InventoryArchive plugin | Mike Mazur | 4 | -0/+283 |
2009-03-09 | Implemented FetchAssetMetadataSet in DB backends. | Mike Mazur | 2 | -136/+97 |
2009-03-06 | Add missing parameter to m_log.DebugFormat(). | Mike Mazur | 1 | -1/+1 |
2009-03-05 | Make DeserializeUUID explicitly private. | Mike Mazur | 1 | -1/+1 |
2009-03-05 | Made the OpenSimInventoryFrontendPlugin.DeserializeUUID(Stream stream) method... | MW | 1 | -1/+1 |
2009-03-05 | Fix moving folders. | Mike Mazur | 2 | -4/+9 |
2009-03-05 | Fix creating inventory items and folders. | Mike Mazur | 2 | -6/+9 |
2009-03-05 | Implemented all Inventory frontend handlers. | Mike Mazur | 2 | -512/+692 |
2009-03-05 | Implementing more inventory storage methods. | Mike Mazur | 2 | -314/+134 |
2009-03-05 | Use Inventory{Item,Folder}Base in AssetInventoryServer. | Mike Mazur | 3 | -179/+138 |
2009-03-05 | A couple cosmetic changes in inventory storage plugin. | Mike Mazur | 1 | -2/+5 |
2009-02-25 | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 1 | -2/+2 |
2009-02-17 | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 2 | -8/+9 |
2009-02-16 | - replace existing license header in each source file in | Mike Mazur | 12 | -276/+252 |
2009-02-16 | - add restrictions and error handling to plugin loading in | Mike Mazur | 11 | -11/+13 |
2009-02-16 | Standardize logging messages. | Mike Mazur | 11 | -82/+82 |
2009-02-16 | - removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor of | Mike Mazur | 6 | -1162/+1070 |
2009-02-16 | We need to return a zero-length byte array from the Handle() routine. | Mike Mazur | 1 | -1/+1 |
2009-02-16 | - clean up using references as well as References in prebuild.xml | Mike Mazur | 11 | -291/+272 |
2009-02-16 | Name extension points a little clearer. | Mike Mazur | 2 | -4/+4 |
2009-02-16 | Fix dependency on non-OpenSim version of OpenMetaverse.StructuredData.dll. | Mike Mazur | 1 | -1/+1 |
2009-02-16 | - change AssetInventoryServer config from XML to INI | Mike Mazur | 11 | -123/+164 |
2009-02-16 | - remove dependency on ExtensionLoader.dll (DBConnString.cs can go) | Mike Mazur | 3 | -21/+19 |
2009-02-16 | - asset server functionality works with OpenSim's HttpServer | Mike Mazur | 3 | -103/+33 |
2009-02-16 | AssetInventoryServer now compiles while using the standard OpenSim | Mike Mazur | 4 | -488/+703 |
2009-02-16 | Update to new generic DataPluginFactory calls. | Mike Mazur | 2 | -2/+2 |
2009-02-16 | - add list for backend plugins and Dispose() all plugins on shutdown | Mike Mazur | 8 | -14/+3 |
2009-02-16 | Move NullAuthentication and AuthorizeAll extensions to plugins. | Mike Mazur | 3 | -0/+204 |
2009-02-16 | Move BrowseFrontend and ReferenceFrontend to | Mike Mazur | 3 | -0/+422 |
2009-02-16 | Migrate OpenSim inventory frontend to load with Mono.Addins. Everything | Mike Mazur | 3 | -1/+669 |
2009-02-16 | Add OpenSim & Simple inventory storage plugins and Null metrics plugin. | Mike Mazur | 6 | -3/+1471 |
2009-02-16 | - added Simple AssetInventoryServer plugin (asset storage only) | Mike Mazur | 6 | -4/+376 |
2009-02-16 | - implement and load NullMetrics module in AssetInventoryServer | Mike Mazur | 4 | -132/+203 |
2009-02-16 | - IAssetProviderPlugin was changed to IAssetDataPlugin | Mike Mazur | 2 | -15/+8 |
2009-02-16 | Converted to Linux newlines. | Mike Mazur | 2 | -610/+610 |
2009-02-16 | Added OpenSim asset frontend plugin. | Mike Mazur | 3 | -44/+305 |