Jump to content
McKay Development

GitHub

Bot
  • Posts

    1625
  • Joined

  • Last visited

Everything posted by GitHub

  1. Fixed issue downloading content from HTTPS-mandatory CDN content servers View on GitHub
  2. Updated enums Fixed error when requesting product info for a package not owned (issue #335) View on GitHub
  3. Added appID argument to getContentServers Added support for sticker and gameinvite chat features (thanks @icewind1991 in PR #337) View on GitHub
  4. Added packGemSacks and unpackGemSacks methods (thanks to @nolddor in PR #260) View on GitHub
  5. Fixed bug preventing parentalUnlock from working (thanks to @theanht1 in PR #258) View on GitHub
  6. Fixed bug in CSteamUser#getInventoryContents (thanks to @timi-owo in PR #257) View on GitHub
  7. Added requestRichPresence method (thanks to @itsjfx in PR #323) View on GitHub
  8. Fixed failure to download files from CDN (issue #328) View on GitHub
  9. Added workaround for a crash when connecting (thanks to @itsjfx in PR #322) View on GitHub
  10. Fixed some warnings about deprecated Buffer usage When using inclTokens, package tokens are now automatically grabbed from the license list if available (bug #318) Added support for family sharing (issue #267, thanks to @mlajx in PR #293) This is still considered experimental Docs are available on the GitHub wiki View on GitHub
  11. Added a workaround for a Node.js memory usage issue when loading very large inventories (issue #254) View on GitHub
  12. Fixed editProfile and profileSettings to work with new Steam update Some options to editProfile don't work for the moment: background featuredBadge primaryGroup View on GitHub
  13. Fixed excessive CPU and network usage when attempting to connect to Steam with either no Internet connection, or with unresponsive CMs View on GitHub
  14. Fixed issue loading on Linux (issue #315) View on GitHub
  15. Added getUserOwnedApps method Added getOwnedProfileItems and getEquippedProfileItems Added setProfileBackground Fixed error when a package contains data that requires an access token (thanks to @Y2Nk4 in PR #314) View on GitHub
  16. Fixed incorrect property in getGameBadgeLevel callback according to docs (thanks to @mninc in PR #313) Fixed event handler leak in cases where Steam does not respond to a request (issue #297) Fixed issue caused by trying to add appid 0 to the PICS cache (issue #312) Fixed proxy connection errors not emitting error event for WebSocket connection attempts (issue #302) View on GitHub
  17. Promises/callbacks will now return a "Request timed out" error if Steam never responds (issue #307) View on GitHub
  18. Fixed bug related to package token retrieval (thanks to @Y2Nk4 in PR #306) View on GitHub
  19. Fixed rare case where logging on can hang forever View on GitHub
  20. Added body property to some Error objects This property may be undefined, string, or object (it's an object if the response was valid JSON) View on GitHub
  21. Options are now always checked for validity View on GitHub
  22. If no protocol is passed in the value of httpProxy, http:// is now assumed View on GitHub
  23. More IDEs should properly understand that SteamUser extends EventEmitter now Warnings are now delivered through Node.js' warning system View on GitHub
  24. Updated jsdoc to suppress some warnings in IDEs View on GitHub
×
×
  • Create New...