aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie2011-10-12 09:26:35 +0100
committerMelanie2011-10-12 09:26:35 +0100
commitd2dc2316c2a65cffe4c6bc16b337f1e50a1444bd (patch)
treeb7ec103d17b544a614bf6159b6631ad5f96f8ebf
parentMake WALK animation state work again. TURNLEFT and TURNRIGHT are now rebroken (diff)
parentUpdate OpenSimDefaults.ini to make the prior state (Groups messaging enabled (diff)
downloadopensim-SC_OLD-d2dc2316c2a65cffe4c6bc16b337f1e50a1444bd.zip
opensim-SC_OLD-d2dc2316c2a65cffe4c6bc16b337f1e50a1444bd.tar.gz
opensim-SC_OLD-d2dc2316c2a65cffe4c6bc16b337f1e50a1444bd.tar.bz2
opensim-SC_OLD-d2dc2316c2a65cffe4c6bc16b337f1e50a1444bd.tar.xz
Merge branch 'master' into bigmerge
-rw-r--r--OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs2
-rw-r--r--bin/OpenSimDefaults.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs
index 0800e98..a12e6ea 100644
--- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs
+++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs
@@ -70,7 +70,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
70 // if groups aren't enabled, we're not needed. 70 // if groups aren't enabled, we're not needed.
71 // if we're not specified as the connector to use, then we're not wanted 71 // if we're not specified as the connector to use, then we're not wanted
72 if ((groupsConfig.GetBoolean("Enabled", false) == false) 72 if ((groupsConfig.GetBoolean("Enabled", false) == false)
73 || (groupsConfig.GetString("MessagingModule", "GroupsMessagingModule") != Name)) 73 || (groupsConfig.GetString("MessagingModule", "") != Name))
74 { 74 {
75 m_groupMessagingEnabled = false; 75 m_groupMessagingEnabled = false;
76 return; 76 return;
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 9cedd98..9685467 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1377,7 +1377,7 @@
1377 GroupsCacheTimeout = 30 1377 GroupsCacheTimeout = 30
1378 1378
1379 ; Specify which messaging module to use for groups messaging and if it's enabled 1379 ; Specify which messaging module to use for groups messaging and if it's enabled
1380 ;MessagingModule = GroupsMessagingModule 1380 MessagingModule = GroupsMessagingModule
1381 ;MessagingEnabled = true 1381 ;MessagingEnabled = true
1382 1382
1383 ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend 1383 ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend