Merge remote-tracking branch 'jigsaw/torrc-dir-fix-1922_squashed2'

This commit is contained in:
Nick Mathewson
2017-05-19 08:46:13 -04:00
13 changed files with 908 additions and 24 deletions
+11
View File
@@ -0,0 +1,11 @@
o Minor feature (include on config files):
- Allow the use of %include on configuration files to include settings
from other files or directories. Using %include with a directory will
include all (non-dot) files in that directory in lexically sorted order
(non-recursive), closes ticket 1922.
- Makes SAVECONF command return error when overwriting a torrc
that has includes. Using SAVECONF with the FORCE option will
allow it to overwrite torrc even if includes are used, closes ticket
1922.
- Adds config-can-saveconf to GETINFO command to tell if SAVECONF
will work without the FORCE option, closes ticket 1922.