Jump to content
McKay Development

GitHub

Bot
  • Posts

    1653
  • Joined

  • Last visited

Everything posted by GitHub

  1. Added changeTradeURL method (thanks to @hell00world in PR #186) View on GitHub
  2. 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
  3. 2.9.3 View on GitHub
  4. Fixed errors not being handled properly in getTradeURL View on GitHub
  5. 2.9.2 View on GitHub
  6. Fixed problems with poll timers at startup (PRs #237, #238)Updated getOfferToken to use node-steamcommunity's new getTradeURL methodUpdated EResult View on GitHub
  7. 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
  8. Added getTradeURL method View on GitHub
  9. Fixed crashes in situations where non-proto files were somehow present in the protobufs directory (issue #50, #109; PR #137) View on GitHub
  10. Fixed crash if a particular type of message is received (issue #136) View on GitHub
  11. Added nickname eventAdded getNicknames method View on GitHub
  12. Fixed getGroupHistory not returning the correct actor (thanks to @Visagalis in PR #175) View on GitHub
  13. Added friendPersonasLoaded event View on GitHub
  14. Fixed requestValidationEmail sending empty payload to Steam View on GitHub
  15. 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
  16. Fixed crash when using chat View on GitHub
  17. Fixed crash due to race condition when logging off of chat with a request outstanding (bug #176) View on GitHub
  18. Added CSteamGroup#getJoinRequestsAdded CSteamGroup#respondToJoinRequestsAdded CSteamGroup#respondToAllJoinRequests View on GitHub
  19. Standardized EconItem tag dataRestored market_fee_app in EconItem objects if it's missing and shouldn't be View on GitHub
  20. Use @doctormckay/proxy-agent for proxied HTTP(S) requests instead of bundling the code directly View on GitHub
  21. Bumped steam-client dependency version View on GitHub
  22. Fixed package IDs being undefined sometimes when redeeming keys using redeemKey (issue #115) View on GitHub
  23. In getExchangeDetails output, if you have a language set in your constructor, item objects will be EconItem objects with item description detailsFixed market_actions in EconItem objects being an object with numeric keys instead of an array View on GitHub
  24. Fixed Chinese languages not workingUse tzh for traditional ChineseUse szh for simplified ChineseFixed item descriptions retrieved using getUserInventoryContents not being localized in selected language View on GitHub
  25. Added stats-reporter integrationAdded language argument to getUserInventoryContents View on GitHub
×
×
  • Create New...