tor

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

commit dca36eff8fbe9307aa2f74d26841399537e11406
parent 3a6e37f57f599fe4c94a17422c8e41a7bbe06616
Author: Neel Chauhan <neel@neelc.org>
Date:   Mon, 16 Apr 2018 20:36:28 -0400

Add changes file for GETINFO current-time/{local,utc}

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

diff --git a/changes/ticket25511 b/changes/ticket25511 @@ -0,0 +1,5 @@ + o Minor features (control port): + - Introduce GETINFO "current-time/{local,utc}" to return the local + and UTC times respectively in ISO format. This helps a controller + like Tor Browser detect a time-related error. Closes ticket 25511. + Patch by Neel Chauhan.