feature1922 670 B

1234567891011
  1. o Minor feature (include on config files):
  2. - Allow the use of %include on configuration files to include settings
  3. from other files or directories. Using %include with a directory will
  4. include all (non-dot) files in that directory in lexically sorted order
  5. (non-recursive), closes ticket 1922.
  6. - Makes SAVECONF command return error when overwriting a torrc
  7. that has includes. Using SAVECONF with the FORCE option will
  8. allow it to overwrite torrc even if includes are used, closes ticket
  9. 1922.
  10. - Adds config-can-saveconf to GETINFO command to tell if SAVECONF
  11. will work without the FORCE option, closes ticket 1922.