OpenSimMirror/OpenSim/Services/Connectors
Cinder 0fa94f222d Refactor AgentPreferences so that database operations happen centrally. the opensim way.
Signed-off-by: Diva Canto <diva@metaverseink.com>
2015-06-13 07:27:42 -07:00
..
AgentPreferences Refactor AgentPreferences so that database operations happen centrally. the opensim way. 2015-06-13 07:27:42 -07: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 Corrected typo in namespace 2015-05-02 10:27:57 -07: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 Don't allow a failure in create a request in HeloService.Connector.Helo() to propogate up the stack. 2015-01-21 20:46:29 +00:00
InstantMessage Several major improvements to group (V2) chat. Specifically: handle join/drop appropriately, invitechatboxes. 2013-07-27 15:38:56 -07:00
Inventory More on mantis #7567. Two things: 2015-06-05 10:07:50 -07: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 corrected handling when XML parsing in Presence Connector fails 2015-03-03 15:35:16 -05:00
Properties Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8.2.*") 2015-04-29 18:47:17 -07:00
SimianGrid Upgraded the Simian inventory connector with an item cache, too, so that it doesn't get awfully out of sync with the improvements I'm making to the robust service connectors, which are being fully leveraged by the simulator. This Simian connector needs more love... 2015-06-05 11:46:13 -07: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 Added tests for UserAccountService in Robust. In the process fixed a couple of bugs in the network connectors. For some reason the robust-bound code had a CreateUser method, while the client-bound code had no such method. I assume someone is extending the client-side code with their own connectors. I added the missing method, but didn't add it to the service interface. 2015-05-11 19:55:23 -07:00
BaseServiceConnector.cs Adds optional HTTP Basic Authentication to Robust service connectors. 2014-05-23 16:19:43 -07:00