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

AnnounceShare rework #2068

Open
wants to merge 14 commits into
base: py3
Choose a base branch
from
Open

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    dadbbd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Configuration menu
    Copy the full SHA
    fe32f1f View commit details
    Browse the repository at this point in the history
  2. AnnounceShare: Implement counting of working trackers on per-protocol…

    … basis.
    
    AnnounceShare tries to autodetect supported tracker protocols and keep the actual list of working trackers for each protocol.
    
    The udp:// and http(s):// versions of the BitTorrent protocol are considered as 2 distinct protocols.
    http:// and https:// are considered as the same protocol.
    
    Added option --working_shared_trackers_limit_per_protocol to adjust the minimum number of working trackers for each protocol (3, by default).
    wandrien committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    28eabcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9576650 View commit details
    Browse the repository at this point in the history
  4. AnnounceShare: Don't drop trackers from the list, if there haven't be…

    …en any successful announces recently, to protect from the false positives during network connectivity issues.
    wandrien committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    3d13280 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e716164 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acc3f83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a61df63 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    522abb1 View commit details
    Browse the repository at this point in the history
  9. AnnounceShare: increase the default limits, so that the minimum numbe…

    …r of zero:// trackers still were 5, as before the redesign
    wandrien committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    6afd430 View commit details
    Browse the repository at this point in the history
  10. AnnounceShare: Add cleanup of trackers that are potentially supported…

    … but unused (forbidden by the settings etc)
    wandrien committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    209bf62 View commit details
    Browse the repository at this point in the history
  11. AnnounceShare: Shuffle both sent and received tracker lists for the m…

    …ore uniform filling of per-protocol buckets.
    wandrien committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    d3a51dd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    61864ed View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. AnnounceShare: allow setting separate limits for each protocol; chang…

    …e the defaults: zero => 5 trackers, any other protocol => 2 trackers
    wandrien committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    f64e57d View commit details
    Browse the repository at this point in the history