Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-02-21 | Refactored the GridServer into a GridDBService and a set of "modules". | MW | 7 | -1323/+1621 | |
Currently they aren't plugin modules as the support for dynamically loading them isn't complete. | |||||
2009-02-20 | * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵ | lbsa71 | 5 | -15/+15 | |
0.6.3.* to better track down dll ref and overwrite problems. | |||||
2009-02-20 | * Another stab at removing AssetServer.exe dependencies | lbsa71 | 1 | -156/+0 | |
2009-02-19 | * Reverted the AssetServer fix, apparently something was dependent on ↵ | lbsa71 | 1 | -0/+156 | |
IAssetDataPlugin being in OpenSim.Data | |||||
2009-02-19 | * Moved the AssetStreamHandlers to OpenSim.Framework.Servers | lbsa71 | 2 | -138/+0 | |
* And there, all refs to OpenSim.Grid.AssetServer.exe gone. /me takes a bow. | |||||
2009-02-19 | * moved the Get/PostAssetStreamHandler to the Servers namespace... slowly ↵ | lbsa71 | 2 | -2/+2 | |
getting there... | |||||
2009-02-19 | * Split RestService.cs into GetAssetStreamHandler.cs and ↵ | lbsa71 | 2 | -155/+138 | |
PostAssetStreamHandler.cs - then killed off original (misnomed) file. * Really, who wrote this jurassic shit code all with totally wrong file names? Ah yeah, that'd be me. Sorry. | |||||
2009-02-19 | * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ↵ | lbsa71 | 1 | -1/+0 | |
rid of ugly CoreModules dependency on AssetServer.exe * And yes, the IAssetDataPlugin is misnomed, which became apparent on extracting it. | |||||
2009-02-19 | * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor ↵ | lbsa71 | 2 | -2/+2 | |
poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later. | |||||
2009-02-17 | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 3 | -9/+10 | |
properties as before - prefix private variables with m_ in AssetBase.cs - related to Mantis #3122, as mentioned in https://lists.berlios.de/pipermail/opensim-dev/2009-February/005088.html - all services will likely need to be upgraded after this commit | |||||
2009-02-17 | Major change to how appearance is managed, including changes in login and ↵ | diva | 1 | -0/+10 | |
user service/server. Appearance is now sent by the user service/server along with all other loginparams. Regions don't query the user service for appearance anymore. The appearance is passed along from region to region as the avie moves around. And, as before, it's stored back with the user service as the client changes the avie's appearance. Child agents have default appearances that are set to the actual appearance when the avie moves to that region. (as before, child agents are invisible and non-physical). | |||||
2009-02-16 | - replace existing license header in each source file in | Mike Mazur | 17 | -391/+357 | |
AssetInventoryServer with the standard OpenSim license header - add note about Cable Beach to CONTRIBUTORS.txt - clean up AssetInventoryServer.ini.example | |||||
2009-02-16 | - add restrictions and error handling to plugin loading in | Mike Mazur | 12 | -37/+61 | |
AssetInventoryServer - assign shorter names to each AssetInventory plugin - modify AssetInventoryServer.ini.example file so it works out of the box | |||||
2009-02-16 | Standardize logging messages. | Mike Mazur | 13 | -92/+92 | |
2009-02-16 | - removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor of | Mike Mazur | 8 | -1250/+1074 | |
OpenSim.Framework.AssetMetadata and related updates in AssetInventory server - removed dependency on MySql.Data.MySqlClient - commented out the bulk of OpenSimInventoryStorage due to missing MySql.Data dependency - refactor asset creation in OpenSimAssetFrontend - commented out ForEach implementation, which also depended on MySql.Data, until it's supported by OpenSim backends - commented out some handlers in BrowseFrontend and ReferenceFrontend as they relied on either ForEach or the removed Metadata class | |||||
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 | 15 | -305/+277 | |
- comment out a bunch of stuff in OpenSimInventoryFrontendPlugin.cs to get rid of warnings | |||||
2009-02-16 | Name extension points a little clearer. | Mike Mazur | 3 | -6/+6 | |
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 | 15 | -220/+300 | |
- convert AssetInventoryServer logging to OpenSim's log4net - updated AssetInventoryServer.ini.example file | |||||
2009-02-16 | - remove dependency on ExtensionLoader.dll (DBConnString.cs can go) | Mike Mazur | 5 | -229/+44 | |
- bring config system in line with other servers - add new plugin filter class which filters on ID - update AssetInventoryServer.ini file | |||||
2009-02-16 | - asset server functionality works with OpenSim's HttpServer | Mike Mazur | 4 | -104/+34 | |
- start of removal of AssetInventoryServer.Metadata class | |||||
2009-02-16 | AssetInventoryServer now compiles while using the standard OpenSim | Mike Mazur | 7 | -564/+796 | |
console and HttpServer. It doesn't work though. | |||||
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 | 9 | -18/+25 | |
- fix some plugin names - remove most references to ExtensionLoader - remove commented out AssetInventoryServer blobs from prebuild.xml | |||||
2009-02-16 | Move NullAuthentication and AuthorizeAll extensions to plugins. | Mike Mazur | 5 | -14/+74 | |
2009-02-16 | Move BrowseFrontend and ReferenceFrontend to | Mike Mazur | 3 | -12/+70 | |
OpenSim/Grid/AssetInventoryServer/Plugins. | |||||
2009-02-16 | Migrate OpenSim inventory frontend to load with Mono.Addins. Everything | Mike Mazur | 5 | -57/+60 | |
should compile and it seems even creating users works somehow. | |||||
2009-02-16 | Add OpenSim & Simple inventory storage plugins and Null metrics plugin. | Mike Mazur | 8 | -52/+115 | |
2009-02-16 | - added Simple AssetInventoryServer plugin (asset storage only) | Mike Mazur | 10 | -569/+148 | |
- removed OpenSim storage and frontend classes in Extensions dir - put OpenSim plugins in OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim namespace | |||||
2009-02-16 | - implement and load NullMetrics module in AssetInventoryServer | Mike Mazur | 6 | -187/+94 | |
- update AssetBase de/serialization in AssetInventoryServer | |||||
2009-02-16 | - IAssetProviderPlugin was changed to IAssetDataPlugin | Mike Mazur | 2 | -15/+8 | |
- Use OpenSim.Data.DataPluginFactory to load data plugins | |||||
2009-02-16 | Converted to Linux newlines. | Mike Mazur | 22 | -5968/+5968 | |
2009-02-16 | Added OpenSim asset frontend plugin. | Mike Mazur | 4 | -47/+312 | |
2009-02-16 | Rename NewAssetServer AssetInventoryServer and fully qualify with | Mike Mazur | 23 | -92/+93 | |
OpenSim.Grid.AssetInventoryServer. | |||||
2009-02-16 | Adding | Mike Mazur | 22 | -0/+5719 | |
- NewAssetServer code - NewAssetServer addin manifest - example AssetServer.ini file | |||||
2009-02-13 | Add copyright headers. Minor formatting cleanup. Fix some compiler ↵ | Jeff Ames | 1 | -1/+1 | |
warnings. Fix some m_log declarations. | |||||
2009-02-12 | * Renamed RegionProfileService to RegionProfileServiceProxy to better ↵ | lbsa71 | 2 | -3/+3 | |
reflect actual use. * Added IRegionProfileService | |||||
2009-02-12 | * Turned RegionProfileService non-static | lbsa71 | 2 | -6/+9 | |
2009-02-12 | * Added RegionProfileService and moved RequestSimData to it. | lbsa71 | 1 | -4/+4 | |
2009-02-12 | * optimized usings. | lbsa71 | 19 | -47/+21 | |
2009-02-10 | Add proper handling for shared vs. unshared modules to the command | Melanie Thielker | 4 | -13/+15 | |
interface. Shared modules will now only get added once, so the command handler is called once per module, not once per scene. Removal of scenes has no adverse effects. Nonshared modules will be called for each scene. | |||||
2009-02-09 | The DataPluginFactory is now a set of generic methods instead of | Mike Mazur | 2 | -3/+3 | |
multiple duplicates of the same code. | |||||
2009-02-07 | * Refactored UserLoginService.CustomiseResponse to be (almost) text-wide ↵ | lbsa71 | 1 | -12/+36 | |
identical to LocalLoginService.CustomiseResponse in order to be able to pull them up. | |||||
2009-02-07 | Replace the console for all OpenSim apps with a new console featuring command | Melanie Thielker | 5 | -88/+138 | |
line editing, context sensitive help (press ? at any time), command line history, a new plugin command system and new appender features thet let you type while the console is scrolling. Seamlessly integrates the ICommander interfaces. | |||||
2009-02-07 | Thank you dslake for a patch that: | lbsa71 | 1 | -1/+1 | |
* fixes mantis #3092: User Server sets agent starting position to passed x/y/x instead of x/y/z | |||||
2009-02-04 | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 1 | -1/+1 | |
- trim trailing whitespace | |||||
2009-02-03 | - moved data plugin loading code from various places to | Mike Mazur | 2 | -39/+19 | |
OpenSim/Data/DataPluginFactory.cs - removed dependencies on a few executable assemblies in bin/OpenSim.Data.addin.xml - trim trailing whitespace | |||||
2009-02-03 | - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs to | Mike Mazur | 2 | -1/+3 | |
OpenSim/Data/IAssetData.cs - remove some trailing whitespace | |||||
2009-02-03 | Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ↵ | Mike Mazur | 2 | -8/+8 | |
plugins. |