Jump to content
McKay Development

GitHub

Bot
  • Posts

    1647
  • Joined

  • Last visited

Everything posted by GitHub

  1. 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
  2. Added getTradeURL method View on GitHub
  3. Fixed crashes in situations where non-proto files were somehow present in the protobufs directory (issue #50, #109; PR #137) View on GitHub
  4. Fixed crash if a particular type of message is received (issue #136) View on GitHub
  5. Added nickname eventAdded getNicknames method View on GitHub
  6. Fixed getGroupHistory not returning the correct actor (thanks to @Visagalis in PR #175) View on GitHub
  7. Added friendPersonasLoaded event View on GitHub
  8. Fixed requestValidationEmail sending empty payload to Steam View on GitHub
  9. 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
  10. Fixed crash when using chat View on GitHub
  11. Fixed crash due to race condition when logging off of chat with a request outstanding (bug #176) View on GitHub
  12. Added CSteamGroup#getJoinRequestsAdded CSteamGroup#respondToJoinRequestsAdded CSteamGroup#respondToAllJoinRequests View on GitHub
  13. Standardized EconItem tag dataRestored market_fee_app in EconItem objects if it's missing and shouldn't be View on GitHub
  14. Use @doctormckay/proxy-agent for proxied HTTP(S) requests instead of bundling the code directly View on GitHub
  15. Bumped steam-client dependency version View on GitHub
  16. Fixed package IDs being undefined sometimes when redeeming keys using redeemKey (issue #115) View on GitHub
  17. 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
  18. 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
  19. Added stats-reporter integrationAdded language argument to getUserInventoryContents View on GitHub
  20. Added stats-reporter integration View on GitHub
  21. Fixed serverQuery crashing if you specify a geo_location_ip (issue #113) View on GitHub
  22. Fixed only loading one chat member's info when joining group chats View on GitHub
  23. Added anonymous usage statistics reporting to help me better support the module View on GitHub
  24. Fixed not being able to "play" a custom (non-Steam) game when a Steam game is being played on another session View on GitHub
  25. Added force option to gamesPlayedAdded playingState eventAdded kickPlayingSession methodFixed getOwnedApps, getOwnedDepots, ownsApp, and ownsDepot not taking into account package expiration times (e.g. free weekends) View on GitHub
×
×
  • Create New...