-
Notifications
You must be signed in to change notification settings - Fork 450
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 toggle button to control anonymity in the download dialog #4854
Comments
for 2: %100 agree, I was trying to tweak out this behavoir for a while, but the code is still to complex for my mortal brain. tunnel dht please |
Well, turned out tunneled DHT requests are very unreliable. This makes adding this toggle control top priority, so users who do not use anonymity will not suffer from bad DHT performance over the tunnels. |
This should be resolved now: anonymity is on by default and metadata retrieval when adding torrents should be tunneled. |
There are two problems with our "Download torrent" dialog window:
The solution is to use a toggle button, like this:
One implementation of a toggle control in pure QT: https://stackoverflow.com/a/51825815/5553928
The button for anonymity should be "ON" by default, and the file list dialog should show a ticker with time till DHT request timeout. As soon as the timeout is reached, a suggestion to try the request again in non-anonymous mode should be shown to the user.
The text was updated successfully, but these errors were encountered: