Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nikleechan/transmission-trackers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: blind-oracle/transmission-trackers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 4 files changed
  • 6 contributors

Commits on Aug 29, 2021

  1. Skip private torrents

    ahmubashshir committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    0a9d0ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request blind-oracle#11 from ahm-forks/private-torrents

    Skip private torrents
    blind-oracle authored Aug 29, 2021
    Configuration menu
    Copy the full SHA
    fca828a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Robust env recall w multiple failsafes

    Line 56 tries `$env:HOME`, `$env:USERPROFILE`, `$env:HOMEPATH` before failing to `None` object.
    mavaddat authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    9dbebdc View commit details
    Browse the repository at this point in the history
  2. Fix scope for cache_file

    mavaddat authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    e64b560 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94546eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    939adaa View commit details
    Browse the repository at this point in the history
  5. make directory for .cache

    mavaddat authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    cddfbd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Merge pull request blind-oracle#12 from mavaddat/patch-1

    Robust env recall w multiple failsafe
    blind-oracle authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    e6cb5f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Fixed NoneType Error

    None was replaced by '' in line 54 to comply with os.environ.get method
    trotskylenin authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    dd8a036 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Merge pull request blind-oracle#14 from trotskylenin/patch-1

    Fixed NoneType Error
    blind-oracle authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    9361e6c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Fix backward compatibility between trpc and t-rpc

    See-also: e7ddfb7 (add support for transmission-rpc (newer fork))
    Signed-off-by: Mubashshir <[email protected]>
    ahmubashshir committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a3222aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request blind-oracle#16 from ahm-forks/compat

    Fix backward compatibility between trpc and t-rpc
    blind-oracle authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    737683e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    4873f4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb41bf0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request blind-oracle#19 from mehulboricha/master

    Automatically Reannounce Torrent & Cronjob Support
    blind-oracle authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f6a7586 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Add tracker filter

    That way we can exclude e.g. private tracker torrents
    lpapadakos committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    65cc825 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Merge pull request blind-oracle#21 from lpapadakos/feature/trackers-f…

    …ilter
    
    Add tracker filter
    blind-oracle authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    561349c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. - Fixed KeyError: 'tracker_filter' blind-oracle#22

    - Fixed transmission-trackers-auto-cron.sh to find path correctly.
    - Added .gitignore to ignore the .cache folder
    trotskylenin committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    d6153fe View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2025

  1. Merge pull request blind-oracle#23 from trotskylenin/master

    Fixed KeyError: 'tracker_filter' blind-oracle#22
    blind-oracle authored Dec 20, 2025
    Configuration menu
    Copy the full SHA
    9982760 View commit details
    Browse the repository at this point in the history
Loading