Jump to content
McKay Development

GitHub

Bot
  • Posts

    1658
  • Joined

  • Last visited

Everything posted by GitHub

  1. 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
  2. Fixed getPlayerCount View on GitHub
  3. Fixed a crash when the automatic confirmation checker has a problem View on GitHub
  4. Removed tradeConfirmation and marketConfirmation settings as Steam has removed theseAdded some more debug output to the confirmation checker View on GitHub
  5. Use standard device ID format when enabling 2FA View on GitHub
  6. Used the standard device ID format when enabling 2FA View on GitHub
  7. Use the device ID from SteamTotp.getDeviceID() for mobile confirmations View on GitHub
  8. Fixed CSteamGroup#deleteAnnouncement View on GitHub
  9. Added getAllGroupAnnouncements, editGroupAnnouncement, and deleteGroupAnnouncementAdded examples of the aboveThanks to @LeCoffee in PR #70 for these additions! View on GitHub
  10. Fixed possible rate condition where a poll could happen after the manager shuts down View on GitHub
  11. Fixed postGroupAnnouncement method (thanks to @spddl in PR #65) View on GitHub
  12. 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
  13. Fixed error sending trade offers if you pass in item data in a type that Steam doesn't expect View on GitHub
  14. Fixed chatMessage method (thanks @Aareksio in PR #59) View on GitHub
  15. Added return values to addMyItem, addMyItems, addTheirItem, addTheirItems (thanks @andrewda in PR #66)(Inherited from steamcommunity) Now uses gzip for all HTTP requests View on GitHub
  16. Additional options for SteamCommunity constructor (thanks @Mikxail in PR #55)Now uses gzip for all HTTP requests (where supported by the server)Fixed bug when searching the market (thanks @Mikxail in PR #54) View on GitHub
  17. Fixed check for item already in trade (thanks @andrewda in PR #64) View on GitHub
  18. Added some more info to getOffers failures View on GitHub
  19. Fixed callback to setCookies not being optional View on GitHub
  20. Added enablePicsCache, picsCacheAll, and changelistUpdateInterval optionsAdded picsCache propertyAdded getOwnedApps, ownsApp, getOwnedDepots, ownsDepot, getOwnedPackages, and ownsPackage methodsAdded changelist, appUpdate, packageUpdate, and appOwnershipCached events View on GitHub
  21. Bumped required version of steam-client View on GitHub
  22. Fixed errors when requesting descriptions for many unique items at once; this affected very large offers (issue #58) View on GitHub
  23. Added redeemKey (thanks to @Aareksio in PR #36) View on GitHub
  24. Added lastCodeWrong to steamGuard eventThe disconnected event will now fire in response to logOff View on GitHub
  25. Added support for steam-clientBREAKING SteamUser.Steam is now steam-client instead of steamThe major difference is the lack of handler modules View on GitHub
×
×
  • Create New...