summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-04-16 01:43:11 +1000
committerNick Mathewson <nickm@torproject.org>2016-04-26 19:26:22 -0400
commitba7691071e284623cc0c6e3e8ca8ff94d4be7ded (patch)
tree2d242bb9a61aaf6decfa118a185fe3023d3cdd5d /changes
parentde5def32a1dbe35d773219a11bfcf9dac3fe96f2 (diff)
downloadtor-ba7691071e284623cc0c6e3e8ca8ff94d4be7ded.tar.gz
tor-ba7691071e284623cc0c6e3e8ca8ff94d4be7ded.zip
Report fallback directory detail changes when rebuilding list
As well as the existing reports of IPv6 address additions or removals, the script now warns when keys change but IPv4:ORPort or IPv6:IPv6ORPort remain the same. Existing checks for other whitelist detail changes have also been re-worded and upgraded to warnings. This makes it easier for changes to be identified so operators can be contacted to confirm whether the change is stable.
Diffstat (limited to 'changes')
-rw-r--r--changes/fallbacks-2016045
1 files changed, 3 insertions, 2 deletions
diff --git a/changes/fallbacks-201604 b/changes/fallbacks-201604
index f88d5c6ed3..d61615a6e8 100644
--- a/changes/fallbacks-201604
+++ b/changes/fallbacks-201604
@@ -1,8 +1,9 @@
o Minor enhancements (fallback directory mirrors):
- Give each fallback the same weight for client selection.
Restrict fallbacks to one per operator.
+ Report fallback directory detail changes when rebuilding list.
Add new fallback directory mirrors to the whitelist.
Update fallback directories based on the latest OnionOO data.
Many other minor simplifications and fixes.
- Closes tasks 17158, 17905, 18749, and bug 18689 on
- tor 0.2.8.1-alpha; patch by "teor".
+ Closes tasks 17158, 17905, 18749, bug 18689, and fixes part of
+ bug 18812 on tor 0.2.8.1-alpha; patch by "teor".