Commit Graph

1221 Commits

Author SHA1 Message Date
Renovate Bot
505f3ee300
chore(deps): update dependency tape to ^5.2.2 2021-05-24 04:25:24 +00:00
Renovate Bot
fa2c33fc91
fix(deps): update dependency run-series to ^1.1.9 2021-05-24 04:25:13 +00:00
Renovate Bot
a82aaaa319
fix(deps): update dependency chrome-dgram to ^3.0.6 2021-05-24 04:25:06 +00:00
Renovate Bot
9614c2fc12
chore(deps): update dependency wrtc to ^0.4.7 2021-05-24 04:24:59 +00:00
Renovate Bot
160f4904c0
chore(deps): update dependency bufferutil to ^4.0.3 2021-05-24 02:27:48 +00:00
Diego Rodríguez Baquero
5309b5e90c
chore: fix JSON 2021-05-23 21:27:30 -05:00
Renovate Bot
71fa7d3801
Add renovate.json 2021-05-24 02:25:51 +00:00
Diego Rodríguez Baquero
d4e0fe6640
chore: create npmrc 2021-05-23 21:25:10 -05:00
Diego Rodríguez Baquero
0257282702
chore: add renovate config 2021-05-23 21:23:55 -05:00
Feross Aboukhadijeh
76f6d41808
Merge pull request #362 from webtorrent/fix_udp_url 2021-05-21 08:15:20 -07:00
Alex
afd4c39a4a Remove package-lock.json 2021-05-21 12:18:48 +02:00
Alex
ce7dd6e175 Refactor parseUrl 2021-05-21 12:15:34 +02:00
Alex
8e24a8c97b fix: UDP url parsing 2021-05-20 21:38:51 +02:00
Alex
7658a1b87f Merge branch 'master' of ssh://github.com/webtorrent/bittorrent-tracker into add_gitignore 2021-05-20 16:32:55 +02:00
Alex
3eafbbe2de chore(git): add gitignore 2021-05-20 16:31:24 +02:00
Feross Aboukhadijeh
2a12b75204 package metadata 2021-04-12 16:14:42 -07:00
Feross Aboukhadijeh
77d409ac20 9.17.0 2021-04-12 16:14:42 -07:00
Feross Aboukhadijeh
dd02cddcb8 ensure that 'peer' is emitted before 'connect' event fires
This is just a defensive code change to ensure that if signal() were somehow able to cause the peer to synchronously emit the 'connect' event that we won't cause the 'error' listener to be unregistered before 'peer' is emitted and the user has a chance to register their own 'error' listener
2021-04-12 16:13:35 -07:00
Feross Aboukhadijeh
ce8ea41f27 Lower the max number of WebRTC peers in an announce to 5 2021-04-12 15:54:01 -07:00
Feross Aboukhadijeh
9801a63001 9.16.1 2021-02-09 21:38:56 -08:00
Feross Aboukhadijeh
a91a1b6bce github actions 2021-02-09 21:38:26 -08:00
Feross Aboukhadijeh
d8bb9c53f7 Use queueMicrotask on client 2021-02-09 21:38:01 -08:00
Feross Aboukhadijeh
0c4911eaea 9.16.0 2021-01-28 15:17:24 -05:00
Feross Aboukhadijeh
69976e80d7 give user a friendlier error when address() is unavailable due to noServer 2021-01-28 15:16:53 -05:00
Feross Aboukhadijeh
a2bbaab485
Merge pull request #357 from jhiesey/master
Support ws noServer option and server option objects
2021-01-28 12:13:49 -08:00
John Hiesey
db1b63dec9 Support ws noServer option and server option objects 2021-01-27 19:27:39 -08:00
Feross Aboukhadijeh
2a828292b8 standard 2020-10-29 10:25:57 -10:00
Feross Aboukhadijeh
c88bbb4a62 standard 2020-10-28 18:57:47 -10:00
Feross Aboukhadijeh
e0c0eb8127 standard 2020-10-28 17:11:51 -10:00
Feross Aboukhadijeh
6e4faaf670 standard 2020-10-28 10:02:35 -10:00
Feross Aboukhadijeh
eb69f8d7ab standard 2020-10-21 13:47:38 -10:00
Feross Aboukhadijeh
3cec3fa7d9
Merge pull request #350 from webtorrent/greenkeeper/simple-websocket-9.0.0 2020-05-17 12:47:46 -07:00
greenkeeper[bot]
8c30e9d8d4
fix(package): update simple-websocket to version 9.0.0 2020-05-17 19:40:53 +00:00
Feross Aboukhadijeh
695a399568 package metadata 2020-05-17 12:38:46 -07:00
Feross Aboukhadijeh
01204765a5 update authors 2020-05-17 12:38:45 -07:00
Feross Aboukhadijeh
3c810b4ace 9.15.0 2020-05-17 12:38:45 -07:00
Feross Aboukhadijeh
1ece2b21b5
Merge pull request #348 from webtorrent/greenkeeper/simple-get-4.0.0 2020-05-17 12:38:05 -07:00
Feross Aboukhadijeh
04dd528c27
Merge pull request #341 from LinusU/object-shorthand 2020-05-17 12:37:05 -07:00
greenkeeper[bot]
3f6350024a
fix(package): update simple-get to version 4.0.0 2020-05-15 18:22:22 +00:00
Feross Aboukhadijeh
cf41ced590 update all deps 2020-05-10 11:38:35 -07:00
Feross Aboukhadijeh
5d119fdcf1
Merge pull request #345 from webtorrent/fix-tests 2020-05-10 11:38:00 -07:00
Feross Aboukhadijeh
cecb778b4b fix querystring tests
The deep-equal check is in "strict mode" so it needs the prototypes of both objects to be equal. This fixes that.
2020-05-10 11:30:06 -07:00
Feross Aboukhadijeh
fce9bd80b2 Delete package-lock.json 2020-05-10 11:16:27 -07:00
Feross Aboukhadijeh
318927421a
Merge pull request #340 from webtorrent/greenkeeper/tape-5.0.0 2020-05-10 11:15:45 -07:00
Linus Unnebäck
ae5e99f0af
Use object shorthand for properties 2020-04-25 10:34:40 +01:00
greenkeeper[bot]
51de5bd5dc
chore(package): update lockfile package-lock.json 2020-04-24 22:04:28 +00:00
greenkeeper[bot]
d666b75a63
chore(package): update tape to version 5.0.0 2020-04-24 22:04:23 +00:00
Diego Rodriguez Baquero
938db35ee6
9.14.5 2020-03-29 14:08:35 -05:00
Diego Rodriguez Baquero
695b40a31d
authors 2020-03-29 14:08:29 -05:00
Diego Rodríguez Baquero
51db46f4b2
increase reconnect variance and maximum 2020-03-29 13:34:50 -05:00