Unverified Commit b1f71eee authored by teor's avatar teor
Browse files

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.
parent 09735757
Loading
Loading
Loading
Loading

changes/ticket32123

0 → 100644
+5 −0
Original line number Diff line number Diff line
  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.