1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-10-29 04:57:38 +00:00

Implement new configuration option "IncludeDir"

The option "IncludeDir" in the [Options] section can be used
to specify a directory which can contain further configuration
files and configuration file snippets matching the pattern
"*.conf" that should be read in after the main configuration
file ("ngircd.conf" by default) has been parsed.

Closes bug #157.
This commit is contained in:
Alexander Barton
2013-05-24 22:29:41 +02:00
parent 6beb0fad3f
commit f206fda8ae
3 changed files with 54 additions and 4 deletions

View File

@@ -167,6 +167,10 @@
# prepended to their user name.
;Ident = yes
# Directory containing configuration snippets (*.conf), that should
# be read in after parsing this configuration file.
;IncludeDir = :ETCDIR:/conf.d
# Enhance user privacy slightly (useful for IRC server on TOR or I2P)
# by censoring some information like idle time, logon time, etc.
;MorePrivacy = no