Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAdded pause/resume, refactored code, improved command line interface (and more) #515
Conversation
This comment has been minimized.
This comment has been minimized.
|
I don't know about the rest, but I bet searching on kat is probably not okay to be in webtorrent and should be in an other repo that use webtorrent ;) |
This comment has been minimized.
This comment has been minimized.
|
I'll go ahead and remove the search. |
This comment has been minimized.
This comment has been minimized.
|
I've removed the search functionality for now. |
This comment has been minimized.
This comment has been minimized.
|
@feross have you been able to take a look at this? |
This comment has been minimized.
This comment has been minimized.
|
I've also removed the CLI part for test.js. Is there anything else I should do @DiegoRBaquero |
This comment has been minimized.
This comment has been minimized.
|
@whitef0x0 This PR is for @feross to decide. (I don't know what he is up to though because he hasn't been around the last few days) In my opinion, I don't like disabling seeding option. BitTorrent is about sharing. |
This comment has been minimized.
This comment has been minimized.
|
@DiegoRBaquero there are legitimate use cases for disabling seeding. BitTorrent is not only about end-user sharing, it's a technology for transferring data that can also be used by companies / enterprises, e.g. in low-end IoT devices that can't spare the power/connectivity required to seed. |
This comment has been minimized.
This comment has been minimized.
|
I think this would be better split into several PRs to make it easier to review it. |
This comment has been minimized.
This comment has been minimized.
|
I appreciate that this PR must have taken a lot of effort to put together, but there are lots of problems with it.
|
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
May 4, 2018
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
whitef0x0 commentedDec 5, 2015
This is a big PR, so let me just list out everything that I've changed/added
New Features
Torrent.js
Index.js
bin/cmd.js
New Testing
test/browserAppendTo
test/Resume-Torrent-Scenarios
Torrent.js
I also added coveralls support and code coverage with istanbul if you choose to use it and I fixed formatting errors in the .travis.yml.