diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-15 07:04:37 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-15 07:04:37 +0000 |
commit | 38bd6837dba242bc7e86f033a206cd5082930934 (patch) | |
tree | 7c71d9efc16aabd0364661e7c4f5dda4a22fa3d7 /ChangeLog | |
parent | 2ae9615a0bcf512933927345d6365790026b60aa (diff) | |
download | tor-38bd6837dba242bc7e86f033a206cd5082930934.tar.gz tor-38bd6837dba242bc7e86f033a206cd5082930934.zip |
r11588@Kushana: nickm | 2006-12-15 02:04:32 -0500
Add a LastRotatedOnionKey variable to the state file, so we can rotate onion keys a week after they change even if we never stay up for a whole week at a time. Should fix bug 368.
svn:r9120
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ Changes in version 0.1.2.5-xxxx - 200?-??-?? safe.) - When generating bandwidth history, round down to the nearest 1k. When storing accounting data, round up to the nearest 1k. + - When we're running as a server, remember when we last rotated onion + keys, so that we will rotate keys once they're a week old even if we + never stay up for a week ourselves. (Bug 368.) o Controller features: - Have GETINFO dir/status/* work on hosts with DirPort disabled. |