aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-07-14 13:20:57 -0400
committerRoger Dingledine <arma@torproject.org>2010-07-14 13:20:57 -0400
commitc6f579240438f5085418ebb9f1865b789b25eb61 (patch)
tree4fd795bfcdd97461b7a96f27a9860390571eafde /changes
parent4fc230b305720efee394ab3632582dd90708944a (diff)
downloadtor-c6f579240438f5085418ebb9f1865b789b25eb61.tar.gz
tor-c6f579240438f5085418ebb9f1865b789b25eb61.zip
No dirport should mean no hsdir flag (bug 1693)
Diffstat (limited to 'changes')
-rw-r--r--changes/1693-withhold-hsdir-if-no-dirport8
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/1693-withhold-hsdir-if-no-dirport b/changes/1693-withhold-hsdir-if-no-dirport
new file mode 100644
index 0000000000..23027ff152
--- /dev/null
+++ b/changes/1693-withhold-hsdir-if-no-dirport
@@ -0,0 +1,8 @@
+ o Major bugfixes:
+ - Stop assigning the HSDir flag to relays that disable their
+ DirPort (and thus will refuse to answer directory requests). This
+ fix should dramatically improve the reachability of hidden services:
+ hidden services and hidden service clients pick three HSDir relays
+ to store and retrieve the hidden service descriptor, and currently
+ about half of the HSDir relays will refuse to work. Bugfix on
+ 0.2.0.10-alpha; fixes part of bug 1693.