diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 12 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 2 | ||||
-rw-r--r-- | bin/config-include/Grid.ini | 1 | ||||
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 1 | ||||
-rw-r--r-- | bin/config-include/Standalone.ini | 1 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 1 |
6 files changed, 14 insertions, 4 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 | ||
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 57bc79e..c9a79fc 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1612,7 +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 | ; This currently only applies to the Flotsam XmlRpc backend | 1615 | ; (Flotsam groups only; in V2 this is always on) |
1616 | MessageOnlineUsersOnly = false | 1616 | MessageOnlineUsersOnly = false |
1617 | 1617 | ||
1618 | ; 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 |
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index cb3a5c8..15ba55a 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -23,6 +23,7 @@ | |||
23 | InventoryAccessModule = "BasicInventoryAccessModule" | 23 | InventoryAccessModule = "BasicInventoryAccessModule" |
24 | LandServices = "RemoteLandServicesConnector" | 24 | LandServices = "RemoteLandServicesConnector" |
25 | MapImageService = "MapImageServiceModule" | 25 | MapImageService = "MapImageServiceModule" |
26 | SearchModule = "BasicSearchModule" | ||
26 | 27 | ||
27 | LandServiceInConnector = true | 28 | LandServiceInConnector = true |
28 | NeighbourServiceInConnector = true | 29 | NeighbourServiceInConnector = true |
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini index 31a4059..7edcafb 100644 --- a/bin/config-include/GridHypergrid.ini +++ b/bin/config-include/GridHypergrid.ini | |||
@@ -28,6 +28,7 @@ | |||
28 | FriendsModule = "HGFriendsModule" | 28 | FriendsModule = "HGFriendsModule" |
29 | MapImageService = "MapImageServiceModule" | 29 | MapImageService = "MapImageServiceModule" |
30 | UserManagementModule = "HGUserManagementModule" | 30 | UserManagementModule = "HGUserManagementModule" |
31 | SearchModule = "BasicSearchModule" | ||
31 | 32 | ||
32 | LandServiceInConnector = true | 33 | LandServiceInConnector = true |
33 | NeighbourServiceInConnector = true | 34 | NeighbourServiceInConnector = true |
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index ba72fe7..d3b9cb4 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -19,6 +19,7 @@ | |||
19 | EntityTransferModule = "BasicEntityTransferModule" | 19 | EntityTransferModule = "BasicEntityTransferModule" |
20 | InventoryAccessModule = "BasicInventoryAccessModule" | 20 | InventoryAccessModule = "BasicInventoryAccessModule" |
21 | MapImageService = "MapImageServiceModule" | 21 | MapImageService = "MapImageServiceModule" |
22 | SearchModule = "BasicSearchModule" | ||
22 | 23 | ||
23 | LibraryModule = true | 24 | LibraryModule = true |
24 | LLLoginServiceInConnector = true | 25 | LLLoginServiceInConnector = true |
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index 39c33e8..3abf49b 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -25,6 +25,7 @@ | |||
25 | InventoryAccessModule = "HGInventoryAccessModule" | 25 | InventoryAccessModule = "HGInventoryAccessModule" |
26 | FriendsModule = "HGFriendsModule" | 26 | FriendsModule = "HGFriendsModule" |
27 | UserManagementModule = "HGUserManagementModule" | 27 | UserManagementModule = "HGUserManagementModule" |
28 | SearchModule = "BasicSearchModule" | ||
28 | 29 | ||
29 | InventoryServiceInConnector = true | 30 | InventoryServiceInConnector = true |
30 | AssetServiceInConnector = true | 31 | AssetServiceInConnector = true |