Skip to content

Releases: GiyoMoon/steam-server-query

1.1.3

12 Feb 14:16
Compare
Choose a tag to compare

Bug fixes:

  • Add challenge retries for A2S_PLAYER requests (ee5c856)

1.1.2

03 Jan 19:27
bccbdad
Compare
Choose a tag to compare

Bug fixes:

  • Also close udp socket when throwing errors (bccbdad)

1.1.1

03 Jan 07:48
97d7f06
Compare
Choose a tag to compare

Bug fixes:

  • Fix socket not closing after a request has finished (97d7f06)

1.1.0

31 Dec 00:01
46311b1
Compare
Choose a tag to compare

Added:

  • Set a number of attempts for game server query requests (f2cf258)
  • Option to specify the maximum number of hosts to be returned from the main server query (A way to prevent getting rate limited) (b5555fa)

1.0.0

30 Dec 22:34
e3e27b9
Compare
Choose a tag to compare

Initial release of the module.

Master Server Query Protocol

  • Full support of the client to master server call
  • Supports all filter codes. Read more here.

Game Server Queries

  • Full support of A2S_INFO, A2S_PLAYER and A2S_RULES calls.