diff options
author | Justin Clark-Casey (justincc) | 2014-03-26 00:50:33 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-03-26 00:50:33 +0000 |
commit | cffea984f141381befed09b0d86f9d36befbbc63 (patch) | |
tree | c640563c188ef2a99e142f4a53571ca11a16e05f /bin/OpenSim.ini.example | |
parent | minor: Add some doc to Scene.Backup() detailing its direct invocation if the ... (diff) | |
download | opensim-SC-cffea984f141381befed09b0d86f9d36befbbc63.zip opensim-SC-cffea984f141381befed09b0d86f9d36befbbc63.tar.gz opensim-SC-cffea984f141381befed09b0d86f9d36befbbc63.tar.bz2 opensim-SC-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/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 1 insertions, 1 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" |