OpenSimMirror/OpenSim
Oren Hurvitz 06db136fbc Removed an attempt to set a user's presence to "Region 0" when they HG teleport to another grid.
a) This shouldn't have been done because at that point the user is still logged-in to the current grid. b) It's not necessary because the user will soon be logged-out completely. c) And it didn't even work because the MySQL database layer prevents setting the region to 0.
2014-04-21 16:56:14 +01:00
..
Addons
ApplicationPlugins Stopped setting the Service URL "GatekeeperURI" on users' accounts. It isn't actually used. 2014-04-20 06:23:37 +01:00
Capabilities
ConsoleClient
Data Better logging in PresenceService, to help diagnose presence problems. 2014-04-21 18:55:53 +03:00
Framework Refactor: Rename GetOtherSetting to GetSetting and make SetOtherSetting private 2014-04-12 17:32:16 +01:00
Region Possible solution for #7120 and #7051 2014-04-21 05:58:29 -07:00
Server
Services Removed an attempt to set a user's presence to "Region 0" when they HG teleport to another grid. 2014-04-21 16:56:14 +01:00
Tests
Tools