-
Posts
1645 -
Joined
-
Last visited
Reputation Activity
-
GitHub got a reaction from BattleMaster in node-steam-session v1.2.0
Added refreshAccessToken() method Full Changelog: v1.1.1...v1.2.0
View on GitHub
-
-
GitHub got a reaction from MrPotato in node-steam-user v4.7.0
Added excludeSharedPackages argument to getOwnedApps, getOwnedDepots, getOwnedPackages, ownsApp, ownsDepot, and ownsPackage (thanks to @Revadike in PR #252)
View on GitHub
-
GitHub got a reaction from Jmopel in node-steam-user v4.1.0
Added BBCode parsing to new Steam chat messages Added ability to interact with a GC
View on GitHub
-
GitHub got a reaction from MrPotato in node-steam-user v3.28.2
requestPasswordChangeEmail and changePassword are now deprecated as they no longer work Improved error handling when using proxies that aren't working properly
View on GitHub
-
GitHub got a reaction from Revadike in node-steam-user v3.28.1
Fixed errors if you pass appID and depotID as strings instead of ints to getDepotDecryptionKey Fixed crash if a cached local file is corrupt when trying to retrieve depot decryption keys
View on GitHub
-
GitHub got a reaction from solomad in node-steam-user v3.21.7
Use @doctormckay/proxy-agent for proxied HTTP(S) requests instead of bundling the code directly
View on GitHub
-
GitHub got a reaction from Revadike in node-steam-user v3.21.0
Added force option to gamesPlayed Added playingState event Added kickPlayingSession method Fixed getOwnedApps, getOwnedDepots, ownsApp, and ownsDepot not taking into account package expiration times (e.g. free weekends)
View on GitHub
-
GitHub got a reaction from SunriseM in node-steam-tradeoffer-manager v2.7.3
Added id property to objects pushed to itemsToGive and itemsToReceive when building a trade offer (PR #225) Made the TradeOffer class exportable for use with Bluebird (PR #227)This still isn't officially supported and may break in the future if you rely on it Updated getExchangeDetails to use new WebAPI method which has greater reliability
View on GitHub
-
GitHub got a reaction from MrRobot in node-steam-user v3.13.0
Fixed potential crash if Steam sends bad gift data Added methods to change account email and password
View on GitHub