minetest/builtin
Jeija 31e0667a4a Add Lua interface to HTTPFetchRequest
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.
2016-02-22 15:39:41 +01:00
..
async Use "core" namespace internally 2014-05-08 13:02:04 -04:00
common Refactor logging 2015-10-14 01:03:54 -04:00
fstk Refactor logging 2015-10-14 01:03:54 -04:00
game Add Lua interface to HTTPFetchRequest 2016-02-22 15:39:41 +01:00
mainmenu Restore simple settings tab and add advanced settings as dialog 2016-02-21 08:54:33 +00:00
init.lua builtin: Fix `print` crashing on nil "holes". 2016-02-08 01:55:02 +01:00
settingtypes.txt Add Lua interface to HTTPFetchRequest 2016-02-22 15:39:41 +01:00