Commit Graph

1163 Commits

Author SHA1 Message Date
Diego Rodríguez Baquero
f7d3e9b7c0
Lower reconnect min and increase variance
This will allow servers to "breathe" when lots of peers are reconnecting.
2018-11-22 10:59:34 -05:00
Jimmy Wärting
c8ceaee306 replace self with this 2018-10-03 15:06:38 +02:00
Jimmy Wärting
386e0a5fbe lebab lib/client 2018-10-03 14:44:11 +02:00
Jimmy Wärting
447423fc46 modernize client and index using lebab
- Uses class, const let, etc
- Removed self variable
- Creating a new Client without `new` keyword don’t work anymore
- Replaced inherits with class extends
2018-10-03 12:09:02 +02:00
Jimmy Wärting
1e8487038f removed some more self variables 2018-10-03 11:49:45 +02:00
Jimmy Wärting
7df1bdfa3f few es6 sugar 2018-10-02 18:37:46 +02:00
Jimmy Wärting
502b11fb9e EventEmitter is circular 2018-10-02 18:33:30 +02:00
Jimmy Wärting
ecf91b6f1b removed self 2018-10-02 18:33:00 +02:00
Jimmy Wärting
02032d0536 lebab sever.js 2018-10-02 18:26:35 +02:00
Diego Rodríguez Baquero
76a1077c09
Merge pull request #294 from webtorrent/greenkeeper/debug-4.0.1
fix(package): update debug to version 4.0.1
2018-10-02 10:55:50 -05:00
Diego Rodríguez Baquero
0515047d54
Merge pull request #293 from jimmywarting/remove-extend
removed xtend
2018-10-02 10:53:46 -05:00
Jimmy Wärting
65b2bdc804 removed xtend 2018-10-02 15:09:02 +02:00
greenkeeper[bot]
709af12791 fix(package): update debug to version 4.0.1
Closes #289
2018-09-12 07:04:48 +00:00
Feross Aboukhadijeh
a141baa279 authors 2018-08-09 17:07:42 -07:00
Feross Aboukhadijeh
8769d194df 9.10.1 2018-08-09 16:22:08 -07:00
Feross Aboukhadijeh
313f43533c
Merge pull request #286 from jhiesey/master
Expose WebSocketTracker socket pool
2018-08-09 16:19:48 -07:00
John Hiesey
7ac0e9539a Expose WebSocketTracker socket pool
This is necessary for the Internet Archive superpeer implementation.
2018-08-09 15:28:13 -07:00
Diego Rodríguez Baquero
77a2cb93d9
Merge pull request #284 from kslr/master
fix typo upd
2018-08-05 18:38:27 -05:00
LI
e13affa9f3
fix typo upd 2018-08-02 14:32:31 +08:00
Feross Aboukhadijeh
f6c77c3550 9.10.0 2018-07-26 23:03:46 -07:00
Feross Aboukhadijeh
ad0dbaedb9 add additional ws optional dep 2018-07-26 23:03:19 -07:00
Feross Aboukhadijeh
9a6e6582f7
Merge pull request #282 from webtorrent/greenkeeper/bufferutil-4.0.0
Update bufferutil to the latest version 🚀
2018-07-26 23:02:13 -07:00
Feross Aboukhadijeh
e311012b49
Merge pull request #283 from webtorrent/greenkeeper/ws-6.0.0
Update ws to the latest version 🚀
2018-07-26 22:15:12 -07:00
greenkeeper[bot]
f01de0e72b fix(package): update ws to version 6.0.0 2018-07-21 13:48:36 +00:00
greenkeeper[bot]
deeba09f63 chore(package): update bufferutil to version 4.0.0 2018-07-03 06:31:34 +00:00
Feross Aboukhadijeh
f9d9fa567f 9.9.1 2018-05-01 16:35:21 -07:00
Feross Aboukhadijeh
b3400a9eb1
Merge pull request #275 from webtorrent/feross-patch-1
server: Improve style of announce/filter logic
2018-05-01 16:34:11 -07:00
Feross Aboukhadijeh
3968a80f0a npmignore 2018-05-01 16:32:52 -07:00
Feross Aboukhadijeh
c2177d2cb2 bin/update-authors.sh -> tools/update-authors.sh 2018-05-01 16:32:42 -07:00
Feross Aboukhadijeh
338a0590a5 authors 2018-05-01 16:31:27 -07:00
Feross Aboukhadijeh
e758fba255 9.9.0 2018-05-01 16:31:19 -07:00
Feross Aboukhadijeh
afcb6df085
standard 2018-04-29 21:20:51 -07:00
Feross Aboukhadijeh
65c02dd153
server: Improve style of announce/filter logic
- Filter before potentially creating a swarm that is not needed
- Unify getSwarm()/createSwarm() into a getOrCreateSwarm() function
2018-04-29 21:17:57 -07:00
Feross Aboukhadijeh
c98c40abe5
Merge pull request #272 from qqdaiyu55/master
Fix filter function
2018-04-29 20:50:48 -07:00
Feross Aboukhadijeh
e2b8262637 9.8.1 2018-04-24 17:25:13 -07:00
Feross Aboukhadijeh
980ff80376 npmignore: also ignore examples/ 2018-04-24 17:24:17 -07:00
Feross Aboukhadijeh
763640a24d 9.8.0 2018-04-24 17:23:23 -07:00
Feross Aboukhadijeh
ff8aad9b4d travis: test latest node LTS 2018-04-24 17:22:18 -07:00
Feross Aboukhadijeh
bafc49523a
Merge pull request #273 from webtorrent/greenkeeper/simple-get-3.0.0
Update simple-get to the latest version 🚀
2018-04-24 17:20:01 -07:00
Feross Aboukhadijeh
d46c2a3a6a
Merge pull request #274 from webtorrent/npmignore
Adjust npmignore
2018-04-24 17:19:18 -07:00
Diego Rodríguez Baquero
1ab3842bd2
Adjust npmignore 2018-04-24 18:45:01 -05:00
greenkeeper[bot]
cef63a27f4 fix(package): update simple-get to version 3.0.0 2018-04-24 21:43:50 +00:00
daiyu
2ba6946f17 standard 2018-04-24 13:12:34 +08:00
daiyu
5ad210b7e1 Fix filter function 2018-04-23 23:09:57 +08:00
Feross Aboukhadijeh
58a1c5d879 authors 2018-04-20 18:26:51 -07:00
Feross Aboukhadijeh
e2ad7472de 9.7.1 2018-04-20 18:24:34 -07:00
Feross Aboukhadijeh
3ec7aace26 Ensure infoHash is lowercase 2018-04-20 18:23:48 -07:00
Diego Rodríguez Baquero
e782ff382b
Merge pull request #268 from crapthings/patch-1
add missing comma
2018-03-27 14:22:53 -05:00
crapthings
194b62a4d6
add missing comma 2018-03-27 14:06:28 +08:00
Diego Rodríguez Baquero
6ce0d51c03
Merge pull request #267 from jasnell/patch-1
Replace new Buffer with Buffer.from
2018-03-21 21:55:52 -05:00