tor

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

commit f00b7a7faa443d224dcd46dd7511f42763e64584
parent 1d2333405eed9ec616eaa3980db5c4b272bb5aa8
Author: George Kadianakis <desnacked@riseup.net>
Date:   Thu, 14 Jun 2018 15:53:31 +0300

Add changes file.

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

diff --git a/changes/bug25552 b/changes/bug25552 @@ -0,0 +1,5 @@ + o Major feature (onion services): + - Improve revision counter generation in next-gen onion services. Onion + services can now scale by hosting multiple instances on different hosts + without synchronization between them, which was previously impossible + because descriptors would get rejected by HSDirs. Addresses ticket 25552.