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.12.0

Published by DoctorMcKay over 5 years ago

node-steam-user - v4.11.1

Published by DoctorMcKay over 5 years ago

  • Fixed some bugs in the CDN client (thanks to @Dahlgren in PRs #260 and #261)
node-steam-user - v4.11.0

Published by DoctorMcKay over 5 years ago

node-steam-user - v4.10.0

Published by DoctorMcKay over 5 years ago

node-steam-user - v4.9.1

Published by DoctorMcKay over 5 years ago

node-steam-user - v4.8.0

Published by DoctorMcKay over 5 years ago

  • Added setSessionActiveGroups method to SteamChatRoomClient
  • Fixed properties named accountid or accountid_* not being properly renamed to steamid or steamid_* in SteamChatRoomGroup if they are null
node-steam-user - v4.7.0

Published by DoctorMcKay over 5 years ago

  • Added excludeSharedPackages argument to getOwnedApps, getOwnedDepots, getOwnedPackages, ownsApp, ownsDepot, and ownsPackage (thanks to @Revadike in PR #252)
node-steam-user - v4.6.1

Published by DoctorMcKay over 5 years ago

  • Fixed rare crash when being logged off (thanks @Revadike in PR #249)
node-steam-user - v4.6.0

Published by DoctorMcKay over 5 years ago

  • Added webCompatibilityMode option
  • Added warning if logonID is greater than max uint32
node-steam-user - v4.5.1

Published by DoctorMcKay over 5 years ago

  • Fixed getProductInfo never resolving if inclTokens = true and nothing needs a token (bug #245)
node-steam-user - v4.5.0

Published by DoctorMcKay over 5 years ago

node-steam-user - v4.4.4

Published by DoctorMcKay over 5 years ago

  • Improved module memory usage
node-steam-user - v4.4.3

Published by DoctorMcKay over 5 years ago

  • Made it possible to access purchaseResultDetails and packageList if a redeemKey request fails
node-steam-user - v4.4.2

Published by DoctorMcKay over 5 years ago

  • Fixed crash when using getAuthSessionTicket (thanks to @Scorpi in PR #231)
node-steam-user - v4.4.1

Published by DoctorMcKay over 5 years ago

  • Hopefully fixed a bug that would delete rich_presence_string in user event data under some conditions (bug #220)
node-steam-user - v4.4.0

Published by DoctorMcKay over 5 years ago

  • Added uploadRichPresence method
node-steam-user - v4.3.1

Published by DoctorMcKay over 5 years ago

  • Fixed crashes due to incorrectly calling .toNumber() on stuff
node-steam-user - v4.3.0

Published by DoctorMcKay over 5 years ago

node-steam-user - v4.2.1

Published by DoctorMcKay over 5 years ago

  • Fixed a chat-related crash that happens under unknown circumstances
node-steam-user - v4.2.0

Published by DoctorMcKay over 5 years ago

  • Added packageName and packageVersion instance properties to allow other modules to check interoperability