commit b1f71eeed66e2c3f352a6f7f61884c088281fab6 Author: teor teor@torproject.org Date: Fri Oct 18 18:14:18 2019 +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. --- changes/ticket32123 | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/changes/ticket32123 b/changes/ticket32123 new file mode 100644 index 000000000..8200f5fca --- /dev/null +++ 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.
tor-commits@lists.torproject.org