]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/sample-ngircd.conf.tmpl
New configuration opion "MorePrivacy" to "censor" some user information
[ngircd-alex.git] / doc / sample-ngircd.conf.tmpl
index b4a498d456575f5880043a812f1074e2ee7593d7..f5d7c8a6f7a7c5c0ca61fa63bdaa5c3ad0461876 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.