aboutsummaryrefslogtreecommitdiff
path: root/changes/bug10849_025
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-11 11:10:55 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-11 11:10:55 -0500
commitce450bddb7b66e73e34eec3844623884cbbcc27c (patch)
tree0d32b297493f1c14ea479ca12513f414726f9af2 /changes/bug10849_025
parentcb065a55bd209b9c23bc14119c2403680b087885 (diff)
downloadtor-ce450bddb7b66e73e34eec3844623884cbbcc27c.tar
tor-ce450bddb7b66e73e34eec3844623884cbbcc27c.tar.gz
Remove TunnelDirConns and PreferTunnelledDirConns
These options were added back in 0.1.2.5-alpha, but no longer make any sense now that all directories support tunneled connections and BEGIN_DIR cells. These options were on by default; now they are always-on. This is a fix for 10849, where TunnelDirConns 0 would break hidden services -- and that bug arrived, I think, in 0.2.0.10-alpha.
Diffstat (limited to 'changes/bug10849_025')
-rw-r--r--changes/bug10849_0256
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug10849_025 b/changes/bug10849_025
new file mode 100644
index 000000000..1a3b71bab
--- /dev/null
+++ b/changes/bug10849_025
@@ -0,0 +1,6 @@
+ o Removed code:
+ - The TunnelDirConns and PreferTunnelledDirConns options no longer
+ exist; tunneled directory connections have been available since
+ 0.1.2.5-alpha, and turning them off is not a good idea. This is a
+ brute-force fix for 10849, where "TunnelDirConns 0" would break
+ hidden services.