Add samplesandboxed.lua script to demonstrate sandboxing in lua.
This commit is contained in:
@@ -980,7 +980,8 @@ Files are no longer hosted at LuaForge.
|
||||
<li>Improve garbage collection of orphaned coroutines when yielding from debug hook functions (fixes issue #32).</li>
|
||||
<li>LuaScriptEngineFactory.getScriptEngine() now returns new instance of LuaScriptEngine for each call.</li>
|
||||
<li>Fix os.date("*t") to return hour in 24 hour format (fixes issue #45)</li>
|
||||
<li>Add SampleSandboxed.java sample code to illustrate sandboxing techniques.</li>
|
||||
<li>Add SampleSandboxed.java example code to illustrate sandboxing techniques in Java.</li>
|
||||
<li>Add samplesandboxed.lua example code to illustrate sandboxing techniques in lua.</li>
|
||||
<li>Make string metatable a proper metatable, and make it read-only by default.</li>
|
||||
<li>Add sample code that illustrates techniques in creating sandboxed environments.</li>
|
||||
<li>Add convenience methods to Global to load string scripts with custom environment.</li>
|
||||
|
||||
Reference in New Issue
Block a user