Jump to content
McKay Development

GitHub

Bot
  • Posts

    1632
  • Joined

  • Last visited

Everything posted by GitHub

  1. Fixed package IDs being undefined sometimes when redeeming keys using redeemKey (issue #115) View on GitHub
  2. 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
  3. 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
  4. Added stats-reporter integrationAdded language argument to getUserInventoryContents View on GitHub
  5. Added stats-reporter integration View on GitHub
  6. Fixed serverQuery crashing if you specify a geo_location_ip (issue #113) View on GitHub
  7. Fixed only loading one chat member's info when joining group chats View on GitHub
  8. Added anonymous usage statistics reporting to help me better support the module View on GitHub
  9. Fixed not being able to "play" a custom (non-Steam) game when a Steam game is being played on another session View on GitHub
  10. 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
  11. Added id property to objects pushed to itemsToGive and itemsToReceive when building a trade offer (PR #225)Made the TradeOffer class exportable for use with Bluebird (PR #227)This still isn't officially supported and may break in the future if you rely on itUpdated getExchangeDetails to use new WebAPI method which has greater reliability View on GitHub
  12. Fixed callback not being fired if accepting a trade offer when the web session has expired (thanks to @eblanshey in PR #223) View on GitHub
  13. Fixed getExchangeDetails not taking into account 2-day hold periodsAll data associated with a trade offer will now be returned when you call data() without any arguments (thanks to @Johnix1337 in PR #211) View on GitHub
  14. parentalUnlock now gives error message of "Too many invalid PIN attempts" instead of "Incorrect PIN" if you're rate-limited (forum thread)Fixed crash when unable to retrieve an inventory because it's private when you aren't logged in (thanks @Aareksio in PR #165)getUserInventoryContexts now gives error message of "Private inventory" instead of "Malformed response" if error is because the user's inventory is private (forum thread) View on GitHub
  15. Fixed persona data for friends not being loaded upon logon View on GitHub
  16. Added OfferLimitExceeded and ItemServerUnavailable offer failure causes View on GitHub
  17. Added requestFreeLicense methodNow retrieves the Steam server (CM) list from the WebAPI prior to logon if no local server list is availableUpdated enums View on GitHub
  18. Fixed crash on non-string 403 response View on GitHub
  19. Added relog() method View on GitHub
  20. Added some delay between when we receive a webauth nonce and when we try to use it, just in case there is some communication delay internal to Steam(there doesn't appear to be 😞) View on GitHub
  21. Increased maximum backoff for web auth to 60 secondsUpdated web auth request to look more like the request sent by the official client View on GitHub
  22. Fixed v2.6.0 crashing the application immediately after being required View on GitHub
  23. Added TradeOffer#getExchangeDetails View on GitHub
  24. Default request instance now uses a persistent Agent which keeps the connection open between requests when possible (HTTP keep-alive)Updated default user-agent to latest Chrome on Windows 10 x64 View on GitHub
  25. Added support for using an HTTP proxy via node-steam-client View on GitHub
×
×
  • Create New...