| Commit message (Expand) | Author | Age | Files | Lines |
* | Thanks lulurun for a patch which addresses Mantis #3599: Exceptions when Asse... | Dahlia Trimble | 2009-05-08 | 1 | -1/+1 |
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 7 | -1/+7 |
* | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 2009-05-04 | 1 | -1/+1 |
* | * refactor: move archive user inventory item serialization out to a separate ... | Justin Clarke Casey | 2009-04-23 | 1 | -67/+6 |
* | Thank you kindly, TLaukkan for a patch that: | Charles Krinke | 2009-04-21 | 1 | -11/+20 |
* | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 2009-04-08 | 3 | -7/+5 |
* | Moving GetInventoryItem up to InventoryServiceBase, since this seems like a p... | diva | 2009-03-19 | 1 | -10/+0 |
* | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 2009-03-19 | 1 | -0/+1 |
* | Rename OpenSim.Framework.Archive to OpenSim.Framework.Serialization | Mike Mazur | 2009-03-16 | 1 | -1/+1 |
* | Mark AssetBase.Metadata with [XmlIgnore] | Mike Mazur | 2009-03-13 | 2 | -3/+3 |
* | Move ArchiveConstants to OpenSim.Framework.Archive | Mike Mazur | 2009-03-12 | 1 | -3/+2 |
* | Moving TarArchive to OpenSim.Framework.Archive | Mike Mazur | 2009-03-12 | 1 | -1/+1 |
* | Adding AssetInventory InventoryArchive plugin | Mike Mazur | 2009-03-11 | 4 | -0/+283 |
* | Implemented FetchAssetMetadataSet in DB backends. | Mike Mazur | 2009-03-09 | 2 | -136/+97 |
* | Add missing parameter to m_log.DebugFormat(). | Mike Mazur | 2009-03-06 | 1 | -1/+1 |
* | Make DeserializeUUID explicitly private. | Mike Mazur | 2009-03-05 | 1 | -1/+1 |
* | Made the OpenSimInventoryFrontendPlugin.DeserializeUUID(Stream stream) method... | MW | 2009-03-05 | 1 | -1/+1 |
* | Fix moving folders. | Mike Mazur | 2009-03-05 | 2 | -4/+9 |
* | Fix creating inventory items and folders. | Mike Mazur | 2009-03-05 | 2 | -6/+9 |
* | Implemented all Inventory frontend handlers. | Mike Mazur | 2009-03-05 | 3 | -512/+719 |
* | Implementing more inventory storage methods. | Mike Mazur | 2009-03-05 | 2 | -314/+134 |
* | Use Inventory{Item,Folder}Base in AssetInventoryServer. | Mike Mazur | 2009-03-05 | 6 | -268/+235 |
* | A couple cosmetic changes in inventory storage plugin. | Mike Mazur | 2009-03-05 | 1 | -2/+5 |
* | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 2009-02-25 | 1 | -2/+2 |
* | Load default assets when AssetInventory starts. | Mike Mazur | 2009-02-23 | 2 | -0/+15 |
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 1 | -1/+5 |
* | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 2009-02-17 | 2 | -8/+9 |
* | - replace existing license header in each source file in | Mike Mazur | 2009-02-16 | 17 | -391/+357 |
* | - add restrictions and error handling to plugin loading in | Mike Mazur | 2009-02-16 | 12 | -37/+61 |
* | Standardize logging messages. | Mike Mazur | 2009-02-16 | 13 | -92/+92 |
* | - removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor of | Mike Mazur | 2009-02-16 | 8 | -1250/+1074 |
* | We need to return a zero-length byte array from the Handle() routine. | Mike Mazur | 2009-02-16 | 1 | -1/+1 |
* | - clean up using references as well as References in prebuild.xml | Mike Mazur | 2009-02-16 | 15 | -305/+277 |
* | Name extension points a little clearer. | Mike Mazur | 2009-02-16 | 3 | -6/+6 |
* | Fix dependency on non-OpenSim version of OpenMetaverse.StructuredData.dll. | Mike Mazur | 2009-02-16 | 1 | -1/+1 |
* | - change AssetInventoryServer config from XML to INI | Mike Mazur | 2009-02-16 | 15 | -220/+300 |
* | - remove dependency on ExtensionLoader.dll (DBConnString.cs can go) | Mike Mazur | 2009-02-16 | 5 | -229/+44 |
* | - asset server functionality works with OpenSim's HttpServer | Mike Mazur | 2009-02-16 | 4 | -104/+34 |
* | AssetInventoryServer now compiles while using the standard OpenSim | Mike Mazur | 2009-02-16 | 7 | -564/+796 |
* | Update to new generic DataPluginFactory calls. | Mike Mazur | 2009-02-16 | 2 | -2/+2 |
* | - add list for backend plugins and Dispose() all plugins on shutdown | Mike Mazur | 2009-02-16 | 9 | -18/+25 |
* | Move NullAuthentication and AuthorizeAll extensions to plugins. | Mike Mazur | 2009-02-16 | 5 | -14/+74 |
* | Move BrowseFrontend and ReferenceFrontend to | Mike Mazur | 2009-02-16 | 3 | -12/+70 |
* | Migrate OpenSim inventory frontend to load with Mono.Addins. Everything | Mike Mazur | 2009-02-16 | 5 | -57/+60 |
* | Add OpenSim & Simple inventory storage plugins and Null metrics plugin. | Mike Mazur | 2009-02-16 | 8 | -52/+115 |
* | - added Simple AssetInventoryServer plugin (asset storage only) | Mike Mazur | 2009-02-16 | 10 | -569/+148 |
* | - implement and load NullMetrics module in AssetInventoryServer | Mike Mazur | 2009-02-16 | 6 | -187/+94 |
* | - IAssetProviderPlugin was changed to IAssetDataPlugin | Mike Mazur | 2009-02-16 | 2 | -15/+8 |
* | Converted to Linux newlines. | Mike Mazur | 2009-02-16 | 22 | -5968/+5968 |
* | Added OpenSim asset frontend plugin. | Mike Mazur | 2009-02-16 | 4 | -47/+312 |