From be93c0f29a888db26676347f7011b66dff3d7499 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Sun, 13 Apr 2008 22:47:12 +0000 Subject: * 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. --- OpenSim/Framework/RegionInfo.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework/RegionInfo.cs') diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index da20edc..f19f1db 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs @@ -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; -- cgit v1.1