aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-03-26 00:50:33 +0000
committerJustin Clark-Casey (justincc)2014-03-26 00:50:33 +0000
commitcffea984f141381befed09b0d86f9d36befbbc63 (patch)
treec640563c188ef2a99e142f4a53571ca11a16e05f /bin
parentminor: Add some doc to Scene.Backup() detailing its direct invocation if the ... (diff)
downloadopensim-SC_OLD-cffea984f141381befed09b0d86f9d36befbbc63.zip
opensim-SC_OLD-cffea984f141381befed09b0d86f9d36befbbc63.tar.gz
opensim-SC_OLD-cffea984f141381befed09b0d86f9d36befbbc63.tar.bz2
opensim-SC_OLD-cffea984f141381befed09b0d86f9d36befbbc63.tar.xz
minor: Remove "js" (Javascript) from list of allowed languages in script config since it hasn't been present in OpenSimulator for a very long time (0.6 days)
One reason support was removed is that the external DLL that implemented Javascript stopped development. Not sure how well this ever worked in OpenSimulator. Not removing vb for now as this is directly supported by Mono (via vbnc compiler) though I strongly suspect it is also inoperable.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example2
-rw-r--r--bin/OpenSimDefaults.ini4
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index bf5e18c..b6fba8b 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -827,7 +827,7 @@
827 827
828 ;# {AllowedCompilers} {Enabled:true} {Languages to allow (comma separated)?} {} lsl 828 ;# {AllowedCompilers} {Enabled:true} {Languages to allow (comma separated)?} {} lsl
829 ;; List of allowed languages (lsl,vb,cs) 829 ;; List of allowed languages (lsl,vb,cs)
830 ;; AllowedCompilers=lsl,cs,js,vb. 830 ;; AllowedCompilers=lsl,cs,vb
831 ;; *warning*, non lsl languages have access to static methods such as 831 ;; *warning*, non lsl languages have access to static methods such as
832 ;; System.IO.File. Enable at your own risk. 832 ;; System.IO.File. Enable at your own risk.
833 ; AllowedCompilers = "lsl" 833 ; AllowedCompilers = "lsl"
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 4f2563c..91fd05d 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1420,8 +1420,8 @@
1420 ; Default language for scripts 1420 ; Default language for scripts
1421 DefaultCompileLanguage = lsl 1421 DefaultCompileLanguage = lsl
1422 1422
1423 ; List of allowed languages (lsl,vb,js,cs) 1423 ; List of allowed languages (lsl,vb,cs)
1424 ; AllowedCompilers=lsl,cs,js,vb. 1424 ; AllowedCompilers=lsl,cs,vb
1425 ; *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk. 1425 ; *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk.
1426 AllowedCompilers=lsl 1426 AllowedCompilers=lsl
1427 1427