diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-24 22:11:12 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-24 22:11:12 +0000 |
commit | ee8dce3084261447420f0bb7abeb6807583325ee (patch) | |
tree | cd748ccd045e59271de63bb30193c2a052f7971a /ChangeLog | |
parent | b8f1092077159d71734404522add4488a882eac4 (diff) | |
download | tor-ee8dce3084261447420f0bb7abeb6807583325ee.tar.gz tor-ee8dce3084261447420f0bb7abeb6807583325ee.zip |
r14421@tombo: nickm | 2008-02-24 17:05:18 -0500
Patch from mwenge: always willingly serve our own extrainfo from the controlport
svn:r13699
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,6 +55,9 @@ Changes in version 0.2.0.20-?? - 2008-02-?? get saved to disk by SAVECONF. Make Tor automatically convert "HashedControlPassword" to this new option but only when it's given on the command line. Partial fix for bug 586. + - If we have an extra-info document for our server, always make + it available on the control port, even if we haven't gotten + a copy of it from an authority yet. Patch from mwenge. o Minor features (logging): - When SafeLogging is disabled, log addresses along with all TLS |