diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-12-18 08:47:03 +1100 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-01-12 13:51:25 +1100 |
commit | 430181fad28fb3275a3771c78453a579681dfa5e (patch) | |
tree | 60108136629be724f52143ab4cbb56e8818afd16 /changes | |
parent | 16840e52e594e221069efc9bf7b65ebfb5e2d639 (diff) | |
download | tor-430181fad28fb3275a3771c78453a579681dfa5e.tar.gz tor-430181fad28fb3275a3771c78453a579681dfa5e.zip |
Allow fallback directory selection to use day-old data
Allow cached or outdated Onionoo data to be used to choose
fallback directories, as long as it's less than a day old.
Modify last modified date checks in preparation for Onionoo change
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug17887 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug17887 b/changes/bug17887 new file mode 100644 index 0000000000..423c298bd5 --- /dev/null +++ b/changes/bug17887 @@ -0,0 +1,6 @@ + o Minor fixes (fallback directories): + - Allow cached or outdated Onionoo data to be used to choose + fallback directories, as long as it's less than a day old. + Modify last modified date checks in preparation for Onionoo change + #16907. Closes ticket #17887. Patch by "teor". Not in any released + version of tor. |