| Commit message (Expand) | Author | Age |
* | Use JSON for favorites, move server list code to Lua (#10085) | rubenwardy | 2021-01-22 |
* | Log server announce on updates and deletes too (#10177) | Tyler Schwend | 2020-09-26 |
* | Clean up server-side translations, remove global variable (#10075) | rubenwardy | 2020-09-16 |
* | Add PUT and DELETE request + specific method value to HTTP API (#9909) | Lejo | 2020-07-29 |
* | Make core.get_favorites("local") ignore duplicates (#7926) | Paul Ouellette | 2019-11-08 |
* | Update JsonCPP to 1.8.3 (#6466) | Loïc Blot | 2017-09-26 |
* | Network: Remove large parts of deprecated legacy code (#6404) | SmallJoker | 2017-09-12 |
* | Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) | Loïc Blot | 2017-08-19 |
* | Server list cleanup | ShadowNinja | 2017-03-18 |
* | Fixes for compiling with a newer (system) jsoncpp (#4429) | Rogier-5 | 2016-08-10 |
* | Add option to not send pre v25 init packet | est31 | 2016-03-15 |
* | Change i++ to ++i | David Jones | 2015-08-25 |
* | Move globals from main.cpp to more sane locations | Craig Robbins | 2015-04-01 |
* | Clean up and tweak build system | ShadowNinja | 2015-03-27 |
* | Server: announce MIN/MAX protocol version supported to serverlist. Client: ch... | est31 | 2015-02-18 |
* | Send real port to server list | ShadowNinja | 2015-01-23 |
* | Serverlist: announce mg_name from map_meta.txt instead of minetest.conf | Kahrl | 2014-11-10 |
* | Replace setting unlimited_player_transfer_distance with player_transfer_distance | SmallJoker | 2014-11-08 |
* | Reduce indentation of HTTPFetchOngoing | ShadowNinja | 2014-09-18 |
* | Fix serverlist code style, const-correctness, and types | ShadowNinja | 2014-06-30 |
* | Fix server list boolean typing and alignment | ShadowNinja | 2014-06-30 |
* | Add support for multipart/form-data to HTTPFetch for server announcing | ShadowNinja | 2014-06-30 |
* | Remove ugly curl struct pointer from jsonFetchValue signature | sapier | 2014-06-19 |
* | Remove a lot of superfluous ifndef USE_CURL checks | sapier | 2014-06-19 |
* | Remove liquid_finite and weather | proller | 2014-04-18 |
* | Fix wrong named masterserver announce variable | proller | 2014-01-07 |
* | Send long announce as POST, show OS in useragent | proller | 2014-01-07 |
* | Use httpfetch_async in serverlist announce code | Kahrl | 2013-12-13 |
* | Rename names -> can_see_far_names in announce | proller | 2013-12-03 |
* | Remove link to #, add unlimited_player_transfer_distance to announce | proller | 2013-12-03 |
* | Correct useragent in http queries | proller | 2013-11-06 |
* | Masterserver show privs and js autoload | proller | 2013-11-04 |
* | Masterserver update | proller | 2013-10-18 |
* | Show git hash in version string at top left corner of window | Kahrl | 2013-09-28 |
* | Dont write directly to files but rather write and copy a tmp file | PilzAdam | 2013-08-13 |
* | More info in serverlist | proller | 2013-08-03 |
* | Masterserver mods announse, ipv6, better curl errors | proller | 2013-07-13 |
* | Replace C++ mainmenu by formspec powered one | sapier | 2013-07-02 |
* | Fix favorite Server List on Windows | Sfan5 | 2013-05-04 |
* | Fix serverlist on -DRUN_IN_PLACE=0 (use path_user instead of path_share) | Zeg9 | 2013-04-25 |
* | Masterserver: report gameid, uptime, cosmetic fixes on server web page | proller | 2013-03-30 |
* | Add one more curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1); | Ilya Zhuravlev | 2013-03-03 |
* | Fix "longjmp causes uninitialized stack frame" (serverlist.cpp) | Ilya Zhuravlev | 2013-03-01 |
* | Update Copyright Years | Sfan5 | 2013-02-24 |
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
* | new auto masterserver | proller | 2013-02-22 |
* | Add a list of servers to the "Multiplayer" tab | Jeija | 2013-01-21 |