XQF / xqf

XQF game server browser
http://xqf.github.io
GNU General Public License v2.0
37 stars 12 forks source link

Port the Savage master server handling to QStat #110

Open illwieckz opened 9 years ago

illwieckz commented 9 years ago

Historically, there was an ugly hack in XQF to parse binary Savage master answers in XQF ascii text parser. For 1.0.6 I moved this functionality to an external uglier script since the old hack was definitively broken, to not ship regression, but it's only temporary, we need a better solution.

I see that QStat already knows to query http servers, so the best thing is to port this functionality into QStat itself. XQF is a QStat front-end after all!

illwieckz commented 9 years ago

I created a dedicated issue on QStat issue list: https://github.com/multiplay/qstat/issues/6