aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorTeravus Ovares2008-06-06 21:39:42 +0000
committerTeravus Ovares2008-06-06 21:39:42 +0000
commited41ba8a3d9e19e9ff20fcdb6cdde3e614fcfb1f (patch)
tree085ad84a5f8c38318f732b57558561ff2a8acb97 /bin
parentrevert 5028, as this approach to 1 nick per avatar isn't going to work, (diff)
downloadopensim-SC_OLD-ed41ba8a3d9e19e9ff20fcdb6cdde3e614fcfb1f.zip
opensim-SC_OLD-ed41ba8a3d9e19e9ff20fcdb6cdde3e614fcfb1f.tar.gz
opensim-SC_OLD-ed41ba8a3d9e19e9ff20fcdb6cdde3e614fcfb1f.tar.bz2
opensim-SC_OLD-ed41ba8a3d9e19e9ff20fcdb6cdde3e614fcfb1f.tar.xz
* Added a configuration option for allowing god script lsl methods.. such as llSetObjectPermMask. By default it's off.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index db0b3a9..0682a3e 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -487,6 +487,8 @@ CleanUpOldScriptsOnStartup=true
487; Set the following to true to allow administrator owned scripts to execute console commands 487; Set the following to true to allow administrator owned scripts to execute console commands
488AllowosConsoleCommand=false 488AllowosConsoleCommand=false
489 489
490AllowGodFunctions = false
491
490; Maximum number of llListen events we allow per script 492; Maximum number of llListen events we allow per script
491; Set this to 0 to have no limit imposed. 493; Set this to 0 to have no limit imposed.
492max_listens_per_script = 64 494max_listens_per_script = 64