aboutsummaryrefslogtreecommitdiff
path: root/src/client/clientmedia.cpp
AgeCommit message (Collapse)Author
2021-09-09Dynamic_Add_Media v2 (#11550)sfan5
2021-04-02Sort out cURL timeouts and increase defaultsfan5
2020-07-29Add PUT and DELETE request + specific method value to HTTP API (#9909)Lejo
2020-06-13Server pushing media at runtime (#9961)sfan5
2019-03-06Fix clang tidy error due to incorrect use of quotes for characterrubenwardy
2019-03-05Add referer to remote media requests. (#8135)sofar
This sends the following header to a remote media server: Referer: minetest://<server_name>:port This was verified with CTF and the Minetest Public Remove Media server. If the servername was a plain IPv6 address it will contain `:` characters and will be encapsulated in `[]` to be a valid URI.
2019-01-04Remove remote media compatibility mode. (#8044)sofar
The fallback code shouldn't be needed and is a remnant of the GET method that old media servers use. Clients using it are likely to just waste bandwidth and having to download the media again through the normal transfer from server method. The most reliable method is to get all missing textures therefore from the server directly and not spam the remote media server with 404s.
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin
Update Android.mk Remove 'src/client' from include_directories