diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-29 03:50:11 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-29 03:50:11 +0000 |
commit | 9dbfb91f179be5dbce705e62d267a2aeed54b1cb (patch) | |
tree | 3fafca6066a6a5905b52942a290a7e1cad4144b4 /ChangeLog | |
parent | fe9481fd1c330373f54b0f3d8c59562b0ec373fc (diff) | |
download | tor-9dbfb91f179be5dbce705e62d267a2aeed54b1cb.tar.gz tor-9dbfb91f179be5dbce705e62d267a2aeed54b1cb.zip |
r8997@Kushana: nickm | 2006-09-28 23:40:22 -0400
[Needs review.] Add a BEGIN_DIR relay cell type for an easier
in-protocol way to connect to directory servers through Tor.
Previously, clients could only connect to director servers over Tor
from exit nodes, but couldn't get directory information anonymously
from a non-exit cache without getting a directory server involved.
This needs testing, and needs client-side code to actually exercise it.
svn:r8527
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ Changes in version 0.1.2.2-alpha - 2006-??-?? support eventdns. - Specify and implement client-side SOCKS5 interface for reverse DNS lookups; see doc/socks-extensions.txt for full information. + - Add a BEGIN_DIR relay cell type for an easier in-protocol way to + connect to directory servers through Tor. Previously, clients could + only connect to director servers over Tor from exit nodes, but couldn't + get directory information anonymously from a non-exit cache without + getting a directory server involved. o Minor features: - Check for name servers (like Earthlink's) that hijack failing DNS |