* Fix a bug in the friends module that causes a friend not to appear online when they were.

* A few things for testing.
* This makes a modification to the region registration with the grid server so that the region can send it a chosen password to identify itself.  It will not cause any errors, if either one are not updated.
This commit is contained in:
Teravus Ovares
2008-04-13 22:47:12 +00:00
parent 7dec345d9a
commit be93c0f29a
6 changed files with 898 additions and 17 deletions

View File

@@ -216,6 +216,7 @@ namespace OpenSim.Framework
public string MasterAvatarFirstName = String.Empty;
public string MasterAvatarLastName = String.Empty;
public string MasterAvatarSandboxPassword = String.Empty;
public string regionSecret = LLUUID.Random().ToString();
public string proxyUrl = "";
public LLUUID originRegionID = LLUUID.Zero;