Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-27 | remove changes files from <= 0.3.2 | Nick Mathewson | |
2017-10-25 | hs-v2: Copy needed information between service on prunning | David Goulet | |
Turns out that when reloading a tor configured with hidden service(s), we weren't copying all the needed information between the old service object to the new one. For instance, the desc_is_dirty timestamp wasn't which could lead to the service uploading its desriptor much later than it would need to. The replaycache wasn't also moved over and some intro point information as well. Fixes #23790 Signed-off-by: David Goulet <dgoulet@torproject.org> |