aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorSnoopy Pfeffer2012-04-11 18:52:07 +0200
committerSnoopy Pfeffer2012-04-11 18:52:07 +0200
commit1f4d3d35822c5ad3dbdd5f363014f1bf9afebdc6 (patch)
tree0223bc4d3cdf6fc359208fdcb233d2ecc7106346 /bin/config-include
parentHGFriendsModule: add the scaffolding for supporting permissions pertaining to... (diff)
downloadopensim-SC_OLD-1f4d3d35822c5ad3dbdd5f363014f1bf9afebdc6.zip
opensim-SC_OLD-1f4d3d35822c5ad3dbdd5f363014f1bf9afebdc6.tar.gz
opensim-SC_OLD-1f4d3d35822c5ad3dbdd5f363014f1bf9afebdc6.tar.bz2
opensim-SC_OLD-1f4d3d35822c5ad3dbdd5f363014f1bf9afebdc6.tar.xz
HGFriendsModule: Added optional user level based restriction to send friendship invitations to foreign users.
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/GridCommon.ini.example4
-rw-r--r--bin/config-include/StandaloneCommon.ini.example4
2 files changed, 8 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index fa6f525..8d7f6fc 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -137,6 +137,10 @@
137 ;; uncomment the next line. You may want to do this on sims that have licensed content. 137 ;; uncomment the next line. You may want to do this on sims that have licensed content.
138 ; OutboundPermission = False 138 ; OutboundPermission = False
139 139
140[HGFriendsModule]
141 ; User level required to be able to send friendship invitations to foreign users
142 ;LevelHGFriends = 0;
143
140[UserAgentService] 144[UserAgentService]
141 ; 145 ;
142 ; === HG ONLY === 146 ; === HG ONLY ===
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 8fe64df..e4bc548 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -61,6 +61,10 @@
61 ;; uncomment the next line. You may want to do this on sims that have licensed content. 61 ;; uncomment the next line. You may want to do this on sims that have licensed content.
62 ; OutboundPermission = False 62 ; OutboundPermission = False
63 63
64[HGFriendsModule]
65 ; User level required to be able to send friendship invitations to foreign users
66 ;LevelHGFriends = 0;
67
64[GridService] 68[GridService]
65 ;; For in-memory region storage (default) 69 ;; For in-memory region storage (default)
66 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" 70 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"