forked from minetest-mods/mesecons
b487783c23
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`. |
||
---|---|---|
.. | ||
doc/luacontroller | ||
textures | ||
depends.txt | ||
init.lua |