OpenSimMirror/OpenSim/Server/Handlers
Diva Canto 8e562f04d1 Donation of robust network connectors for estate service, as promised. This allows to have one central database for estates without having to open the MySql port. This is off by default, so not to disturb everyone's existing installations. To use it, see GridCommon.ini.example [EstateDataStore] section and Robust*.ini.example's new additions.
Note that I also made things consistent by removing both the EstateDataService and the SimulationService into their own dlls, just like all other services. They really didn't belong in Services.Connectors, since everything in that component is about network connectors to robust backends. We may have too many dlls, and at some point it might not be a bad idea to merge all services into one single dll, since they all have more or less the same dependencies.
2015-01-06 21:24:44 -08:00
..
Asset refactor: consistently put all test classes in the OpenSim.Tests.Common package rather than some in OpenSim.Tests.Common.Mock 2014-11-25 23:21:37 +00:00
Authentication Update OpenID server handler with proper interface. fixes http://opensimulator.org/mantis/view.php?id=7301 2014-08-13 20:06:07 -04:00
Authorization Add "show caps stats by user" and "show caps stats by cap" console commands to print various counts of capability invocation by user and by cap 2013-07-08 22:03:07 +01:00
Avatar Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
BakedTextures In XBakes use proper disposal semantics to always close the stream on Store() no matter what 2014-12-20 01:32:49 +00:00
Base Move PluginManager 2012-10-19 07:38:36 -04:00
Estate Donation of robust network connectors for estate service, as promised. This allows to have one central database for estates without having to open the MySql port. This is off by default, so not to disturb everyone's existing installations. To use it, see GridCommon.ini.example [EstateDataStore] section and Robust*.ini.example's new additions. 2015-01-06 21:24:44 -08:00
Freeswitch Implement a method to allow regions to query the gridwide Freeswitch 2010-11-21 22:17:25 +00:00
Friends Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
Grid OpenSimExtras 2014-08-06 17:25:12 -04:00
GridUser Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
Hypergrid Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
Inventory Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
Land Implement Scope ID lookup on GetLandData. Stacked regions were not handled 2011-01-03 19:40:55 +00:00
Login * Added a Basic DOS protection container/base object for the most common HTTP Server handlers. XMLRPC Handler, GenericHttpHandler and <Various>StreamHandler 2013-10-07 21:35:55 -05:00
Map Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
Neighbour Add "show caps stats by user" and "show caps stats by cap" console commands to print various counts of capability invocation by user and by cap 2013-07-08 22:03:07 +01:00
Presence Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
Profiles Just for now, don't alert the user or log if we couldn't change their server-side preferences due to no e-mail address being sent. 2014-11-25 23:23:10 +00:00
Properties Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
Simulation Label all threadpool calls being made in core OpenSimulator. This is to add problem diagnosis. 2014-11-25 23:23:10 +00:00
UserAccounts Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00