]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/sample-ngircd.conf.tmpl
Merge branch 'MorePrivacy'
[ngircd-alex.git] / doc / sample-ngircd.conf.tmpl
index fc903cd2135d5b6c4324e9e9d4478e1ddbfbdaa7..7cd8afe0b38801d8425cf8838e68ab07afa52712 100644 (file)
        # Do IDENT lookups if ngIRCd has been compiled with support for it.
        ;Ident = yes
 
+       # Enhance user privacy slightly (useful for IRC server on TOR or I2P)
+       # by censoring some information like idle time, logon time, etc.
+       ;MorePrivacy = no
+
        # Normally ngIRCd doesn't send any messages to a client until it is
        # registered. Enable this option to let the daemon send "NOTICE AUTH"
        # messages to clients while connecting.