Jump to content
McKay Development

GitHub

Bot
  • Posts

    1653
  • Joined

  • Last visited

Everything posted by GitHub

  1. Added stats-reporter integration View on GitHub
  2. Fixed serverQuery crashing if you specify a geo_location_ip (issue #113) View on GitHub
  3. Fixed only loading one chat member's info when joining group chats View on GitHub
  4. Added anonymous usage statistics reporting to help me better support the module View on GitHub
  5. Fixed not being able to "play" a custom (non-Steam) game when a Steam game is being played on another session View on GitHub
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. Fixed persona data for friends not being loaded upon logon View on GitHub
  12. Added OfferLimitExceeded and ItemServerUnavailable offer failure causes View on GitHub
  13. 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
  14. Fixed crash on non-string 403 response View on GitHub
  15. Added relog() method View on GitHub
  16. 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
  17. 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
  18. Fixed v2.6.0 crashing the application immediately after being required View on GitHub
  19. Added TradeOffer#getExchangeDetails View on GitHub
  20. 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
  21. Added support for using an HTTP proxy via node-steam-client View on GitHub
  22. Fixed some issues relating to CDN content downloads View on GitHub
  23. Added experimental support for downloading apps from Steam's CDNDocumentation here View on GitHub
  24. Fixed empty inventory resulting in "Malformed response" in getUserInventoryContents instead of expected empty array result (issue #156)getUserInventoryContents will now pass the Steam error message if available instead of just HTTP error 500Fixed string in callback to getInventoryHistory instead of Error object (issue #153) View on GitHub
  25. Bumped dependency versionsNow throws a descriptive error if accountName or password are missing in login (issue #119)Falls back to the default "?" avatar if Steam doesn't give us a valid avatar hash (issue #151) View on GitHub
×
×
  • Create New...