Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Require minetest.request_http_api to be called from the mod's main scope | Jeija | 2016-03-03 |
| | | | | Fixes #3764 | ||
* | Add Lua interface to HTTPFetchRequest | Jeija | 2016-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. |