diff options
author | Roger Dingledine <arma@torproject.org> | 2007-02-07 03:40:06 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-02-07 03:40:06 +0000 |
commit | 7828927a58a2c06befe51b502b4f380b9bc53709 (patch) | |
tree | d21b0ebbdab3edcad8a2d0d50456f2df6d41fbe9 /ChangeLog | |
parent | 690c9cc887b0e25a76f7e9155487d05a3c9ca9bb (diff) | |
download | tor-7828927a58a2c06befe51b502b4f380b9bc53709.tar.gz tor-7828927a58a2c06befe51b502b4f380b9bc53709.zip |
Only rewrite a conn's address based on X-Forwarded-For: headers
if it's a parseable public IP address; and stop adding extra quotes
to the resulting address.
svn:r9505
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -79,6 +79,9 @@ Changes in version 0.1.2.7-alpha - 2007-02-06 - Call stat() slightly less often; use fstat() when possible. - Refactor the way we handle pending circuits when an OR connection completes or fails, in an attempt to fix a rare crash bug. + - Only rewrite a conn's address based on X-Forwarded-For: headers + if it's a parseable public IP address; and stop adding extra quotes + to the resulting address. o Major features: - Weight directory requests by advertised bandwidth. Now we can |