diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-06 07:15:06 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-06 07:15:06 +0000 |
commit | 8de470cf690da38069766d827b5fd0a2a13960fe (patch) | |
tree | afd526e3a8ee9c6f17f8c228f87f05f1a46ded91 /ChangeLog | |
parent | 3ff63b6f4e7a6be2183124c6b3e6d9aeb70f029a (diff) | |
download | tor-8de470cf690da38069766d827b5fd0a2a13960fe.tar.gz tor-8de470cf690da38069766d827b5fd0a2a13960fe.zip |
Add "GETINFO/desc-annotations/id/<OR digest>" so controllers can
ask about source, timestamp of arrival, purpose, etc. We need
something like this to help Vidalia not do GeoIP lookups on bridge
addresses.
svn:r12687
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -49,6 +49,10 @@ Changes in version 0.2.0.13-alpha - 2007-12-?? be a bridge relay. Right now the only difference is that it makes you answer begin_dir requests, and it makes you cache dir info, even if your DirPort isn't on. + - Add "GETINFO/desc-annotations/id/<OR digest>" so controllers can + ask about source, timestamp of arrival, purpose, etc. We need + something like this to help Vidalia not do GeoIP lookups on bridge + addresses. Changes in version 0.2.0.12-alpha - 2007-11-16 |