aboutsummaryrefslogtreecommitdiff
path: root/scripts/maint/updateFallbackDirs.py
AgeCommit message (Expand)Author
2019-01-15Remove fallback scripts and whitelistNick Mathewson
2019-01-15Depending on script mode, either use 'whitelist' or 'fallback list'rl1987
2019-01-15In updateFallbackDirs.py, say 'fallback list' instead of 'whitelist'rl1987
2018-12-07Fallbacks: accept relays that are a fuzzy match to the whitelistteor
2018-12-07Fallbacks: refactor is_in_whitelist() to take an exact match booleanteor
2018-12-07Fallbacks: Rename CONSENSUS_EXPIRY_TOLERANCE to REASONABLY_LIVE_TIMEteor
2018-12-07Fallbacks: use a 24 hour future consensus toleranceteor
2018-12-07Fallbacks: use a 24 hour consensus expiry toleranceteor
2018-12-07Fallbacks: minor script comment changesteor
2018-07-08Remove small piece of unneeded documentationKaidan
2018-07-08#26502: Stop using fallback blacklistKaidan
2018-07-05Fix everything that previously referred to src/orNick Mathewson
2018-04-18Remove a comment about 0.2.8 that will soon be irrelevant.Nick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-01-05Stop logging excessive information about fallback netblocksteor
2018-01-05Adjust fallback selection parametersteor
2018-01-05Update dependency list for the fallback scriptteor
2018-01-05Make updateFallbackDirs.py search harder for pythonteor
2018-01-05Add a generated timestamp to the fallback directory headerteor
2018-01-05Remove an incorrect C comment from updateFallbackDirs.py's list generation codeteor
2018-01-05Add a delimiter to the end of each fallback entryteor
2018-01-05Remove commas and equals signs from external string inputs to the fallback listteor
2018-01-05Add an extrainfo cache flag for each fallback in a C commentteor
2018-01-05Add a nickname to each fallback in a C commentteor
2018-01-05Remove the "weight=10" line from fallback directory mirror entriesteor
2018-01-05Add a type and version header to the fallback directory mirror fileteor
2018-01-05Update comment and add changes file for 20942teor
2018-01-05Set CONSENSUS_EXPIRY_TOLERANCE to 0Dominique Ingoglia
2017-12-20Remove merge-conflict detritusNick Mathewson
2017-12-20Make fallback script usage instructions create a log fileteor
2017-05-16Update fallback stability requirementsteor
2017-05-16Merge branch 'fallbacks-201702-v3' into fallbacks-2017-05teor
2017-05-16Make the usage example in updateFallbackDirs.py actually workteor
2017-02-27Modify fallback stability requirementsteor
2017-01-25Add the output file to the usageSuphanat Chunhapanya
2017-01-25Add usage for check_existingSuphanat Chunhapanya
2017-01-25Logging existing fallbacks at warning levelSuphanat Chunhapanya
2017-01-25Automate checking existing fallbacksSuphanat Chunhapanya
2016-12-19Avoid an error in the fallback script when a fallback doesn't have any uptimeteor
2016-12-19Allow fallbacks serving consensuses that expired less than 24 hours agoteor
2016-12-19Avoid checking fallback candidates' DirPorts if they are down in OnionOOteor
2016-12-19Be more tolerant of a decreased number of fallbacksteor
2016-12-19Reduce fallback bandwidth requirement to 1 MByte/steor
2016-12-19Allow 3 fallbacks per operatorteor
2016-12-19Require fallbacks to have 90% Running, V2Dir, and Guard flagsteor
2016-12-19Require fallback directories to have the same address and port for 7 daysteor
2016-12-19Display the fingerprint when downloading consensuses from fallbacksteor
2016-12-19Exclude relays that deliver an expired consensus from the fallback listteor
2016-12-19Exclude relay versions affected by #20499 from the fallback listteor
2016-12-19Make fallback sort order configurableteor