diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2008-08-31 22:23:32 +0000 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2008-08-31 22:23:32 +0000 |
commit | 434757908559f2f22bf4944c11ddd551cce325a1 (patch) | |
tree | d210beaaea00eadbc4c7ba3ce09e8004ca706440 /ChangeLog | |
parent | 94c3515092815713f2c2c2889dcc5cc05393670c (diff) | |
download | tor-434757908559f2f22bf4944c11ddd551cce325a1.tar.gz tor-434757908559f2f22bf4944c11ddd551cce325a1.zip |
Changelog entry for implementation of proposal 121.
svn:r16706
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,12 +1,15 @@ Changes in version 0.2.1.5-alpha - 2008-08-31 - o Major features [IPv6 support]: + o Major features: - Convert many internal address representations to optionally hold IPv6 addresses. - Generate and accept IPv6 addresses in many protocol elements. - Make resolver code handle nameservers located at ipv6 addresses. - Begin implementation of proposal 121 (Client authorization for - hidden services): associate keys, client lists, and authorization - types with hidden services. + hidden services): configure hidden services with client + authorization, publish descriptors for them, and configure + authorization data for hidden services at clients. (The only missing + piece is to actually access hidden services that perform client + authorization.) - Network status consensus documents and votes now contain for each router bandwidth information and a summary of that router's exit policy. This will in the future be used by clients so that they |