Skip to content

More games & speed/realibilty changes

Compare
Choose a tag to compare
@Austinb Austinb released this 16 Oct 22:44
· 313 commits to v3 since this release

The core query code was tweaked to leave the receive connections open until timeout. What this means is that for servers that are slow to respond should show up correctly in the response data. Also servers that respond quickly will close out their connections sooner. You may have to tweak and lower your timeout settings if you are not using the default values. I would like to thank @fritzmg for the change from earlier in the year. Also some other Gamespy 3 specific bugs were fixed affecting the proper response from servers with empty challenge responses or empty hostnames or other empty values in the server's response (i.e. Minecraft).

Also changed was how received packets were being read. Adding HTTPS/TLS support required a core change to another PHP function fread() since the socket equivalent does not decrypt the returned data.

Please open up an issue if you notice your list slower than in the previous version or if your results are empty in this version.

Added games:

  • Arma 3 DLC Updates (Thanks @sifex)
  • Crysis Wars
  • Grand Theft Auto Network (GTAN)
  • GTA FiveM
  • Jedi Academy
  • Jedi Outcasts
  • Just Cause 3
  • Rising Storm 2

If you are bored or just curious you can see all the changes between this version and the previous release.