aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example
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/GridCommon.ini.example
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/GridCommon.ini.example')
-rw-r--r--bin/config-include/GridCommon.ini.example4
1 files changed, 4 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 ===