aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorKevin Cozens2014-08-08 16:44:22 -0400
committerKevin Cozens2014-08-14 02:40:06 -0400
commit626536b8cc525deacf66ad98a09ebc7f94ffee31 (patch)
treeeab3cac766930c70e11eed84cc0d58d45df06f00 /bin/OpenSimDefaults.ini
parentMake RootTerseUpdatePeriod and ChildTerseUpdatePeriod configurable in [Intere... (diff)
downloadopensim-SC_OLD-626536b8cc525deacf66ad98a09ebc7f94ffee31.zip
opensim-SC_OLD-626536b8cc525deacf66ad98a09ebc7f94ffee31.tar.gz
opensim-SC_OLD-626536b8cc525deacf66ad98a09ebc7f94ffee31.tar.bz2
opensim-SC_OLD-626536b8cc525deacf66ad98a09ebc7f94ffee31.tar.xz
Added RestrictEmail to make llEmail only send to avatars email address if true.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 401abf0..348aaa2 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1318,6 +1318,11 @@
1318 ; If false then gods cannot execute these functions either. 1318 ; If false then gods cannot execute these functions either.
1319 AllowGodFunctions = false 1319 AllowGodFunctions = false
1320 1320
1321 ; Restrict the email address used by llEmail to the address associated with the avatars user account?
1322 ; If true then llEmail will only send email to the address in the user account of the avatar who owns the object containing the script.
1323 ; If false then email may be sent to any valid email address.
1324 RestrictEmail = false
1325
1321 ; Maximum number of llListen events we allow over the entire region. 1326 ; Maximum number of llListen events we allow over the entire region.
1322 ; Set this to 0 to have no limit imposed 1327 ; Set this to 0 to have no limit imposed
1323 max_listens_per_region = 1000 1328 max_listens_per_region = 1000