Jump to content
McKay Development

GitHub

Bot
  • Posts

    1645
  • Joined

  • Last visited

Everything posted by GitHub

  1. Disabled automatic poll data cleanup for now due to issues in Steam's API View on GitHub
  2. Added confirmationAccepted event after a confirmation is accepted by the confirmation checker (thanks @Aareksio in PR #134) View on GitHub
  3. Fixed crash resulting from HTTP error when sending offer (fixes DoctorMcKay/node-steamcommunity#131) View on GitHub
  4. Fixed some cryptic errors that result from trying to send/accept an offer while not logged in View on GitHub
  5. Made it possible to disable well-formed JSON check View on GitHub
  6. Fixed previous profile URL being cached after a SteamCommunity object is logged into another account (thanks @Pavelas in PR #130) View on GitHub
  7. Added realTimeTradeConfirmationRequired and realTimeTradeCompleted events View on GitHub
  8. Added acceptConfirmationForObject convenience methodAdded accountAlerts to getNotifications (thanks @Ne3tCode for the insight)Fixed problem retrieving WebAPI key when using non-English language (thanks @SzymonLisowiec in PR #128) View on GitHub
  9. Improved handling of web auth failures View on GitHub
  10. Now checks timestamps before purging old trade offersFixed a problem with trade offer purging View on GitHub
  11. Fixed cookies not being set for non-steamcommunity.com domains following loginFixed cookie secure flag not being set View on GitHub
  12. Cookies are now set for all Steam domainsgetNotifications now uses the new JSON endpoint, which contains additional notification types (gameTurns, moderatorMessages, helpRequestReplies) View on GitHub
  13. Pull trade offer and market listing IDs directly from the confirmations page, eliminating the need for a second request View on GitHub
  14. Fixed getInventoryHistory to work with Steam's new paging mechanismIt's a bit confusing now. See the wiki for info on how it works. View on GitHub
  15. Fixed potential crash if Steam sends bad gift dataAdded methods to change account email and password View on GitHub
  16. Fixed double HTTP request callbacks for some HTTP errors View on GitHub
  17. Fixed issue where Active offers could be prematurely cleared from poll data View on GitHub
  18. Fixed potential crashes when JSON endpoints respond with non-JSON (issue #122) View on GitHub
  19. Added gifts property and event View on GitHub
  20. Fixed some cases where the session could expire while using webchat and we wouldn't know View on GitHub
  21. Removed stray console.log debug output (thanks @frk1 in PR #76) View on GitHub
  22. Added machineName and dontRememberMachine to logOn optionsFixed null value for dataDirectory not disabling storage (bug #74) View on GitHub
  23. Added ability to act on multiple confirmations in respondToConfirmationAdded acceptAllConfirmations method View on GitHub
  24. Fixed an issue where crafted names could cause false err.cause values View on GitHub
  25. Added friendLeftConversation eventAdded getAliases methodAdded callback to addFriend methodAdded getAuthSecret methodAdded getCredentialChangeTimes methodFixed crash if we don't have a connected listener when we call logOff or disconnect View on GitHub
×
×
  • Create New...