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

Ticket28797 #6

Merged
12 commits merged into from Aug 1, 2019
Merged

Ticket28797 #6

12 commits merged into from Aug 1, 2019

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    9b482bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d259092 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c88c8f View commit details
    Browse the repository at this point in the history
  4. gitignore: ignore old fallback list files

    Part of 29100, but these files are created by the scripts in 28794.
    teor2345 committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    c80b946 View commit details
    Browse the repository at this point in the history
  5. doc: update usage instructions in whitelist and script

    Part of 29100.
    teor2345 committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    3605278 View commit details
    Browse the repository at this point in the history
  6. script: log at info level in default mode

    Closes 28986.
    Patch by starlight, edited by teor.
    teor2345 committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    3370a3a View commit details
    Browse the repository at this point in the history
  7. script: sort system imports in alphabetical order

    And remove a duplicate "import re".
    
    Part of 29100.
    teor2345 committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    807d57a View commit details
    Browse the repository at this point in the history
  8. script: Make most script variables configurable using env vars

    Tested using:
    $ TOR_FB_MAX_FALLBACK_COUNT=10 ./updateFallbackDirs.py
    
    Part of #29100.
    teor2345 committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    393f2fd View commit details
    Browse the repository at this point in the history
  9. script: Make check_existing mode configurable with env vars

    Tested with:
    $ TOR_FB_MAX_FALLBACK_COUNT=10 ./updateFallbackDirs.py check_existing
    $ TOR_FB_MODE=check_existing TOR_FB_MAX_FALLBACK_COUNT=10 ./updateFallbackDirs.py
    
    Part of 29100.
    teor2345 committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    25368f4 View commit details
    Browse the repository at this point in the history
  10. script: Optionally limit the number of relays downloaded from Onionoo

    Tested with:
    TOR_FB_ONIONOO_LIMIT=200 ./updateFallbackDirs.py
    
    Part of 29100.
    teor2345 committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    eb15fe6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb61e31 View commit details
    Browse the repository at this point in the history
  12. Travis: add a basic Travis config with python 2.7

    Also add a requirements.txt
    
    Initial implementation of #28979.
    teor2345 committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    60c0202 View commit details
    Browse the repository at this point in the history