aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
authorDiva Canto2014-07-06 16:02:04 -0700
committerDiva Canto2014-07-06 16:02:04 -0700
commitba233008cd250e43ffad5e6cb5e1fed8a6e87f80 (patch)
tree07c830a17ea303f803a98513171774ae9c68e9f2 /bin/Robust.HG.ini.example
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-ba233008cd250e43ffad5e6cb5e1fed8a6e87f80.zip
opensim-SC_OLD-ba233008cd250e43ffad5e6cb5e1fed8a6e87f80.tar.gz
opensim-SC_OLD-ba233008cd250e43ffad5e6cb5e1fed8a6e87f80.tar.bz2
opensim-SC_OLD-ba233008cd250e43ffad5e6cb5e1fed8a6e87f80.tar.xz
Changed GetUserInfo so that the exposure of user account details is ruled by a configuration variable. It's on by default.
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index aaa78ff..c51a626 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -571,6 +571,12 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
571 ;; Leave blank or commented for no exceptions. 571 ;; Leave blank or commented for no exceptions.
572 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" 572 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002"
573 573
574 ;; This variable controls what is exposed to profiles of local users
575 ;; as seen from outside of this grid. Leave it uncommented for exposing
576 ;; UserTitle, UserFlags and the creation date. Uncomment and change to False
577 ;; to block this info from being exposed.
578 ; ShowUserDetailsInHGProfile = True
579
574 580
575; * The interface that local users get when they are in other grids. 581; * The interface that local users get when they are in other grids.
576; * This restricts the inventory operations while in other grids. 582; * This restricts the inventory operations while in other grids.