From e167910fce2b83d9de3a252cdf02cabdafced14b Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 11 Mar 2016 10:40:31 -0500 Subject: 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. --- changes/ticket18332 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changes/ticket18332 (limited to 'changes/ticket18332') 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. + -- cgit v1.2.3-54-g00ecf