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.
This commit is contained in:
teor
2019-10-18 18:14:18 +10:00
parent 0973575737
commit b1f71eeed6
+5
View File
@@ -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.