summaryrefslogtreecommitdiff
path: root/changes/ticket18332
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-03-11 10:40:31 -0500
committerRoger Dingledine <arma@torproject.org>2016-03-11 10:40:31 -0500
commite167910fce2b83d9de3a252cdf02cabdafced14b (patch)
tree9d8beb87b0455c32c5e79dd6d3b6e9543b748086 /changes/ticket18332
parent656e23171d64885c1bea95403768386ee369e949 (diff)
downloadtor-e167910fce2b83d9de3a252cdf02cabdafced14b.tar.gz
tor-e167910fce2b83d9de3a252cdf02cabdafced14b.zip
rip out hid_serv_responsible_for_desc_id()
This simplifies relay behavior, because the relay offers the hsdir functionality independent of whether the directory authorities have decided this relay is suitable for clients to use yet. Implements ticket 18332.
Diffstat (limited to 'changes/ticket18332')
-rw-r--r--changes/ticket183327
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket18332 b/changes/ticket18332
new file mode 100644
index 0000000000..6fb811827f
--- /dev/null
+++ b/changes/ticket18332
@@ -0,0 +1,7 @@
+ o Removed features:
+ - Streamline relay-side hsdir handling: when relays consider whether
+ to accept an uploaded hidden service descriptor, they no longer
+ check whether directory authorities think they deserve the HSDir
+ flag, or whether they are one of the relays in the network that is
+ "supposed" to handle that descriptor. Implements ticket 18332.
+