commit b1f71eeed66e2c3f352a6f7f61884c088281fab6
parent 0973575737be20c20897bf674704689478092f38
Author: teor <teor@torproject.org>
Date: Fri, 18 Oct 2019 18:14:18 +1000
changes: file for 32123
Create an optional relay module, which can be disabled using the
--disable-module-relay configure option. When it is set, also disable
the dirauth module.
Add a minimal implemention, which disables the relay and dircache modes
in tor.
Closes ticket 32123.
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/changes/ticket32123 b/changes/ticket32123
@@ -0,0 +1,5 @@
+ o Major features (build system):
+ - Create an optional relay module, which can be disabled using the
+ --disable-module-relay configure option. When it is set, also disable
+ the dirauth module. Add a minimal implemention, which disables the
+ relay and dircache modes in tor. Closes ticket 32123.