Jump to content
McKay Development

GitHub

Bot
  • Posts

    1632
  • Joined

  • Last visited

Everything posted by GitHub

  1. Fixed bug related to package token retrieval (thanks to @Y2Nk4 in PR #306) View on GitHub
  2. Fixed rare case where logging on can hang forever View on GitHub
  3. 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
  4. Options are now always checked for validity View on GitHub
  5. If no protocol is passed in the value of httpProxy, http:// is now assumed View on GitHub
  6. More IDEs should properly understand that SteamUser extends EventEmitter now Warnings are now delivered through Node.js' warning system View on GitHub
  7. Updated jsdoc to suppress some warnings in IDEs View on GitHub
  8. Fixed issue where calling logOff() may be ineffective if currently attempting to reconnect to Steam View on GitHub
  9. Updated readme View on GitHub
  10. Added anonymous account logon warning if a loginKey is specified to logOn Fixed generated app session tickets not being properly activated (issue #288) View on GitHub
  11. Added check to make sure that provided options are of the expected type If an option of an unexpected type is passed, you will get a warning in stderr and it will be reset to its default value Although not recommended, you can still pass numbers as strings and things will work as expected with no warnings Fixed deprecated call to fs.truncate with a file descriptor (thanks @Dahlgren in PR #272) Fixed rare crash caused by an unusual message sent from Steam (issue #283) View on GitHub
  12. Fixed hidden parameter missing from CSteamGroup#postAnnouncement View on GitHub
  13. Added workaround for Steam error 2 when uploading the same image to chat twice Added hidden parameter to postGroupAnnouncement (thanks to @Revadike in PR #233) Fixed wrong year for user account creation date (thanks to @Heartz66 in PR #237) View on GitHub
  14. Added workaround for Steam error 2 when uploading the same image to chat twice View on GitHub
  15. Added sendImageToUser method View on GitHub
  16. Fixed cache_expiration being missing from own CS:GO items via getUserInventoryContents (it being missing from other users' items is unfortunately not fixable; blame Valve) View on GitHub
  17. Removed anonymous usage statistics reporting View on GitHub
  18. Added better error handling if getUserInventoryContents is called with an invalid SteamID (thanks @Revadike in PR #225)Removed anonymous usage statistics reporting View on GitHub
  19. Fixed a rare crash that can occur when calling getServerList (issue #270)Removed anonymous usage statistics reporting View on GitHub
  20. Fixed a rare crash if Steam doesn't send us data we expect View on GitHub
  21. Modernized file-manager dependency, fully removing dependency on async moduleAlso fixes primitives that aren't strings being passed to save handler without being converted to Buffer objects (issue #264) View on GitHub
  22. Fixed a potential crash if the SteamID object passed to the user event gets modified somehow View on GitHub
  23. Fixed getContentServers not working properly (thanks @Dahlgren in PR #262)Added support for channel management to SteamChatRoomClientAdded createChatRoomAdded renameChatRoomAdded deleteChatRoomAdded chatRoomGroupRoomsChange event View on GitHub
  24. Fixed some bugs in the CDN client (thanks to @Dahlgren in PRs #260 and #261) View on GitHub
  25. Added options:assetCacheMaxItemsassetCacheGcInterval View on GitHub
×
×
  • Create New...