From: Alexander Barton Date: Sun, 27 Mar 2011 18:56:50 +0000 (+0200) Subject: Merge branch 'NoticeAuth' X-Git-Tag: rel-18-rc1~26 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf7e3b1c0201ec298acb43e52dc1f05abcb8c80d;hp=-c;p=ngircd.git Merge branch 'NoticeAuth' * NoticeAuth: Add documentation for "NoticeAuth" configuration option Configuration: move "NoticeAuth" to GLOBAL section New configuration option "NoticeAuth": send NOTICE AUTH on connect --- cf7e3b1c0201ec298acb43e52dc1f05abcb8c80d diff --combined man/ngircd.conf.5.tmpl index e94b495f,5d6f0e0b..b2ce02ca --- a/man/ngircd.conf.5.tmpl +++ b/man/ngircd.conf.5.tmpl @@@ -251,7 -251,12 +251,12 @@@ Maximum length of an user nick name (De note that all servers in an IRC network MUST use the same maximum nick name length! .TP + \fBNoticeAuth\fR (boolean) + 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. Default: no. + .TP -\fBCloakHost\fR +\fBCloakHost\fR (string) Set this hostname for every client instead of the real one. Default: empty, don't change. .PP @@@ -261,7 -266,7 +266,7 @@@ Don't use the percentage sign ("%"), it is reserved for future extensions! .RE .TP -\fBCloakUserToNick\fR +\fBCloakUserToNick\fR (boolean) Set every clients' user name to their nick name and hide the one supplied by the IRC client. Default: no. .SH [OPERATOR]