OpenSimMirror/OpenSim/Services/Connectors
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 Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
Authentication minor: Comment out 2 error level debugging message in authentication code 2014-05-27 23:18:33 +01:00
Authorization Return more specific error messages if an attempt to enter a region fails due to permissions (in QueryAccess and IsAuthorizedForRegion) 2014-05-19 11:11:30 +01:00
Avatar Adds optional HTTP Basic Authentication to Robust service connectors. 2014-05-23 16:19:43 -07: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 Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd. 2011-04-12 20:24:28 -07:00
Friends Adds optional HTTP Basic Authentication to Robust service connectors. 2014-05-23 16:19:43 -07:00
Grid OpenSimExtras 2014-08-06 17:25:12 -04:00
GridUser Adds optional HTTP Basic Authentication to Robust service connectors. 2014-05-23 16:19:43 -07:00
Hypergrid In teleports, pass the source region to the destination (similar to an HTTP referrer) 2014-04-09 09:22:20 +01:00
InstantMessage Several major improvements to group (V2) chat. Specifically: handle join/drop appropriately, invitechatboxes. 2013-07-27 15:38:56 -07:00
Inventory Move the inventory request lock introduced in git master a58152bd to HGInventoryBroker to preserve that behaviour there but allow 2 simultaneous inv requests (chiefly WebFetch) rather than 1 2014-08-09 00:52:51 +01:00
Land varregion: many replacements of in-place arithmetic with calls to 2013-11-28 08:20:16 -08:00
MapImage Adds optional HTTP Basic Authentication to Robust service connectors. 2014-05-23 16:19:43 -07:00
Neighbour Better error messages 2014-03-24 12:22:32 +01:00
Presence Adds optional HTTP Basic Authentication to Robust service connectors. 2014-05-23 16:19:43 -07:00
Properties Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
SimianGrid Renamed VERSION_NUMBER to VersionNumber 2014-12-30 15:27:28 -08:00
Simulation 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
UserAccounts Adds optional HTTP Basic Authentication to Robust service connectors. 2014-05-23 16:19:43 -07:00
BaseServiceConnector.cs Adds optional HTTP Basic Authentication to Robust service connectors. 2014-05-23 16:19:43 -07:00