aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-10-28 08:16:19 +0000
committerRoger Dingledine <arma@torproject.org>2007-10-28 08:16:19 +0000
commite5885deab578188582052c6885ffe0b59cba6151 (patch)
tree9412d741665ecc6fc34c20fc3864138f877e255f /ChangeLog
parent2dea44181b20a2fe6a5b7a9b7267f17365e8fa3c (diff)
downloadtor-e5885deab578188582052c6885ffe0b59cba6151.tar
tor-e5885deab578188582052c6885ffe0b59cba6151.tar.gz
Separate "SOCKS_COMMAND_CONNECT_DIR" into two flags in
edge_connection_t: want_onehop if it must attach to a circuit with only one hop (e.g. for the current tunnelled connections that use begin_dir), and use_begindir if we mean to use a BEGIN_DIR relay command to establish the stream rather than the normal BEGIN. Now we can make anonymized begin_dir connections for (e.g.) more secure hidden service posting and fetching. svn:r12244
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 062c55d92..fb19a3acd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
Changes in version 0.2.0.10-alpha - 2007-1?-??
+ o Major features:
+ - Separate "SOCKS_COMMAND_CONNECT_DIR" into two flags in
+ edge_connection_t: want_onehop if it must attach to a circuit with
+ only one hop (e.g. for the current tunnelled connections that use
+ begin_dir), and use_begindir if we mean to use a BEGIN_DIR relay
+ command to establish the stream rather than the normal BEGIN. Now
+ we can make anonymized begin_dir connections for (e.g.) more secure
+ hidden service posting and fetching.
+
o Major bugfixes:
- Stop servers from crashing if they set a Family option (or
maybe in other situations too). Bugfix on 0.2.0.9-alpha; reported