diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-16 07:31:51 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-16 07:31:51 +0000 |
commit | 0871e02da8105fed86d0ae3720cac1c1c2cc6d3d (patch) | |
tree | 005107ecade9382f393e47c03bdddbf6380f8e03 /ChangeLog | |
parent | 116a0f0f22eef6cb77a81fcfc9abb0a875e8b69f (diff) | |
download | tor-0871e02da8105fed86d0ae3720cac1c1c2cc6d3d.tar.gz tor-0871e02da8105fed86d0ae3720cac1c1c2cc6d3d.zip |
If we're trying to fetch a bridge descriptor and there's no way
the bridge authority could help us (for example, we don't know
a digest, or there is no bridge authority), don't be so eager to
fall back to asking the bridge authority.
svn:r12512
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ Changes in version 0.2.0.12-alpha - 2007-11-?? rebuild the descriptor. - When picking v2 hidden service directories, don't pick ones that aren't listed as Running. + - If we're trying to fetch a bridge descriptor and there's no way + the bridge authority could help us (for example, we don't know + a digest, or there is no bridge authority), don't be so eager to + fall back to asking the bridge authority. o Minor features: - When we negotiate a v2 OR connection (not yet implemented), accept |