summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2021-10-21 12:57:37 +0000
committerAlexander Færøy <ahf@torproject.org>2021-10-21 12:57:37 +0000
commitae05f06597364f5af20254ab8cf36c65591e59d9 (patch)
tree28381d16ee0cabdd2b0bcec8861f55b17e34fe37 /changes
parentd320f4d2a2b8208d4576be99e85babdd387d10c2 (diff)
parent54ab43d05e67984bda5661cb9530ad8a0b1e2a7a (diff)
downloadtor-ae05f06597364f5af20254ab8cf36c65591e59d9.tar.gz
tor-ae05f06597364f5af20254ab8cf36c65591e59d9.zip
Merge branch 'tor-gitlab/mr/452_squashed' into main
Diffstat (limited to 'changes')
-rw-r--r--changes/prop33511
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/prop335 b/changes/prop335
new file mode 100644
index 0000000000..4fa61ca2e9
--- /dev/null
+++ b/changes/prop335
@@ -0,0 +1,11 @@
+ o Major features (directory authority):
+ - Authorities can now be configured to label relays as "MiddleOnly".
+ When voting for this flag, authorities automatically vote against
+ Exit, Guard, HSDir, and V2Dir; and in favor of BadExit.
+ Implements part of proposal 335. Based on a patch from Neel
+ Chauhan.
+ - Add a new consensus method to handle MiddleOnly specially. When
+ enough authorities are using this method, then any relay
+ tagged with the MiddleOnly flag will have its Exit, Guard, HSDir,
+ and V2Dir flags automatically cleared, and will have its BadExit flag
+ automatically set. Implements part of proposal 335.