aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDiva Canto2013-07-27 19:16:48 -0700
committerDiva Canto2013-07-27 19:16:48 -0700
commit9cbbb7eddfb3316a2db5bfaa0e81a39850e7163d (patch)
tree661dcee8fd55e1a6c1c658eac10f0a3aed0e4401
parentMore bug fixes on group chat (diff)
downloadopensim-SC_OLD-9cbbb7eddfb3316a2db5bfaa0e81a39850e7163d.zip
opensim-SC_OLD-9cbbb7eddfb3316a2db5bfaa0e81a39850e7163d.tar.gz
opensim-SC_OLD-9cbbb7eddfb3316a2db5bfaa0e81a39850e7163d.tar.bz2
opensim-SC_OLD-9cbbb7eddfb3316a2db5bfaa0e81a39850e7163d.tar.xz
Clarification on docs of .ini.examples for Groups (again)
-rw-r--r--bin/OpenSim.ini.example4
-rw-r--r--bin/OpenSimDefaults.ini1
2 files changed, 3 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index c30c73d..33f3263 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1010,10 +1010,10 @@
1010 ;; Enable Group Notices 1010 ;; Enable Group Notices
1011 ; NoticesEnabled = true 1011 ; NoticesEnabled = true
1012 1012
1013 ;# {MessageOnlineUsersOnly} {Module:GroupsModule Module:Groups Module V2} {Message online users only?} {true false} false 1013 ;# {MessageOnlineUsersOnly} {Module:GroupsModule Module} {Message online users only?} {true false} false
1014 ; Experimental option to only message online users rather than all users 1014 ; Experimental option to only message online users rather than all users
1015 ; Should make large groups with few online members messaging faster, as the expense of more calls to presence service 1015 ; Should make large groups with few online members messaging faster, as the expense of more calls to presence service
1016 ; Applies to both Group modules in core 1016 ; Applies Flotsam Group only. V2 has this always on, no other option
1017 ; MessageOnlineUsersOnly = false 1017 ; MessageOnlineUsersOnly = false
1018 1018
1019 ;; This makes the Groups modules very chatty on the console. 1019 ;; This makes the Groups modules very chatty on the console.
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index e70b9b3..dbafd5c 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1612,6 +1612,7 @@
1612 1612
1613 ; Experimental option to only message cached online users rather than all users 1613 ; Experimental option to only message cached online users rather than all users
1614 ; Should make large group with few online members messaging faster, as the expense of more calls to ROBUST presence service 1614 ; Should make large group with few online members messaging faster, as the expense of more calls to ROBUST presence service
1615 ; (Flotsam groups only; in V2 this is always on)
1615 MessageOnlineUsersOnly = false 1616 MessageOnlineUsersOnly = false
1616 1617
1617 ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend 1618 ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend