node-steam-user

Allows interaction with the Steam network via the Steam client protocol

MIT License

Downloads
64K
Stars
798
Committers
40

Bot releases are hidden (Show)

node-steam-user - v3.24.0

Published by DoctorMcKay almost 7 years ago

  • Fixed CDN auth token retrieval (thanks @Step7750 in PR #147)
  • Removed unnecessary console.log which was left over from debugging (thanks @Robinlemon in PR #149)
  • Fixed corrupt currency symbols (thanks @welwood08 in PR #120)
  • Added optional boolean parameter to getProductInfo to automatically retrieve access tokens as needed (thanks @Royalgamer06 in PR #129)
  • Fixed issue with getOwnedApps and getOwnedDepots causing them to take a very long time for accounts which own many licenses (issue #144)
node-steam-user - v3.23.2

Published by DoctorMcKay about 7 years ago

  • Fixed crashes in situations where non-proto files were somehow present in the protobufs directory (issue #50, #109; PR #137)
node-steam-user - v3.23.1

Published by DoctorMcKay about 7 years ago

  • Fixed crash if a particular type of message is received (issue #136)
node-steam-user - v3.23.0

Published by DoctorMcKay about 7 years ago

  • Added nickname event
  • Added getNicknames method
node-steam-user - v3.22.0

Published by DoctorMcKay about 7 years ago

node-steam-user - v3.21.8

Published by DoctorMcKay about 7 years ago

  • Fixed requestValidationEmail sending empty payload to Steam
node-steam-user - v3.21.7

Published by DoctorMcKay over 7 years ago

node-steam-user - v3.21.6

Published by DoctorMcKay over 7 years ago

  • Bumped steam-client dependency version
node-steam-user - v3.21.5

Published by DoctorMcKay over 7 years ago

  • Fixed package IDs being undefined sometimes when redeeming keys using redeemKey (issue #115)
node-steam-user - v3.21.4

Published by DoctorMcKay over 7 years ago

  • Fixed serverQuery crashing if you specify a geo_location_ip (issue #113)
node-steam-user - v3.21.3

Published by DoctorMcKay over 7 years ago

  • Fixed only loading one chat member's info when joining group chats
node-steam-user - v3.21.2

Published by DoctorMcKay over 7 years ago

  • Added anonymous usage statistics reporting to help me better support the module
node-steam-user - v3.21.1

Published by DoctorMcKay over 7 years ago

  • Fixed not being able to "play" a custom (non-Steam) game when a Steam game is being played on another session
node-steam-user - v3.21.0

Published by DoctorMcKay over 7 years ago

  • Added force option to gamesPlayed
  • Added playingState event
  • Added kickPlayingSession method
  • Fixed getOwnedApps, getOwnedDepots, ownsApp, and ownsDepot not taking into account package expiration times (e.g. free weekends)
node-steam-user - v3.19.1

Published by DoctorMcKay over 7 years ago

  • Fixed persona data for friends not being loaded upon logon
node-steam-user - v3.19.0

Published by DoctorMcKay over 7 years ago

  • Added requestFreeLicense method
  • Now retrieves the Steam server (CM) list from the WebAPI prior to logon if no local server list is available
  • Updated enums
node-steam-user - v3.18.0

Published by DoctorMcKay over 7 years ago

  • Added relog() method
node-steam-user - v3.17.2

Published by DoctorMcKay over 7 years ago

  • 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 😞)
node-steam-user - v3.17.1

Published by DoctorMcKay over 7 years ago

  • Increased maximum backoff for web auth to 60 seconds
  • Updated web auth request to look more like the request sent by the official client
node-steam-user - v3.17.0

Published by DoctorMcKay over 7 years ago

  • Added support for using an HTTP proxy via node-steam-client