From 29fe003152f1e4c4eaa03ef0dc7deb68422f723a Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Wed, 12 Nov 2008 03:56:03 +0000 Subject: * Updates defaults to disclude cs/vb/js from the allowed compilers by default --- bin/OpenSim.ini.example | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 6b3cb94..8f1441f 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -635,7 +635,9 @@ DefaultCompileLanguage=lsl ; Specify what compilers are allowed to be used ; Note vb only works on Windows for now (Mono lacks VB compile support) ; Valid languages are: lsl, cs, js and vb -AllowedCompilers=lsl,cs,js,vb +; AllowedCompilers=lsl,cs,js,vb. *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk. +AllowedCompilers=lsl + ; Compile scripts with debugging ; Probably a thousand times slower, but gives you a line number when something goes wrong. @@ -766,7 +768,10 @@ WriteScriptSourceToDebugFile = false ; Default language for scripts DefaultCompileLanguage = lsl ; List of allowed languages (lsl,vb,js,cs) -AllowedCompilers = lsl,vb,js,cs +; AllowedCompilers=lsl,cs,js,vb. +; *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk. +AllowedCompilers=lsl + ; Compile debug info (line numbers) into the script assemblies CompileWithDebugInformation = true ; Allow the use of os* functions (some are dangerous) -- cgit v1.1