Jump to content
McKay Development

GitHub

Bot
  • Posts

    1661
  • Joined

  • Last visited

Everything posted by GitHub

  1. Fixed a potential crash if the SteamID object passed to the user event gets modified somehow View on GitHub
  2. 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
  3. Fixed some bugs in the CDN client (thanks to @Dahlgren in PRs #260 and #261) View on GitHub
  4. Added options:assetCacheMaxItemsassetCacheGcInterval View on GitHub
  5. Added time_first_unread to User Chat Room State objectsAdded last_message and steamid_last_message to Chat Room State objectsAdded getPrivacySettingsAdded quick-invite link methodscreateQuickInviteLinklistQuickInviteLinksrevokeQuickInviteLinkgetQuickInviteLinkSteamIDcheckQuickInviteLinkValidityredeemQuickInviteLink View on GitHub
  6. Added getGroupBanListAdded setGroupUserBanStateFixed potential crash if we don't get a well-formed response message to chat room methods View on GitHub
  7. Added getActiveFriendMessageSessionsAdded unread property to getFriendMessageHistory View on GitHub
  8. Added setSessionActiveGroups method to SteamChatRoomClientFixed properties named accountid or accountid_* not being properly renamed to steamid or steamid_* in SteamChatRoomGroup if they are null View on GitHub
  9. Added excludeSharedPackages argument to getOwnedApps, getOwnedDepots, getOwnedPackages, ownsApp, ownsDepot, and ownsPackage (thanks to @Revadike in PR #252) View on GitHub
  10. Fixed rare crash when being logged off (thanks @Revadike in PR #249) View on GitHub
  11. Added clearPersonaNameHistory View on GitHub
  12. Added webCompatibilityMode optionAdded warning if logonID is greater than max uint32 View on GitHub
  13. Fixed getProductInfo never resolving if inclTokens = true and nothing needs a token (bug #245) View on GitHub
  14. Added getEmoticonList methodAdded getFriendMessageHistory methodAdded ackFriendMessage and ackChatMessageAdded createInviteLink, getGroupInviteLink, and deleteInviteLinkFixed time_expires not being null in getInviteLinkInfo if the invite link does not expireFixed a bug that was causing some SteamChatRoomClient response object properties to not be properly parsed into e.g. Date objectsFixed SteamChatRoomClient methods not erroring when they should have been View on GitHub
  15. Improved module memory usage View on GitHub
  16. Made it possible to access purchaseResultDetails and packageList if a redeemKey request fails View on GitHub
  17. Fixed crash when using getAuthSessionTicket (thanks to @Scorpi in PR #231) View on GitHub
  18. Hopefully fixed a bug that would delete rich_presence_string in user event data under some conditions (bug #220) View on GitHub
  19. Added uploadRichPresence method View on GitHub
  20. Fixed crashes due to incorrectly calling .toNumber() on stuff View on GitHub
  21. Added ability to log on using a client logon token obtained from the web View on GitHub
  22. Deprecated all webchat methodsDeprecated getWebApiOauthTokenAdded getClientLogonToken View on GitHub
  23. Fixed a chat-related crash that happens under unknown circumstances View on GitHub
  24. Added packageName and packageVersion instance properties to allow other modules to check interoperability View on GitHub
  25. Fixed crash resulting from malformed pollData json on disk (#280) View on GitHub
×
×
  • Create New...