Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add torrent-client whitelisting #40

Open
Ianleeclark opened this issue Mar 13, 2016 · 5 comments
Open

Add torrent-client whitelisting #40

Ianleeclark opened this issue Mar 13, 2016 · 5 comments

Comments

@Ianleeclark
Copy link
Owner

A lot of private trackers tend to whitelist or blacklist specific clients (transmission 2.90 as of right now) so this is a much needed feature.

@Ianleeclark Ianleeclark added this to the 1.1.0 milestone Mar 13, 2016
@Ianleeclark Ianleeclark modified the milestones: 0.2.0, 0.3.0 Mar 24, 2016
@anacrolix
Copy link

Do you know why this is done?

@Ianleeclark
Copy link
Owner Author

Trackers will typically enable Whitelisting because they feel a peer using
a specific client isn't safe. The safety can be toward the peer (for
example, disallowing a torrent client that has known malware) or toward the
torrenting community/tracker (for example disallowing the newer versions of
utorrent). These are the two most common reasons a tracker would white list
clients or blacklist clients
On Apr 8, 2016 04:28, "Matt Joiner" [email protected] wrote:

Do you know why this is done?


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#40 (comment)

@anacrolix
Copy link

This was a deep rabbit hole that lead to reading about uTorrent going bad, and Xunlei and other bad clients. Thanks.

If you begin a whitelist or blacklist, the values for github.com/anacrolix/torrent are to be found here: https://github.com/anacrolix/torrent/blob/master/global.go#L14 (recommend whitelist obviously).

@Ianleeclark
Copy link
Owner Author

Haha, I feel the same way about writing this entire tracker. Plus one you
ever dive into http specifications your always bound to learn something.

Thanks for the recommendation, anacrolix wrote a really solid library so
I'll definitely check out the Whitelisting section.
On Apr 14, 2016 02:20, "Matt Joiner" [email protected] wrote:

This was a deep rabbit hole that lead to reading about uTorrent going bad,
and Xunlei and other bad clients. Thanks.

If you begin a whitelist or blacklist, the values for
github.com/anacrolix/torrent are to be found here:
https://github.com/anacrolix/torrent/blob/master/global.go#L14 (recommend
whitelist obviously).


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#40 (comment)

@Ianleeclark
Copy link
Owner Author

Hah. I didn't realise you were anacrolix until just now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants