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/Region/Communications/OGS1/OGS1GridServices.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs') diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index 22bb0f0..8c40d3e 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs @@ -112,6 +112,7 @@ namespace OpenSim.Region.Communications.OGS1 GridParams["map-image-id"] = regionInfo.EstateSettings.terrainImageID.ToString(); GridParams["originUUID"] = regionInfo.originRegionID.ToString(); GridParams["server_uri"] = regionInfo.ServerURI; + GridParams["region_secret"] = regionInfo.regionSecret; // part of an initial brutish effort to provide accurate information (as per the xml region spec) // wrt the ownership of a given region -- cgit v1.1