aboutsummaryrefslogtreecommitdiff
path: root/src/serverlist.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for compiling with a newer (system) jsoncpp (#4429)Rogier-52016-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * Move included json code to jsoncpp subdirectory This is needed to avoid having to specify the minetest src directory as a system include when fixing the json includes. * Fix json includes They used "", so that the compiler searches the project's directory first. The result was that when compiling with a system jsoncpp, the project's own version of json.h was still included, instead of the system version. The includes now use <>, so a system location, or one specified with '-Ilocation' is searched only. * Fix for jsoncpp deprecated function warning When compiling with a newer version of jsoncpp (and ENABLE_SYSTEM_JSONCPP=true), jsoncpp emits a warning about a deprecated function that minetest uses.
* Send real port to server listShadowNinja2015-01-231-1/+1
|
* Serverlist: announce mg_name from map_meta.txt instead of minetest.confKahrl2014-11-101-0/+1
|
* Fix serverlist code style, const-correctness, and typesShadowNinja2014-06-301-10/+12
|
* Remove a lot of superfluous ifndef USE_CURL checkssapier2014-06-191-2/+0
|
* Send long announce as POST, show OS in useragentproller2014-01-071-1/+1
| | | | | Add lag reporting to masterserver (average dtime) StyledWriter -> FastWriter in masterserver announce
* Masterserver updateproller2013-10-181-1/+3
|
* Masterserver mods announse, ipv6, better curl errorsproller2013-07-131-1/+2
|
* Masterserver: report gameid, uptime, cosmetic fixes on server web pageproller2013-03-301-1/+1
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* new auto masterserverproller2013-02-221-7/+7
|
* Add a list of servers to the "Multiplayer" tabJeija2013-01-211-0/+46
If USE_CURL is set, it also downloads a list from a remote server. The url of this list is configurable in minetest.conf using the setting "serverlist_url" The local list of favorite servers is saved in client/serverlist/filename filename is also configureable using the setting "serverlist_file"