diff options
author | Teravus Ovares | 2008-04-13 22:47:12 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-04-13 22:47:12 +0000 |
commit | be93c0f29a888db26676347f7011b66dff3d7499 (patch) | |
tree | 6647a7fe1c8aaa6e8306ebee4ec960babdf0d0ea /OpenSim/Framework/RegionInfo.cs | |
parent | * Temporarily, stop the exception of mantis #951 from killing the entire clie... (diff) | |
download | opensim-SC_OLD-be93c0f29a888db26676347f7011b66dff3d7499.zip opensim-SC_OLD-be93c0f29a888db26676347f7011b66dff3d7499.tar.gz opensim-SC_OLD-be93c0f29a888db26676347f7011b66dff3d7499.tar.bz2 opensim-SC_OLD-be93c0f29a888db26676347f7011b66dff3d7499.tar.xz |
* 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.
Diffstat (limited to 'OpenSim/Framework/RegionInfo.cs')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
216 | public string MasterAvatarFirstName = String.Empty; | 216 | public string MasterAvatarFirstName = String.Empty; |
217 | public string MasterAvatarLastName = String.Empty; | 217 | public string MasterAvatarLastName = String.Empty; |
218 | public string MasterAvatarSandboxPassword = String.Empty; | 218 | public string MasterAvatarSandboxPassword = String.Empty; |
219 | public string regionSecret = LLUUID.Random().ToString(); | ||
219 | public string proxyUrl = ""; | 220 | public string proxyUrl = ""; |
220 | public LLUUID originRegionID = LLUUID.Zero; | 221 | public LLUUID originRegionID = LLUUID.Zero; |
221 | 222 | ||