OpenSimMirror/OpenSim/Services/HypergridService
Justin Clark-Casey (justincc) 3a87cce2e0 Fix recent regression in 3c6becd5 where login or hg login to variable sized regions failed with outdated simulator message.
I forgot that a null 'their version' would not be passed over the wire and ends up as an empty string instead (like older simulators).
So instead pass through the correct simulator protcol version instead (SIMULATOR/0.3) when querying from login or hg login.
Also removes a debug console write for agent limit accidentally left in for the same commit.
Relates to mantis 7276
2014-07-22 18:04:28 +01:00
..
Properties Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
GatekeeperService.cs Fix recent regression in 3c6becd5 where login or hg login to variable sized regions failed with outdated simulator message. 2014-07-22 18:04:28 +01:00
HGAssetService.cs HGAssetService searches for the "HomeURI" setting in several sections: Startup, Hypergrid, HGAssetService 2014-03-24 18:02:22 +01:00
HGFriendsService.cs Improve efficiency of friends notification by only make one PresenceService call for all friends rather than one for each friend. 2012-10-20 02:02:13 +01:00
HGInstantMessageService.cs If calls to UserAgentServiceConnector fail then throw an exception. This lets the caller decide whether to discard the error or not. 2014-02-14 00:01:12 +00:00
HGInventoryService.cs Removed GetUserInventory(). It wasn't being used, and was creating warnings because it's Obsolete. 2014-04-23 14:38:33 +01:00
HGSuitcaseInventoryService.cs When creating a new user, create the folders "Current Outfit", "Favorites", and the standard subfolders of "Calling Cards". 2014-05-25 15:34:49 +01:00
UserAccountCache.cs Allow invalidating the users cache 2014-04-08 08:11:29 +01:00
UserAgentService.cs Changed GetUserInfo so that the exposure of user account details is ruled by a configuration variable. It's on by default. 2014-07-06 16:02:04 -07:00
UserAgentServiceBase.cs HG UAS: Moved hg-session data from memory to DB storage. This makes it so that traveling info survives Robust resets. It should also eliminate the cause of empty IP addresses in agent circuit data that we saw in CC grid. MySQL only. 2013-07-14 14:31:20 -07:00