aboutsummaryrefslogtreecommitdiff
path: root/src/serverlist.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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"