Jump to content
McKay Development

GitHub

Bot
  • Posts

    1661
  • Joined

  • Last visited

Everything posted by GitHub

  1. Now checks timestamps before purging old trade offersFixed a problem with trade offer purging View on GitHub
  2. Fixed cookies not being set for non-steamcommunity.com domains following loginFixed cookie secure flag not being set View on GitHub
  3. 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
  4. Pull trade offer and market listing IDs directly from the confirmations page, eliminating the need for a second request View on GitHub
  5. 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
  6. Fixed potential crash if Steam sends bad gift dataAdded methods to change account email and password View on GitHub
  7. Fixed double HTTP request callbacks for some HTTP errors View on GitHub
  8. Fixed issue where Active offers could be prematurely cleared from poll data View on GitHub
  9. Fixed potential crashes when JSON endpoints respond with non-JSON (issue #122) View on GitHub
  10. Added gifts property and event View on GitHub
  11. Fixed some cases where the session could expire while using webchat and we wouldn't know View on GitHub
  12. Removed stray console.log debug output (thanks @frk1 in PR #76) View on GitHub
  13. Added machineName and dontRememberMachine to logOn optionsFixed null value for dataDirectory not disabling storage (bug #74) View on GitHub
  14. Added ability to act on multiple confirmations in respondToConfirmationAdded acceptAllConfirmations method View on GitHub
  15. Fixed an issue where crafted names could cause false err.cause values View on GitHub
  16. 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
  17. Added avatar URLs to getUserDetails View on GitHub
  18. Added getUserAliases method (thanks to @andrewda in PR #117) View on GitHub
  19. Fixed avatar_url properties not getting defined in user event and getPersonas callback View on GitHub
  20. Fixed market search results including very incorrect pricesFixed market search results including query strings in market_hash_name (bug #113) View on GitHub
  21. Added ability to supply Family View PIN to setCookiesFixed callback never firing to parentalUnlock if there was no error View on GitHub
  22. Requests now give a Family View Restricted error instead of HTTP error 403 if the source of the error was Family View View on GitHub
  23. Added lobbyInvite eventFixed Steam lobby events arriving in chatInvite event View on GitHub
  24. Added CSteamGroup#deleteEvent (thanks to @luop90 in PR #109 for this)Fixed marketSearch method View on GitHub
  25. Fixed a crash when adding item descriptions (thanks to @deStrO in PR #150)Fixed getOfferToken after Valve broke it View on GitHub
×
×
  • Create New...