Jump to content
McKay Development

GitHub

Bot
  • Posts

    1661
  • Joined

  • Last visited

Everything posted by GitHub

  1. Added methods to create, delete, and manipulate friends groups (extra super special thanks to @RumbleFrog for his superb PR #168) View on GitHub
  2. Fixed some methods failing with error "options.uri is a required argument" View on GitHub
  3. Fixed getMarketApps not returning everythingFixed Node.js process being kept running unnecessarilyAdded getGemValue and turnItemIntoGemsAdded getGiftDetails and redeemGift View on GitHub
  4. Added parseEncryptedAppTicket methodAdded communityMessages event View on GitHub
  5. Fixed tradeOffers not being emitted for 0 new offers (issue #162) View on GitHub
  6. Worked around a Steam backend bug by suppressing tradeOffers events if they're re-emitted with the same count View on GitHub
  7. Fixed default (question mark) avatar URLs (thanks @LulzFTW in PR #150)Added deprecation notice to createAccount and made it throw an Error when called since it doesn't work anymoreAdded getAssetClassInfo methodAdded experimental app auth stuff; see documentation View on GitHub
  8. Fixed infinite request loop when calling getWebApiKey on an account without a verified email (thanks to @Aareksio in PR #189) View on GitHub
  9. Added changeTradeURL method (thanks to @hell00world in PR #186) View on GitHub
  10. 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) View on GitHub
  11. 2.9.3 View on GitHub
  12. Fixed errors not being handled properly in getTradeURL View on GitHub
  13. 2.9.2 View on GitHub
  14. Fixed problems with poll timers at startup (PRs #237, #238)Updated getOfferToken to use node-steamcommunity's new getTradeURL methodUpdated EResult View on GitHub
  15. Fixed crash if author data isn't available in a group announcement (issue #182, fixed by @borianm in PR #183)Deprecated getInventoryHistory, which will stop working in the near future and won't be updatedUse the WebAPI's GetTradeHistory method instead View on GitHub
  16. Added getTradeURL method View on GitHub
  17. Fixed crashes in situations where non-proto files were somehow present in the protobufs directory (issue #50, #109; PR #137) View on GitHub
  18. Fixed crash if a particular type of message is received (issue #136) View on GitHub
  19. Added nickname eventAdded getNicknames method View on GitHub
  20. Fixed getGroupHistory not returning the correct actor (thanks to @Visagalis in PR #175) View on GitHub
  21. Added friendPersonasLoaded event View on GitHub
  22. Fixed requestValidationEmail sending empty payload to Steam View on GitHub
  23. Added disk persistence, which reduces memory usage for the asset cache (when a language is set in the constructor)Added constructor options: dataDirectory, gzipData, savePollData View on GitHub
  24. Fixed crash when using chat View on GitHub
  25. Fixed crash due to race condition when logging off of chat with a request outstanding (bug #176) View on GitHub
×
×
  • Create New...