Alexander Corn
42ebbda00d
Fixed typo
2016-03-05 00:27:04 -05:00
Alexander Corn
eed791acbd
Added ability to delay HTTP requests
2016-03-05 00:14:36 -05:00
Alexander Corn
54b83016af
3.19.0-beta3
2016-03-05 00:01:47 -05:00
Alexander Corn
1032b1f832
Removed now-unnecessary _checkHttpError and _checkCommunityError calls
2016-03-04 23:59:49 -05:00
Alexander Corn
fce2560abe
Handle calls to httpRequest with URI and no options
2016-03-04 23:50:49 -05:00
Alexander Corn
0069bb36ef
3.19.0-beta2
2016-03-04 19:36:42 -05:00
Alexander Corn
1028c4193f
Added HTTP source
2016-03-04 19:35:04 -05:00
Alexander Corn
991b11e0f4
3.19.0-beta1
2016-03-04 18:51:39 -05:00
Alexander Corn
72c01468da
Want node v4.0.0 or later
2016-03-04 18:27:50 -05:00
Alexander Corn
eecd682033
Added unified interface for HTTP requests with pre/post hooks
2016-03-04 18:26:47 -05:00
Alexander Corn
574a3127cb
3.18.7
2016-03-04 00:19:31 -05:00
Alexander Corn
55027f7b1f
Merge pull request #87 from andrewda/patch-1
...
Fixed crash when handling an inventory issue
2016-03-04 00:18:17 -05:00
Andrew Dassonville
70ffc5559d
Renamed body.error to body.Error
2016-03-03 19:22:05 -08:00
Andrew Dassonville
f4be134f71
Fixed crash when handling an inventory issue
...
```
/bots/node_modules/steamcommunity/components/users.js:265
callback(new Error(body.Error || "Malformed response"));
^
TypeError: Cannot read property 'Error' of undefined
at Request._callback (/bots/node_modules/steamcommunity/components/users.js:265:28)
at Request.self.callback (/bots/node_modules/steamcommunity/node_modules/request/request.js:199:22)
at emitTwo (events.js💯 13)
at Request.emit (events.js:185:7)
at Request.<anonymous> (/bots/node_modules/steamcommunity/node_modules/request/request.js:1036:10)
at emitOne (events.js:95:20)
at Request.emit (events.js:182:7)
at IncomingMessage.<anonymous> (/bots/node_modules/steamcommunity/node_modules/request/request.js:963:12)
at emitNone (events.js:85:20)
at IncomingMessage.emit (events.js:179:7)
```
2016-03-03 13:42:05 -08:00
Alexander Corn
7792969cae
Merge pull request #54 from Mikxail/bugfix-market-item-price
...
bugfix market-item price
2016-02-29 16:44:17 -05:00
Alexander Corn
57a3532860
3.18.6
2016-02-29 16:42:00 -05:00
Alexander Corn
facf335f0e
Fixed captcha overriding more important errors ( fixes #56 )
2016-02-29 16:41:37 -05:00
Alexander Corn
1c3817b797
Fixed captcha URL ( fixes #83 )
2016-02-29 16:24:29 -05:00
Alexander Corn
74efd50f72
Added more informative error messages for RSA key retrieval failure
2016-02-06 23:48:26 -05:00
Alexander Corn
87e3665b01
Revised JSDoc language ( #80 )
2016-02-04 21:49:54 -05:00
Alexander Corn
0b94419de4
Merge pull request #76 from Aareksio/patch-1
...
Fix for issue #75
2016-01-25 11:47:34 -05:00
Arkadiusz Sygulski
defbd347cc
Fix for issue #75
...
In received XML there's `isPrimary="0"`, which mostly likely causes the problem, which results the last group in xml to be set as primary.
This should fix it.
2016-01-25 11:35:22 +01:00
Alexander Corn
7efc1f2fd0
3.18.5
2016-01-21 01:15:00 -05:00
Alexander Corn
05c2da89da
Fixed crash when unable to check confirmations
2016-01-21 01:14:52 -05:00
Alexander Corn
b83c40419c
3.18.4
2016-01-20 23:05:07 -05:00
Alexander Corn
fb0097499d
Added some more debug output to confirmation checker
2016-01-20 23:04:54 -05:00
Alexander Corn
c2983e3bcd
RIP market and trade confirmation opt-out
2016-01-20 13:47:14 -05:00
Alexander Corn
80b3cc52d2
3.18.3
2016-01-19 11:30:02 -05:00
Alexander Corn
fa59b188a5
Use the standard device ID when enabling 2FA
2016-01-19 11:29:26 -05:00
Alexander Corn
e446cc3cd8
3.18.2
2016-01-18 18:47:02 -05:00
Alexander Corn
722ca6689b
Removed excess whitespace
2016-01-18 18:46:45 -05:00
Alexander Corn
1276c71e4e
Use same device ID for all trade confirmation requests
2016-01-18 18:38:50 -05:00
Alexander Corn
a51bd21153
3.18.1
2016-01-17 19:19:14 -05:00
Alexander Corn
f1bbfc4901
Removed unused arguments from CSteamGroup#deleteAnnouncement
2016-01-17 19:19:04 -05:00
Alexander Corn
eb8d094bf1
3.18.0
2016-01-17 19:10:02 -05:00
Alexander Corn
b1cca95ec0
Merge pull request #70 from LeCoffee/master
...
Adding ability to edit an annoucement.
2016-01-17 19:08:20 -05:00
Shaun Barratt
27ef78cc4b
Added ability to deleteAnnoucement
2016-01-17 02:27:11 +00:00
Shaun Barratt
4223d88fd1
Catching HTTP errors properly
...
Specifying the Group in getAllGroupAnnouncements
Removing unnecessary comments
Made the callback for getAllGroupAnnouncements mandatory
2016-01-16 18:39:04 +00:00
Shaun Barratt
ac02f6cb49
Added getAllAnnouncements
...
Added example on how to use it
2016-01-16 00:06:42 +00:00
Shaun Barratt
d84601e256
Adding the whitespace back (blame atom.io!)
...
Converting spaces to tabs.
2016-01-15 21:28:43 +00:00
Shaun Barratt
4152865f5e
Adding ability to edit an annoucement.
...
Added an example.
2016-01-15 17:48:57 +00:00
Alexander Corn
7627e6a3a0
3.17.2
2016-01-13 01:02:52 -05:00
Alexander Corn
bbcf0eb72f
Merge pull request #65 from spddl/master
...
Error: You must fill out all fields in at least one language - fix
2016-01-13 01:01:58 -05:00
spddl
d51b6582e2
Error: You must fill out all fields in at least one language fix
2016-01-13 06:16:51 +01:00
Alexander Corn
bbd339b88b
3.17.1
2016-01-05 22:46:05 -05:00
Alexander Corn
fcaaa38085
Merge pull request #59 from Aareksio/master
...
Fixed chatMessage function
2016-01-05 22:44:54 -05:00
mikxail
26f27e2698
remove unused price calculating block
...
and fix lowestPrice value
2016-01-05 21:58:49 +03:00
Mole
6d8d0c5fbb
Fixed missing 'var self = this;'
2016-01-05 15:33:54 +01:00
Alexander Corn
08c9ab6809
3.17.0
2016-01-04 19:17:46 -05:00
Alexander Corn
c150425ee5
Use gzip for HTTP requests
2016-01-03 14:38:02 -05:00