Jump to content
McKay Development

GitHub

Bot
  • Posts

    1645
  • Joined

  • Last visited

Everything posted by GitHub

  1. Fixed POST API methods not working View on GitHub
  2. Fixed a crash under specific conditions View on GitHub
  3. Fixed a typo causing a crash View on GitHub
  4. Fixed a crash on particular invocations of httpRequestRemoved now-redundant _checkHttpError and _checkCommunityError calls View on GitHub
  5. Use the beta steamcommunity HTTP request interface View on GitHub
  6. Added source argument to pre/post HTTP hooksAdded request IDs to pre/post HTTP hooksRearranged arguments in pre/post HTTP hooks View on GitHub
  7. Added experimental unified interface for HTTP with pre/post hooks View on GitHub
  8. Fixed occasional crash when there's an error loading an inventory (thanks to @andrewda in PR #87) View on GitHub
  9. Fixed a polling crash introduced in v1.19.1 View on GitHub
  10. Increased polling buffer to 6 hours to reduce risk of "missed" offersEvents are no longer emitted for offers which are "glitched" (both itemsToGive and itemsToReceive are empty) so that the data will definitely be available when an event is emitted View on GitHub
  11. Added twofactorTime argument to getSteamGuardDetailsFixed getSteamGuardDetails returning an incorrect false for canTrade if you have had two-factor authentication for more than 7 days and your sentry file is less than 7 days old (issue #51)Fixed login keys not being accepted, which the official Steam client does (they still worked though for some reason) View on GitHub
  12. Fixed CAPTCHA URLs being incorrectFixed CAPTCHA overriding more important login errors View on GitHub
  13. Added globalAssetCache optionAdded getActions argument to getReceivedItemsOld offers are now cleaned from poll data to reduce memory usage (thanks to @Cohedrin in PR #94)Updated storehouse examples with trade confirmations (thanks to @Aareksio in PR #100 and #101) View on GitHub
  14. Fixed getPlayerCount View on GitHub
  15. Fixed a crash when the automatic confirmation checker has a problem View on GitHub
  16. Removed tradeConfirmation and marketConfirmation settings as Steam has removed theseAdded some more debug output to the confirmation checker View on GitHub
  17. Use standard device ID format when enabling 2FA View on GitHub
  18. Used the standard device ID format when enabling 2FA View on GitHub
  19. Use the device ID from SteamTotp.getDeviceID() for mobile confirmations View on GitHub
  20. Fixed CSteamGroup#deleteAnnouncement View on GitHub
  21. Added getAllGroupAnnouncements, editGroupAnnouncement, and deleteGroupAnnouncementAdded examples of the aboveThanks to @LeCoffee in PR #70 for these additions! View on GitHub
  22. Fixed possible rate condition where a poll could happen after the manager shuts down View on GitHub
  23. Fixed postGroupAnnouncement method (thanks to @spddl in PR #65) View on GitHub
  24. Added loadUserInventory method to get the inventory of any user (thanks to @kaikash in PR #68)To prepare for future additions, steam-tradeoffer-manager now suggests that you use node v4.0.0 or later View on GitHub
  25. Fixed error sending trade offers if you pass in item data in a type that Steam doesn't expect View on GitHub
×
×
  • Create New...