Skip to content

Releases: DoctorMcKay/node-steam-user

v3.17.2

22 Feb 20:04
Compare
Choose a tag to compare
  • Added some delay between when we receive a webauth nonce and when we try to use it, just in case there is some communication delay internal to Steam
    • (there doesn't appear to be 😞)

v3.17.1

22 Feb 19:39
Compare
Choose a tag to compare
  • Increased maximum backoff for web auth to 60 seconds
  • Updated web auth request to look more like the request sent by the official client

v3.17.0

31 Jan 03:53
Compare
Choose a tag to compare
  • Added support for using an HTTP proxy via node-steam-client

v3.16.1

31 Jan 03:53
Compare
Choose a tag to compare
  • Fixed some issues relating to CDN content downloads

v3.16.0

26 Jan 23:41
Compare
Choose a tag to compare

v3.15.0

15 Jan 04:40
Compare
Choose a tag to compare
  • Added support for reading and setting user nicknames
    • setNickname method
    • myNicknames property and nicknameList event
  • Since a Fail EResult in response to a logon attempt indicates a problem on the server, this is now treated as a Steam outage and the module will continue attempting to logon (previously error was emitted in this case)
  • When unable to logon, the module will now exponentially backoff up to 60 seconds

v3.14.0

18 Dec 00:57
Compare
Choose a tag to compare
  • Added getEncryptedAppTicket

v3.13.1

14 Sep 18:33
Compare
Choose a tag to compare
  • Improved handling of web auth failures

v3.13.0

15 Aug 01:38
Compare
Choose a tag to compare
  • Fixed potential crash if Steam sends bad gift data
  • Added methods to change account email and password

v3.12.0

09 Aug 19:26
Compare
Choose a tag to compare
  • Added gifts property and event