Commit Graph

903 Commits

Author SHA1 Message Date
Feross Aboukhadijeh
fc87c8c9ff build 2018-02-17 17:13:56 -08:00
Feross Aboukhadijeh
dec3f13165 9.4.0 2018-02-16 23:34:17 -08:00
Feross Aboukhadijeh
cf276d67ab
Merge pull request #259 from webtorrent/greenkeeper/simple-websocket-7.0.1
fix(package): update simple-websocket to version 7.0.1
2018-02-16 22:50:35 -08:00
greenkeeper[bot]
fe605c594a fix(package): update simple-websocket to version 7.0.1
Closes #258
2018-02-17 06:47:07 +00:00
Feross Aboukhadijeh
7b890b083b 9.3.0 2018-02-02 21:40:32 -08:00
Feross Aboukhadijeh
9288865ed7 move images around, npmignore the tracker stats image 2018-02-02 21:37:26 -08:00
Diego Rodríguez Baquero
bbe1152a43
Merge pull request #253 from webtorrent/greenkeeper/simple-peer-8.3.0
chore(package): update simple-peer to version 8.3.0
2018-01-29 09:50:06 -05:00
Diego Rodríguez Baquero
83e2795236
Merge branch 'master' into greenkeeper/simple-peer-8.3.0 2018-01-29 09:42:19 -05:00
Diego Rodríguez Baquero
fa36b05f57
Merge pull request #251 from webtorrent/greenkeeper/simple-websocket-6.0.0
Update simple-websocket to the latest version 🚀
2018-01-29 09:37:26 -05:00
Feross Aboukhadijeh
c5e4841d6c
Update README.md 2018-01-29 19:06:36 +08:00
greenkeeper[bot]
baad1e0725 chore(package): update simple-peer to version 8.3.0 2018-01-29 04:59:52 +00:00
greenkeeper[bot]
bf4671cc36 fix(package): update simple-websocket to version 6.0.0 2018-01-29 01:51:54 +00:00
Diego Rodríguez Baquero
310ef462bf
Merge pull request #249 from alxhotel/fix-travis-ipv6
Fix IPv6 in Travis
2018-01-15 09:47:50 -05:00
Alex
1cd922e3bb Fix IPv6 in Travis 2018-01-14 13:34:30 +01:00
Diego Rodríguez Baquero
f0ada14136
Merge pull request #246 from webtorrent/greenkeeper/ws-4.0.0
Update ws to the latest version 🚀
2018-01-05 09:15:40 -05:00
greenkeeper[bot]
682ba92edf fix(package): update ws to version 4.0.0 2018-01-05 10:07:13 +00:00
Feross Aboukhadijeh
e1f30c1971 9.2.4 2017-11-08 23:29:55 -08:00
Feross Aboukhadijeh
40fd1e3e2f update authors 2017-11-08 23:28:46 -08:00
Feross Aboukhadijeh
2bd061302a
Merge pull request #236 from bsclifton/master
Update ws dependency >= 3.3.1 per https://nodesecurity.io/advisories/550
2017-11-08 23:21:35 -08:00
Brian Clifton
81feba74f0
Update ws dependency >= 3.3.1 per https://nodesecurity.io/advisories/550
Fixes https://github.com/webtorrent/bittorrent-tracker/issues/235
2017-11-08 21:32:46 -07:00
Diego Rodríguez Baquero
db6372b07f
Merge pull request #231 from Hrafnkellos/master
Added an image of the stats page in the readme.md
2017-11-08 14:06:21 -05:00
hrafnkell orri sigurdsson
e3b6d67e96 Added an image of the stats page in the readme.md 2017-10-10 21:50:04 +00:00
Diego Rodríguez Baquero
b199180f05 Merge pull request #229 from webtorrent/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2017-09-29 08:45:41 -05:00
Diego Rodríguez Baquero
b69e82da23 Update README.md 2017-09-29 08:45:26 -05:00
greenkeeper[bot]
1e22f5208a docs(readme): add Greenkeeper badge 2017-09-29 00:31:41 +00:00
greenkeeper[bot]
c919557e1d chore(package): update dependencies 2017-09-29 00:26:27 +00:00
Diego R. B
9350ce8f10 Add CLI installation command. 2017-07-10 12:10:43 -04:00
Feross Aboukhadijeh
01c550dac0 9.2.3 2017-06-23 15:55:40 -07:00
Feross Aboukhadijeh
8c28f025b4 Fixes for ws@3 2017-06-23 15:51:27 -07:00
Feross Aboukhadijeh
3db8bf94e0 ws@3 2017-06-23 15:41:09 -07:00
Feross Aboukhadijeh
179f8d2cea bencode@1 2017-06-23 15:41:05 -07:00
Feross Aboukhadijeh
0b21ee6ddd 9.2.2 2017-04-14 12:50:40 -07:00
Feross Aboukhadijeh
056a83d1b5 feross -> webtorrent 2017-04-14 12:50:19 -07:00
Feross Aboukhadijeh
3e87df8699 9.2.1 2017-04-07 18:24:36 -07:00
Feross Aboukhadijeh
63c953cbea dry some code 2017-04-07 18:24:16 -07:00
Feross Aboukhadijeh
3c544c0b34 9.2.0 2017-04-07 17:37:23 -07:00
Feross Aboukhadijeh
291df676fd Merge pull request #220 from feross/handle-errors
Handle peer 'error' events correctly
2017-04-07 17:35:43 -07:00
Feross Aboukhadijeh
48d0ea42ad Handle peer 'error' events correctly
Handle peer 'error' events that are fired *before* the peer is emitted
in a 'peer' event. Once the peer is emitted in a 'peer' event, then
it's the consumer's responsibility to listen for errors.

This fixes the most common error in WebTorrent Desktop according to our
telemetry.
2017-04-07 17:34:08 -07:00
Feross Aboukhadijeh
c7a2718290 simple-peer@8 2017-04-07 17:05:37 -07:00
Feross Aboukhadijeh
90121a62c2 remove unnecessary quotes 2017-04-04 11:46:43 -07:00
Feross Aboukhadijeh
5eeb819002 standard 2017-03-20 19:28:34 -07:00
Feross Aboukhadijeh
fe8db4751f authors 2017-03-13 15:29:22 -07:00
Feross Aboukhadijeh
a67ed42b07 9.1.0 2017-03-13 15:22:13 -07:00
Feross Aboukhadijeh
bb0a278809 Merge pull request #218 from yciabaud/request-handler3
Expose swarm object on tracker server
2017-03-13 15:21:31 -07:00
Yoann Ciabaud
a77873a765 Merge pull request #1 from feross/feross/request-handler-changes
Replace the request handler option by exposing the Swarm
2017-03-12 09:10:09 +01:00
Feross Aboukhadijeh
0c683dfe64 test: change request handler test to new approach 2017-03-10 13:39:12 -08:00
Feross Aboukhadijeh
51b57f66cf test: remove UDP request handler test -- not possible 2017-03-10 13:39:02 -08:00
Feross Aboukhadijeh
992cd77fc7 expose Swarm object for easy overriding 2017-03-10 13:38:43 -08:00
Feross Aboukhadijeh
ee9ebc506c remove requestHandler option 2017-03-10 13:38:27 -08:00
Feross Aboukhadijeh
f65983e466 do not filter out extra keys from 'update' events 2017-03-10 13:38:04 -08:00