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 - v4.20.2

Published by DoctorMcKay almost 3 years ago

  • Added previousRelationship argument to friendRelationship and groupRelationship events
  • friendRelationship and groupRelationship events will now be suppressed if the new relationship matches our previously-known relationship
  • Fixed requestRichPresence callback not working when omitting the language argument
  • Fixed rich presence not parsing properly if the canonical case is not used for localization keys
node-steam-user - v4.20.1

Published by DoctorMcKay almost 3 years ago

  • Reduced download size and memory usage
  • Slight refactor to SteamID checks (thanks to @Revadike in PR #377)
node-steam-user - v4.20.0

Published by DoctorMcKay about 3 years ago

  • Added getFriendsThatPlay method
  • Added ability to retrieve manifest request codes for CDN downloads
node-steam-user - v4.19.12

Published by DoctorMcKay about 3 years ago

  • Fixed error caused by processing user data after we disconnect (issue #363)
node-steam-user - v4.19.11

Published by DoctorMcKay about 3 years ago

  • Fixed bug in retrieving license info (thanks to @Revadike in PR #362)
  • Increased getProductInfo timeout (thanks to @Revadike in PR #362)
  • Increased redeemKey timeout (thanks to @Revadike in PR #369)
  • Added licenses dumper example (thanks to @Revadike in PR #361)
node-steam-user - v4.19.10

Published by DoctorMcKay over 3 years ago

  • Fixed issue with bbcode appearing in output when sending messages with special formatting (e.g. /pre)
node-steam-user - v4.19.9

Published by DoctorMcKay over 3 years ago

  • Fixed issue with connection closures being processed at the wrong time
node-steam-user - v4.19.8

Published by DoctorMcKay over 3 years ago

  • Removed an unnecessary warning
node-steam-user - v4.19.7

Published by DoctorMcKay over 3 years ago

  • Fixed bug resulting in hangs on slower hardware
node-steam-user - v4.19.6

Published by DoctorMcKay over 3 years ago

  • Fixed bug where messages could be processed out of order
node-steam-user - v4.19.5

Published by DoctorMcKay over 3 years ago

  • Slight refactor
node-steam-user - v4.19.4

Published by DoctorMcKay over 3 years ago

  • Fixed og and roomeffect bbcodes not being parsed in chat (thanks @icewind1991 and @Revadike in PRs #344 and #346)
node-steam-user - v4.19.3

Published by DoctorMcKay over 3 years ago

  • Fixed cleanup tasks keeping process running after client has disconnected (issue #338)
node-steam-user - v4.19.2

Published by DoctorMcKay almost 4 years ago

  • Fixed issue downloading content from HTTPS-mandatory CDN content servers
node-steam-user - v4.19.1

Published by DoctorMcKay almost 4 years ago

  • Updated enums
  • Fixed error when requesting product info for a package not owned (issue #335)
node-steam-user - v4.19.0

Published by DoctorMcKay almost 4 years ago

  • Added appID argument to getContentServers
  • Added support for sticker and gameinvite chat features (thanks @icewind1991 in PR #337)
node-steam-user - v4.18.0

Published by DoctorMcKay about 4 years ago

  • Added requestRichPresence method (thanks to @itsjfx in PR #323)
node-steam-user - v4.17.2

Published by DoctorMcKay about 4 years ago

  • Fixed failure to download files from CDN (issue #328)
node-steam-user - v4.17.1

Published by DoctorMcKay about 4 years ago

  • Added workaround for a crash when connecting (thanks to @itsjfx in PR #322)