tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit f6943d702c6287f7c92d2a34bdcd666c10878517
parent fd5ea48c27a9ded863c8770cdb73d6e4c548795e
Author: Neel Chauhan <neel@neelc.org>
Date:   Sun, 17 May 2020 16:30:45 -0700

Add changes file for ticket #24844

Diffstat:
Achanges/ticket24844 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/changes/ticket24844 b/changes/ticket24844 @@ -0,0 +1,4 @@ + o Minor features (v3 onion servies): + - Add v3 onion service status to the dumpstats() call which is + triggered by a SIGUSR1 signal. Previously, we only did v2 + onion services. Closes ticket 24844. Patch by Neel Chauhan.