mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* This update enables grid wide presence updates.
* You'll need to start-up the MessageingServer and set it up. It sets up like any of the other grid servers. * All user presence data is kept in memory for speed, while the agent is online. That means if you shutdown the messaging server or the messaging server crashes, it forgets who's online/offline. * Occasionally the region-cache will get stale if regions move around a lot. if it gets stale, run clear-cache on the messaging server console to clear the region cache.
This commit is contained in:
@@ -49,6 +49,10 @@ namespace OpenSim.Framework
|
||||
public bool HttpSSL = DefaultHttpSSL;
|
||||
public string InventoryUrl = String.Empty;
|
||||
|
||||
public UserConfig()
|
||||
{
|
||||
// weird, but UserManagerBase needs this.
|
||||
}
|
||||
public UserConfig(string description, string filename)
|
||||
{
|
||||
configMember =
|
||||
|
||||
Reference in New Issue
Block a user