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

Published by DoctorMcKay over 8 years ago

  • webLogOn now throws an Error if you try to use it while logged on anonymously (thanks @ryantology / @lootmarket in PR #63)
  • Added parental argument to loggedOn event
  • Added hasPhone argument to callback of getSteamGuardDetails
node-steam-user - v3.4.0

Published by DoctorMcKay over 8 years ago

  • Added marketingMessages event
  • Added accountInfo property and event
  • Updated to use SteamID v1.0.0
  • Now gets the time offset from Steam before finalizing two-factor authentication enabling
node-steam-user - v3.3.4

Published by DoctorMcKay over 8 years ago

  • Use the IP to which the CMClient is bound for WebAPI AuthenticateUser calls
node-steam-user - v3.3.3

Published by DoctorMcKay over 8 years ago

  • Added twofactorTime argument to getSteamGuardDetails
  • Fixed getSteamGuardDetails returning an incorrect false for canTrade if you have had two-factor authentication for more than 7 days and your sentry file is less than 7 days old (issue #51)
  • Fixed login keys not being accepted, which the official Steam client does (they still worked though for some reason)
node-steam-user - v3.3.2

Published by DoctorMcKay over 8 years ago

  • Fixed getPlayerCount
node-steam-user - v3.3.1

Published by DoctorMcKay almost 9 years ago

  • Use standard device ID format when enabling 2FA
node-steam-user - v3.3.0

Published by DoctorMcKay almost 9 years ago

  • Added enablePicsCache, picsCacheAll, and changelistUpdateInterval options
  • Added picsCache property
  • Added getOwnedApps, ownsApp, getOwnedDepots, ownsDepot, getOwnedPackages, and ownsPackage methods
  • Added changelist, appUpdate, packageUpdate, and appOwnershipCached events
node-steam-user - v3.2.1

Published by DoctorMcKay almost 9 years ago

  • Bumped required version of steam-client
node-steam-user - v3.2.0

Published by DoctorMcKay almost 9 years ago

  • Added redeemKey (thanks to @Aareksio in PR #36)
node-steam-user - v3.1.0

Published by DoctorMcKay almost 9 years ago

  • Added lastCodeWrong to steamGuard event
  • The disconnected event will now fire in response to logOff
node-steam-user - v3.0.0

Published by DoctorMcKay almost 9 years ago

  • Added support for steam-client
  • BREAKING SteamUser.Steam is now steam-client instead of steam
    • The major difference is the lack of handler modules
node-steam-user - v2.1.1

Published by DoctorMcKay almost 9 years ago

  • Fixed error when requesting unknown packages from PICS (PR #31, thanks @Ne3tCode)
node-steam-user - v2.1.0

Published by DoctorMcKay almost 9 years ago

  • Undeprecated two-factor methods
  • client argument in constructor is now optional if you provide options (PR #24)
  • Now uses SHA-1 hash of username as device ID when enabling 2FA
node-steam-user - v2.0.3

Published by DoctorMcKay almost 9 years ago

  • disableTwoFactor now throws an Error redirecting users to https://mckay.media/UnsG7
    • It has not worked in quite some time. The implementation in node-steamcommunity does
    • This is the start of a migration of two-factor management methods to node-steamcommunity
node-steam-user - v2.0.2

Published by DoctorMcKay almost 9 years ago

  • Disabled handling for ClientServerUnavailable, which doesn't appear to always indicate that we're logged off
node-steam-user - v2.0.1

Published by DoctorMcKay almost 9 years ago

  • Moved TOTP generation to SteamTotp
  • Fixed crash when reconnecting after being disconnected
node-steam-user - v2.0.0

Published by DoctorMcKay almost 9 years ago

  • [BREAKING] Entire response from Steam is now returned to enableTwoFactor
  • [BREAKING] createHandlers option has been removed
  • Added ability to enable 2FA using SMS code since email codes are no longer possible
node-steam-user - v1.13.0

Published by DoctorMcKay almost 9 years ago

  • Added delay when reconnecting after being disconnected
  • Added ability to use custom account-name-generated machineID format (see machineIdFormat option)
node-steam-user - v1.12.2

Published by DoctorMcKay almost 9 years ago

  • Fixed crash when a fatal error is handled (bug #15)
node-steam-user - v1.12.1

Published by DoctorMcKay almost 9 years ago

  • Fixed crash on logon if saved cellid file is malformed (bug #14)