Jump to content
McKay Development

GitHub

Bot
  • Posts

    1632
  • Joined

  • Last visited

Everything posted by GitHub

  1. Fixed tradeOffers not being emitted for 0 new offers (issue #162) View on GitHub
  2. Worked around a Steam backend bug by suppressing tradeOffers events if they're re-emitted with the same count View on GitHub
  3. 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
  4. Fixed infinite request loop when calling getWebApiKey on an account without a verified email (thanks to @Aareksio in PR #189) View on GitHub
  5. Added changeTradeURL method (thanks to @hell00world in PR #186) View on GitHub
  6. 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
  7. Fixed errors not being handled properly in getTradeURL View on GitHub
  8. Fixed problems with poll timers at startup (PRs #237, #238)Updated getOfferToken to use node-steamcommunity's new getTradeURL methodUpdated EResult View on GitHub
  9. 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
  10. Added getTradeURL method View on GitHub
  11. Fixed crashes in situations where non-proto files were somehow present in the protobufs directory (issue #50, #109; PR #137) View on GitHub
  12. Fixed crash if a particular type of message is received (issue #136) View on GitHub
  13. Added nickname eventAdded getNicknames method View on GitHub
  14. Fixed getGroupHistory not returning the correct actor (thanks to @Visagalis in PR #175) View on GitHub
  15. Added friendPersonasLoaded event View on GitHub
  16. Fixed requestValidationEmail sending empty payload to Steam View on GitHub
  17. 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
  18. Fixed crash when using chat View on GitHub
  19. Fixed crash due to race condition when logging off of chat with a request outstanding (bug #176) View on GitHub
  20. Added CSteamGroup#getJoinRequestsAdded CSteamGroup#respondToJoinRequestsAdded CSteamGroup#respondToAllJoinRequests View on GitHub
  21. Standardized EconItem tag dataRestored market_fee_app in EconItem objects if it's missing and shouldn't be View on GitHub
  22. Use @doctormckay/proxy-agent for proxied HTTP(S) requests instead of bundling the code directly View on GitHub
  23. Bumped steam-client dependency version View on GitHub
×
×
  • Create New...