aboutsummaryrefslogtreecommitdiff
path: root/src/jthread/pthread/jmutex.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-10 02:27:24 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-03-10 11:28:14 +0200
commit5e001410059d3768be496bb7e67181d224db657e (patch)
tree60dd9bb9fcb87bf6a9d509699e7a0be82c88e384 /src/jthread/pthread/jmutex.cpp
parentfa70413c82c78a9624c7d2af5d9c33e12fcde745 (diff)
downloadminetest-5e001410059d3768be496bb7e67181d224db657e.tar.gz
minetest-5e001410059d3768be496bb7e67181d224db657e.tar.bz2
minetest-5e001410059d3768be496bb7e67181d224db657e.zip
Replace dig_immediate=1 with dig_immediate=3 in mods/default/init.lua
Diffstat (limited to 'src/jthread/pthread/jmutex.cpp')
0 files changed, 0 insertions, 0 deletions
n> | | | | Fixes #3764 * Add Lua interface to HTTPFetchRequestJeija2016-02-22 This allows mods to perform both asynchronous and synchronous HTTP requests. Mods are only granted access to HTTP APIs if either mod security is disabled or if they are whitelisted in any of the the secure.http_mods and secure.trusted_mods settings. Adds httpfetch_caller_alloc_secure to generate random, non-predictable caller IDs so that lua mods cannot spy on each others HTTP queries.