David Goulet

Results 21 issues of David Goulet

Closes #33361 Signed-off-by: David Goulet

Fixes #28992 Signed-off-by: David Goulet

hs_client_purge_state() and hs_cache_clean_as_client() can remove a descriptor from the client cache with a NEWNYM or simply when the descriptor expires. Which means that for an INTRO circuit being established during...

When tearing down all periodic events during shutdown, disable them first so their enable flag is updated. This allows the tor_api.h to relaunch tor properly after a clean shutdown. Fixes...

When encoding introduction points, we were not checking if that intro points had an established circuit. When botting up, the service will pick, by default, 3 + 2 intro points...

When we repurpose a hidden service circuit, we need to clean up from the HS circuit map and any HS related data structured contained in the circuit. This commit adds...

It appears that it is not possible to download a consensus over the `ORPort` of a relay due to Stem not sending SENDMEs (flow control cell) which means that after...