tor/scripts/maint
teor 4c1c2a313d Add Fallback Directory Candidate Selection Script
"Tor has included a feature to fetch the initial consensus from nodes
 other than the authorities for a while now. We just haven't shipped a
 list of alternate locations for clients to go to yet.

 Reasons why we might want to ship tor with a list of additional places
 where clients can find the consensus is that it makes authority
 reachability and BW less important.

 We want them to have been around and using their current key, address,
 and port for a while now (120 days), and have been running, a guard,
 and a v2 directory mirror for most of that time."

Features:
* whitelist and blacklist for an opt-in/opt-out trial.
* excludes BadExits, tor versions that aren't recommended, and low
  consensus weight directory mirrors.
* reduces the weighting of Exits to avoid overloading them.
* places limits on the weight of any one fallback.
* includes an IPv6 address and orport for each FallbackDir, as
  implemented in #17327. (Tor won't bootstrap using IPv6 fallbacks
  until #17840 is merged.)
* generated output includes timestamps & Onionoo URL for traceability.
* unit test ensures that we successfully load all included default
  fallback directories.

Closes ticket #15775. Patch by "teor".
OnionOO script by "weasel", "teor", "gsathya", and "karsten".
2015-12-16 05:54:40 +11:00
..
analyze_callgraph.py Hack up the scripts/maint/*callgraph* scripts to do more, better 2015-08-15 22:37:32 -04:00
check_config_macros.pl Script to detect unused autoconf outputs 2014-05-07 03:56:51 -04:00
checkLogs.pl Clean the contrib directory with torch and machete. 2014-04-28 11:34:53 -04:00
checkOptionDocs.pl.in Make check-docs work from out-of-tree builds. 2015-03-14 13:00:06 -04:00
checkSpace.pl Observe workqueue_reply_t in check-spaces 2015-08-21 10:36:53 -04:00
display_callgraph.py Hack up the scripts/maint/*callgraph* scripts to do more, better 2015-08-15 22:37:32 -04:00
fallback.blacklist Add Fallback Directory Candidate Selection Script 2015-12-16 05:54:40 +11:00
fallback.whitelist Add Fallback Directory Candidate Selection Script 2015-12-16 05:54:40 +11:00
findMergedChanges.pl Clean the contrib directory with torch and machete. 2014-04-28 11:34:53 -04:00
format_changelog.py Remove tor-fw-helper more thoroughly 2015-08-21 10:36:53 -04:00
generate_callgraph.sh Document callgraph analysis code 2015-08-25 11:53:20 -04:00
lintChanges.py Be exact about the number of spaces in the header. 2015-03-09 09:00:40 -04:00
redox.py Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
sortChanges.py Add collation/splitting support to sortChanges script 2015-05-05 11:24:01 -04:00
updateCopyright.pl Commit the update-copyrights script. 2015-01-02 14:28:21 -05:00
updateFallbackDirs.py Add Fallback Directory Candidate Selection Script 2015-12-16 05:54:40 +11:00
updateVersions.pl.in Revive updateVersions.pl with make update-versions. 2015-03-14 13:00:06 -04:00