diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 992838f..d498258 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -575,9 +575,9 @@ | |||
575 | ;; must be set to allow offline messaging to work. | 575 | ;; must be set to allow offline messaging to work. |
576 | ; MuteListURL = http://yourserver/Mute.php | 576 | ; MuteListURL = http://yourserver/Mute.php |
577 | 577 | ||
578 | ;; Control whether group messages are forwarded to offline users. | 578 | ;; Control whether group invites and notices are stored for offline users. |
579 | ;; Default is true. | 579 | ;; Default is true. |
580 | ;; This applies to the core groups module (Flotsam) only. | 580 | ;; This applies to both core groups module. |
581 | ; ForwardOfflineGroupMessages = true | 581 | ; ForwardOfflineGroupMessages = true |
582 | 582 | ||
583 | 583 | ||
@@ -953,7 +953,7 @@ | |||
953 | 953 | ||
954 | ;# {LevelGroupCreate} {Enabled:true} {User level for creating groups} {} 0 | 954 | ;# {LevelGroupCreate} {Enabled:true} {User level for creating groups} {} 0 |
955 | ;; Minimum user level required to create groups | 955 | ;; Minimum user level required to create groups |
956 | ;LevelGroupCreate = 0 | 956 | ; LevelGroupCreate = 0 |
957 | 957 | ||
958 | ;# {Module} {Enabled:true} {Groups module to use? (Use GroupsModule to use Flotsam/Simian)} {Default "Groups Module V2"} Default | 958 | ;# {Module} {Enabled:true} {Groups module to use? (Use GroupsModule to use Flotsam/Simian)} {Default "Groups Module V2"} Default |
959 | ;; The default module can use a PHP XmlRpc server from the Flotsam project at | 959 | ;; The default module can use a PHP XmlRpc server from the Flotsam project at |
@@ -1006,6 +1006,12 @@ | |||
1006 | ;; Enable Group Notices | 1006 | ;; Enable Group Notices |
1007 | ; NoticesEnabled = true | 1007 | ; NoticesEnabled = true |
1008 | 1008 | ||
1009 | ;# {MessageOnlineUsersOnly} {Module:GroupsModule Module} {Message online users only?} {true false} false | ||
1010 | ; Experimental option to only message online users rather than all users | ||
1011 | ; Should make large groups with few online members messaging faster, as the expense of more calls to presence service | ||
1012 | ; Applies Flotsam Group only. V2 has this always on, no other option | ||
1013 | ; MessageOnlineUsersOnly = false | ||
1014 | |||
1009 | ;; This makes the Groups modules very chatty on the console. | 1015 | ;; This makes the Groups modules very chatty on the console. |
1010 | ; DebugEnabled = false | 1016 | ; DebugEnabled = false |
1011 | 1017 | ||