tor

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

commit 94853b4ab6930b0be92bd3e62ffe761b12493c96
parent 620e40bcfca294b405b46faf0eaaec70c91cf564
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 24 Oct 2019 20:25:36 -0400

changes tile for ticket 31241

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

diff --git a/changes/ticket31241 b/changes/ticket31241 @@ -0,0 +1,5 @@ + o Minor features (configuration validation): + - Configuration validation can now be done by per-module callbacks, + rather than a global validation function. This will let us reduce the + size of config.c and some of its more cumbersome functions. Closes + ticket 31241.