| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 2009-02-23 | 7 | -574/+655 |
* | 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 | 4 | -5/+9 |
* | First step in giving the messaging server the modular refactoring treatment. ... | MW | 2009-02-22 | 8 | -289/+643 |
* | Part 1 of refactoring the userserver. Changed it so instead of subclassing th... | MW | 2009-02-22 | 3 | -46/+107 |
* | Addresses some issues with appearance after TPs. Appearance.Owner was not bei... | diva | 2009-02-22 | 1 | -1/+1 |
* | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 2009-02-22 | 6 | -1605/+1659 |
* | More Grid server refactoring | MW | 2009-02-21 | 6 | -23/+61 |
* | A small improvement in the UserLoginService, hence the User Server: users are... | diva | 2009-02-21 | 1 | -2/+5 |
* | Some more refactoring of GridServer. | MW | 2009-02-21 | 2 | -23/+23 |
* | Added missing header to a file (before chi11ken does it) | MW | 2009-02-21 | 2 | -2/+29 |
* | Added a check to GridServerBase.RegisterInterface<T>(T iface), so that it ca... | MW | 2009-02-21 | 1 | -1/+4 |
* | A bit more refactoring of the GridServer. To make the "modules" share a commo... | MW | 2009-02-21 | 4 | -19/+22 |
* | Refactored the GridServer into a GridDBService and a set of "modules". | MW | 2009-02-21 | 7 | -1323/+1621 |
* | * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6.... | lbsa71 | 2009-02-20 | 5 | -15/+15 |
* | * Another stab at removing AssetServer.exe dependencies | lbsa71 | 2009-02-20 | 1 | -156/+0 |
* | * Reverted the AssetServer fix, apparently something was dependent on IAssetD... | lbsa71 | 2009-02-19 | 1 | -0/+156 |
* | * Moved the AssetStreamHandlers to OpenSim.Framework.Servers | lbsa71 | 2009-02-19 | 2 | -138/+0 |
* | * moved the Get/PostAssetStreamHandler to the Servers namespace... slowly get... | lbsa71 | 2009-02-19 | 2 | -2/+2 |
* | * Split RestService.cs into GetAssetStreamHandler.cs and PostAssetStreamHandl... | lbsa71 | 2009-02-19 | 2 | -155/+138 |
* | * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri... | lbsa71 | 2009-02-19 | 1 | -1/+0 |
* | * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po... | lbsa71 | 2009-02-19 | 2 | -2/+2 |
* | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 2009-02-17 | 3 | -9/+10 |
* | Major change to how appearance is managed, including changes in login and use... | diva | 2009-02-17 | 1 | -0/+10 |
* | - 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 |
* | Rename NewAssetServer AssetInventoryServer and fully qualify with | Mike Mazur | 2009-02-16 | 23 | -92/+93 |
* | Adding | Mike Mazur | 2009-02-16 | 22 | -0/+5719 |
* | Add copyright headers. Minor formatting cleanup. Fix some compiler warnings... | Jeff Ames | 2009-02-13 | 1 | -1/+1 |