Skip to content

tor-hsservice: Remove a publisher TODO that has been addressed.

gabi-250 requested to merge gabi-250/arti:publisher-todos into main

The publisher doesn't reupload unless explicitly asked to do so by the IptManager (via await_update()).

Also, when the consensus changes, we always trigger a reupload, but only to those HsDirs that don't already have the descriptor (the HsDirs marked as "clean" stay "clean", and any new HsDirs are marked "dirty" until they get a copy of the descriptor. See !1806 (merged)).

Similarly, a config change only triggers a reupload if the change means we need to generate a new descriptor (e.g. if the anonymity of the service changes). Note, however, that this logic is currently commented out (it depends on #1028).

Closes #1131 (closed)

Merge request reports

Loading