node-steamcommunity

Interact with various interfaces on Steam Community from Node.js

MIT License

Downloads
13.4K
Stars
475

Bot releases are visible (Hide)

node-steamcommunity - v3.19.6

Published by DoctorMcKay over 8 years ago

  • When calling finalizeTwoFactor, clock skew is now taken into account (issue #98)
  • Added disable_twofactor example
node-steamcommunity - v3.19.5

Published by DoctorMcKay over 8 years ago

  • Fixed sessionExpired event always being emitted for confirmation errors
node-steamcommunity - v3.19.4

Published by DoctorMcKay over 8 years ago

  • Reverted to older cheerio version due to memory issues
node-steamcommunity - v3.19.3

Published by DoctorMcKay over 8 years ago

  • Fixed fake error when disabling 2FA (issue #96)
  • Added input for CAPTCHA text if necessary to examples (issue #88)
node-steamcommunity - v3.19.2

Published by DoctorMcKay over 8 years ago

  • Fixed crashes when HTTP responses return non-strings (issue #94)
node-steamcommunity - v3.19.1

Published by DoctorMcKay over 8 years ago

  • Fixed a crash if a request without a callback is blocked
node-steamcommunity - v3.19.0

Published by DoctorMcKay over 8 years ago

  • Added unified HTTP interface with pre- and post-hooks and better error handling
    • As a result of the better error handling, if you aren't logged in and you try to make a request to an endpoint which requires you to be, the Error's message will be "Not Logged In"
    • The sessionExpired event will now be emitted when we detect that we aren't logged in
  • Node v4.0.0 or later is now suggested (and will be required in the future)
  • Fixed inability to use external SteamID objects (issue #90)
node-steamcommunity - v3.19.0 beta6

Published by DoctorMcKay over 8 years ago

  • HTTP requests now return a "Not Logged In" Error when we aren't logged in and we need to be
node-steamcommunity - v3.19.0 beta5

Published by DoctorMcKay over 8 years ago

  • Fixed a crash under specific conditions
node-steamcommunity - v3.19.0 beta4

Published by DoctorMcKay over 8 years ago

  • Fixed a typo causing a crash
node-steamcommunity - v3.19.0 beta3

Published by DoctorMcKay over 8 years ago

  • Fixed a crash on particular invocations of httpRequest
  • Removed now-redundant _checkHttpError and _checkCommunityError calls
node-steamcommunity - v3.19.0 beta2

Published by DoctorMcKay over 8 years ago

  • Added source argument to pre/post HTTP hooks
  • Added request IDs to pre/post HTTP hooks
  • Rearranged arguments in pre/post HTTP hooks
node-steamcommunity - v3.19.0 beta1

Published by DoctorMcKay over 8 years ago

  • Added experimental unified interface for HTTP with pre/post hooks
node-steamcommunity - v3.18.7

Published by DoctorMcKay over 8 years ago

  • Fixed occasional crash when there's an error loading an inventory (thanks to @andrewda in PR #87)
node-steamcommunity - v3.18.6

Published by DoctorMcKay over 8 years ago

  • Fixed CAPTCHA URLs being incorrect
  • Fixed CAPTCHA overriding more important login errors
node-steamcommunity - v3.18.5

Published by DoctorMcKay over 8 years ago

  • Fixed a crash when the automatic confirmation checker has a problem
node-steamcommunity - v3.18.4

Published by DoctorMcKay over 8 years ago

  • Removed tradeConfirmation and marketConfirmation settings as Steam has removed these
  • Added some more debug output to the confirmation checker
node-steamcommunity - v3.18.3

Published by DoctorMcKay over 8 years ago

  • Used the standard device ID format when enabling 2FA
node-steamcommunity - v3.18.2

Published by DoctorMcKay almost 9 years ago

  • Use the device ID from SteamTotp.getDeviceID() for mobile confirmations
node-steamcommunity - v3.18.1

Published by DoctorMcKay almost 9 years ago

  • Fixed CSteamGroup#deleteAnnouncement