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

Handle .txt URL in tracker list #20115

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 6, 2024

  1. Handle .txt URL in tracker list

    This commit adds the ability to parse .txt URL in the automatic tracker add
    list, as requested by qbittorrent#6865
    JackHack96 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    9a80a12 View commit details
    Browse the repository at this point in the history
  2. Add automatic tracker population from URL

    This commit adds an option for automatic tracker population and update, taken
    from qBittorrent Enhanced Edition.
    This commit fulfill the request qbittorrent#6865.
    JackHack96 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    a894868 View commit details
    Browse the repository at this point in the history
  3. Change User Agent, simplify switch cases

    This commit fix the User Agent used when setting the public tracker URL.
    It also simplifies two switch cases as indicated by the GitHub code
    scanner bot.
    JackHack96 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    7645b92 View commit details
    Browse the repository at this point in the history
  4. Fix refetch button for automatic tracker list fetch

    This commit fix the behaviour of the fetch button for automatic tracker
    population.
    JackHack96 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    a2ca823 View commit details
    Browse the repository at this point in the history