Alex Corn
3ea0995415
3.40.2
2019-09-21 04:27:55 -04:00
Alex Corn
21c4ba3e27
Restore cache_expiration from game-specific data for backwards compatibility
...
(Fixes #229 )
2019-09-21 04:27:39 -04:00
Alex Corn
4d4df7c2a5
3.40.1
2019-09-07 05:06:06 -04:00
Alex Corn
aa0d4d32b7
Removed stats-reporter
2019-09-07 05:05:46 -04:00
Alex Corn
444a6d238d
Merge pull request #225 from Revadike/patch-1
...
Added userID guard
2019-06-17 03:18:06 -04:00
Revadike
98373708e5
Added userID guard
...
Because I got this:
```
2019-06-12 | 01:22:30.151 | ERROR | crashBot | Fatal error: TypeError: Cannot read property 'getSteamID64' of null
at get (node_modules\steamcommunity\components\users.js:416:60)
at SteamCommunity.getUserInventoryContents (node_modules\steamcommunity\components\users.js:412:2)
at unpackSteamBoosterPacks (index.js:3588:21)
at cleanupSteamInventory (index.js:3583:5)
at SteamUser.refreshSteamWebSession (index.js:857:38)
at Object.onceWrapper (events.js:273:13)
at SteamUser.emit (events.js:182:13)
at SteamUser.gotSteamWebSession (index.js:1754:16)
at SteamUser.emit (events.js:182:13)
at _apiRequest (node_modules\steam-user\components\web.js:61:9)
at IncomingMessage.<anonymous> (node_modules\steam-user\components\webapi.js:82:4)
at IncomingMessage.emit (events.js:187:15)
at endReadableNT (_stream_readable.js:1094:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
```
2019-06-17 02:43:07 +02:00
Alex Corn
0df2662053
3.40.0
2019-04-19 01:28:43 -04:00
Alex Corn
a46ed17415
Added clearPersonaNameHistory
2019-04-19 01:20:01 -04:00
Alex Corn
224b7b85e0
3.39.0
2019-02-13 17:59:41 -05:00
Alex Corn
22d34b1faf
Added Steam ID to output of getClientLogonToken
2019-02-13 17:59:33 -05:00
Alex Corn
cfd932dc72
Changed output format of getClientLogonToken
2019-02-13 17:42:28 -05:00
Alex Corn
4710afa28b
Added getClientLogonToken
2019-02-13 17:40:45 -05:00
Alex Corn
1180eb9d3f
Deprecated webchat methods
2019-02-13 17:35:39 -05:00
Alex Corn
3ca85bedc2
Merge branch 'master' of ssh://github.com/DoctorMcKay/node-steamcommunity
2019-02-13 17:28:57 -05:00
Alex Corn
e05efabcb9
Merge pull request #211 from Hongarc/master
...
Add comment group
2019-02-12 21:35:58 -05:00
Alex Corn
4e90811008
Merge pull request #213 from Royalgamer06/patch-2
...
Package 'fs' never used
2018-11-19 14:54:33 -05:00
Royalgamer06
018d3de5a2
Package 'fs' never used
2018-11-19 20:48:57 +01:00
Alex Corn
3949abe09f
3.38.0
2018-11-01 01:20:31 -04:00
Alex Corn
62394b9ffe
Added ability to change friends list privacy
2018-11-01 01:20:19 -04:00
Alex Corn
ebac6c97ad
Added IDE config to repo
2018-10-31 03:47:55 -04:00
Hongarc
a0ad33d5eb
Add comment group
2018-10-20 13:29:52 +07:00
Alex Corn
b7a3e51bfc
Merge pull request #205 from waylaidwanderer/master
...
Add the ability to set custom mobile user-agent
2018-07-11 02:31:04 -04:00
Joel
bf13224cbf
Add the ability to set custom mobile user-agent
2018-07-10 23:30:12 -07:00
Alex Corn
117374a4c5
Updated Chrome user-agent
2018-07-11 02:22:39 -04:00
Alex Corn
aa84505132
3.37.1
2018-07-11 02:12:45 -04:00
Alex Corn
bb97565f2a
Fixed steamID not being properly set
2018-07-11 02:12:37 -04:00
Alex Corn
7462e4b767
3.37.0
2018-07-11 00:00:16 -04:00
Alex Corn
adbf1d47a7
Added postProfileStatus and deleteProfileStatus ( closes #200 )
2018-07-10 23:59:57 -04:00
Alex Corn
8c4fde720a
Updated EResult
2018-07-10 23:53:05 -04:00
Alex Corn
458d7b6db1
Renamed getProfileBackground to getUserProfileBackground and added it to CSteamUser
2018-07-10 23:28:26 -04:00
Alex Corn
411d74036f
Updated getProfileBackground output a bit
2018-07-10 23:24:41 -04:00
Mert
1b3117b8dc
Add getProfileBackground method
...
Adds ability to get URL of Steamcommunity profile background.
2018-07-10 23:18:03 -04:00
Alex Corn
6eec88d196
3.36.2
2018-05-18 17:32:48 -04:00
Alex Corn
3921ce17d0
Follow redirects when posting to own profile ( fixes #178 )
2018-05-18 17:32:33 -04:00
Alex Corn
4441d6f6e0
Bumped required request version
2018-05-18 17:29:14 -04:00
Alex Corn
870de6817e
3.36.1
2018-04-15 10:43:14 -04:00
Alex Corn
d5dbb230df
Removed extra import
2018-04-15 10:43:05 -04:00
Alex Corn
5e9c06bdc4
3.36.0
2018-04-11 00:27:57 -04:00
Alex Corn
8d163d0d85
Added privacy controls for gameDetails and playtime
2018-04-11 00:27:10 -04:00
Alex Corn
051d376508
3.35.2
2018-04-10 01:08:14 -04:00
Alex Corn
913dff68ef
Fixed crashes if somehow market items are really broken ( fixes #197 )
2018-04-10 01:06:52 -04:00
Alex Corn
754847ee88
Make CMarketItem not broken for non-CSGO apps ( fixes #196 )
2018-04-10 01:01:03 -04:00
Alex Corn
645e03b89c
3.35.1
2018-04-01 23:36:04 -04:00
Alex Corn
aa302bc09e
Fixed various profile url requests
2018-04-01 23:35:56 -04:00
Alex Corn
1c0f8d4bca
3.35.0
2018-04-01 03:39:00 -04:00
Alex Corn
a7bd694f4b
Added inventory gift redemption
2018-04-01 03:38:45 -04:00
Alex Corn
9e380e71f5
jsdoc
2018-04-01 03:31:07 -04:00
Alex Corn
e97e63fe6d
Added ability to get gem value for an item and to turn items into gems
2018-04-01 03:22:00 -04:00
Alex Corn
f6c7c74ab6
Fixed Node.js process being kept running unnecessarily
2018-04-01 03:15:13 -04:00
Alex Corn
8846082f60
Fixed getMarketApps not returning all apps
2018-04-01 02:51:46 -04:00