Age | Commit message (Expand) | Author |
---|---|---|
2022-02-04 | Fix broken server startup if curl is disabled (#12046) | sfan5 |
2021-12-18 | Refactor trusted mod checking code | sfan5 |
2021-12-18 | Don't let HTTP API pass through untrusted function | sfan5 |
2021-05-17 | Fix curl_timeout being ignored for Lua HTTP fetches | sfan5 |
2020-07-29 | Add PUT and DELETE request + specific method value to HTTP API (#9909) | Lejo |
2020-06-22 | Fix HTTP API not being available in async mainmenu (#10086) | rubenwardy |
2020-06-06 | Add HTTP API to main menu (#9998) | rubenwardy |
2019-06-06 | HTTP API: Allow binary downloads and headers (#8573) | SmallJoker |
2019-05-12 | Move HTTP request logging to infostream (#8526) | ANAND ︻气デ═一 |
2018-06-30 | Modernize lua read (part 2 & 3): C++ templating assurance (#7410) | Loïc Blot |
2017-08-19 | Code modernization: subfolders (#6283) | Loïc Blot |
2016-03-03 | Require minetest.request_http_api to be called from the mod's main scope | Jeija |
2016-02-22 | Add Lua interface to HTTPFetchRequest | Jeija |