]> git.lizzy.rs Git - minetest.git/history - src/script/lua_api/l_http.cpp
Don't let HTTP API pass through untrusted function
[minetest.git] / src / script / lua_api / l_http.cpp
2021-12-18 sfan5Don't let HTTP API pass through untrusted function
2021-05-17 sfan5Fix curl_timeout being ignored for Lua HTTP fetches
2020-07-29 LejoAdd PUT and DELETE request + specific method value...
2020-06-22 rubenwardyFix HTTP API not being available in async mainmenu...
2020-06-06 rubenwardyAdd HTTP API to main menu (#9998)
2019-06-06 SmallJokerHTTP API: Allow binary downloads and headers (#8573)
2019-05-12 ANAND ︻气デ═一Move HTTP request logging to infostream (#8526)
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2016-03-03 JeijaRequire minetest.request_http_api to be called from...
2016-02-22 JeijaAdd Lua interface to HTTPFetchRequest