diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 12 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 1 |
2 files changed, 9 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 4ddefba..c30c73d 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -579,9 +579,9 @@ | |||
579 | ;; must be set to allow offline messaging to work. | 579 | ;; must be set to allow offline messaging to work. |
580 | ; MuteListURL = http://yourserver/Mute.php | 580 | ; MuteListURL = http://yourserver/Mute.php |
581 | 581 | ||
582 | ;; Control whether group messages are forwarded to offline users. | 582 | ;; Control whether group invites and notices are stored for offline users. |
583 | ;; Default is true. | 583 | ;; Default is true. |
584 | ;; This applies to the core groups module (Flotsam) only. | 584 | ;; This applies to both core groups module. |
585 | ; ForwardOfflineGroupMessages = true | 585 | ; ForwardOfflineGroupMessages = true |
586 | 586 | ||
587 | 587 | ||
@@ -957,7 +957,7 @@ | |||
957 | 957 | ||
958 | ;# {LevelGroupCreate} {Enabled:true} {User level for creating groups} {} 0 | 958 | ;# {LevelGroupCreate} {Enabled:true} {User level for creating groups} {} 0 |
959 | ;; Minimum user level required to create groups | 959 | ;; Minimum user level required to create groups |
960 | ;LevelGroupCreate = 0 | 960 | ; LevelGroupCreate = 0 |
961 | 961 | ||
962 | ;# {Module} {Enabled:true} {Groups module to use? (Use GroupsModule to use Flotsam/Simian)} {Default "Groups Module V2"} Default | 962 | ;# {Module} {Enabled:true} {Groups module to use? (Use GroupsModule to use Flotsam/Simian)} {Default "Groups Module V2"} Default |
963 | ;; The default module can use a PHP XmlRpc server from the Flotsam project at | 963 | ;; The default module can use a PHP XmlRpc server from the Flotsam project at |
@@ -1010,6 +1010,12 @@ | |||
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 | ||
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 | ||
1016 | ; Applies to both Group modules in core | ||
1017 | ; MessageOnlineUsersOnly = false | ||
1018 | |||
1013 | ;; This makes the Groups modules very chatty on the console. | 1019 | ;; This makes the Groups modules very chatty on the console. |
1014 | ; DebugEnabled = false | 1020 | ; DebugEnabled = false |
1015 | 1021 | ||
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 6aa534a..e70b9b3 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1612,7 +1612,6 @@ | |||
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 | ; This currently only applies to the Flotsam XmlRpc backend | ||
1616 | MessageOnlineUsersOnly = false | 1615 | MessageOnlineUsersOnly = false |
1617 | 1616 | ||
1618 | ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend | 1617 | ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend |