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.0.8.0.3
parent
99308d64c6
commit
cffea984f1
|
@ -827,7 +827,7 @@
|
||||||
|
|
||||||
;# {AllowedCompilers} {Enabled:true} {Languages to allow (comma separated)?} {} lsl
|
;# {AllowedCompilers} {Enabled:true} {Languages to allow (comma separated)?} {} lsl
|
||||||
;; List of allowed languages (lsl,vb,cs)
|
;; List of allowed languages (lsl,vb,cs)
|
||||||
;; AllowedCompilers=lsl,cs,js,vb.
|
;; AllowedCompilers=lsl,cs,vb
|
||||||
;; *warning*, non lsl languages have access to static methods such as
|
;; *warning*, non lsl languages have access to static methods such as
|
||||||
;; System.IO.File. Enable at your own risk.
|
;; System.IO.File. Enable at your own risk.
|
||||||
; AllowedCompilers = "lsl"
|
; AllowedCompilers = "lsl"
|
||||||
|
|
|
@ -1420,8 +1420,8 @@
|
||||||
; Default language for scripts
|
; Default language for scripts
|
||||||
DefaultCompileLanguage = lsl
|
DefaultCompileLanguage = lsl
|
||||||
|
|
||||||
; List of allowed languages (lsl,vb,js,cs)
|
; List of allowed languages (lsl,vb,cs)
|
||||||
; AllowedCompilers=lsl,cs,js,vb.
|
; AllowedCompilers=lsl,cs,vb
|
||||||
; *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk.
|
; *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk.
|
||||||
AllowedCompilers=lsl
|
AllowedCompilers=lsl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue