mesecons/mesecons_luacontroller
Pedro Gimeno b487783c23 Disable JIT optimization for user code and allow string.find in plain mode
Disabling LuaJIT for user code enables normal working of debug.sethook() even for loops. The drawback is that that code will run more slowly.

The fourth parameter of string.find indicates whether the second parameter should be interpreted literally (true) or as a pattern (false). Allowing patterns enables DoS attacks, but it's possible to
allow literal matching with little effort, by disallowing the function only if the fourth parameter (plain mode) is not `true`.
2016-04-02 17:31:40 +02:00
..
doc/luacontroller Major change: Documentation is now included with mesecons, the website just extracts the documentation in a more readable format 2015-11-20 20:14:50 +01:00
textures Move textures into their mods 2014-01-10 13:13:02 -05:00
depends.txt Add luacontroller, a microcontroller that you can code in lua. 2013-01-13 00:18:25 +01:00
init.lua Disable JIT optimization for user code and allow string.find in plain mode 2016-04-02 17:31:40 +02:00