aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_http.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix broken server startup if curl is disabled (#12046)sfan52022-02-041-14/+21
* Refactor trusted mod checking codesfan52021-12-181-36/+3
* Don't let HTTP API pass through untrusted functionsfan52021-12-181-4/+19
* Fix curl_timeout being ignored for Lua HTTP fetchessfan52021-05-171-5/+3
* Add PUT and DELETE request + specific method value to HTTP API (#9909)Lejo2020-07-291-3/+26
* Fix HTTP API not being available in async mainmenu (#10086)rubenwardy2020-06-221-0/+7
* Add HTTP API to main menu (#9998)rubenwardy2020-06-061-1/+43
* HTTP API: Allow binary downloads and headers (#8573)SmallJoker2019-06-061-8/+5
* Move HTTP request logging to infostream (#8526)ANAND ︻气デ═一2019-05-121-1/+1
* Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot2018-06-301-2/+2
* Code modernization: subfolders (#6283)Loïc Blot2017-08-191-1/+1
* Require minetest.request_http_api to be called from the mod's main scopeJeija2016-03-031-2/+19
* Add Lua interface to HTTPFetchRequestJeija2016-02-221-0/+176