mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
5 lines
290 B
Text
5 lines
290 B
Text
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.
|