Commit Graph

11 Commits

Author SHA1 Message Date
43c284aa8a Show supported versions for PC servers
The Minetrack daemon will send a different protocol version each time
it pings a server. If a server responds with the same protocol version,
it is assumed that the version is supported, and it is shown on the
page above the server's player count.

The list of versions to be tried is stored in config.json.
At the moment, 4 versions are checked:
- 4 (Minecraft 1.7.2)
- 5 (Minecraft 1.7.10)
- 47 (Minecraft 1.8)
- 107 (Minecraft 1.9)
2016-03-01 21:09:38 -06:00
82752767b9 Drop the try catches, this might make it a bit unstable until we work out some bugs. 2015-11-25 19:29:02 -06:00
d64252d35d Begin work on frontend! 2015-11-08 18:34:17 -06:00
3373ebc9ee Use a basic time tracker instead of Date manipulation 2015-11-03 01:40:09 -06:00
da5dd8b026 Configurable rates, handle ping exceptions, Mojang service tracking 2015-11-02 22:32:54 -06:00
72172514b0 Update email to hello@cryptkpr.me from cryptkeeper@hypixel.net 2015-11-02 02:24:55 -06:00
f1eb418636 Drop mcpc_buffer, use mc-ping-updated 2015-11-02 01:42:11 -06:00
1c1f49aa43 Quick clean up 2015-11-02 01:04:49 -06:00
97aecdcc09 PE support using the mcpe-ping module 2015-11-02 00:57:30 -06:00
0cbfcf60d7 Fix timeout on connections 2015-11-02 00:01:04 -06:00
b3f0d8aa18 First commit, most of the backend system! :) 2015-11-01 22:56:08 -06:00