]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Add documentation for "RequireAuthPing" configuration option AuthPing
authorAlexander Barton <alex@barton.de>
Sun, 27 Mar 2011 18:34:44 +0000 (20:34 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 27 Mar 2011 18:34:44 +0000 (20:34 +0200)
doc/sample-ngircd.conf.tmpl
man/ngircd.conf.5.tmpl

index e07b520544c5599d44ed14d04dc22de3f92e1d47..6e02048ffd93774bbe955f1490e05c43aaed80a9 100644 (file)
        # maximum nick name length!
        ;MaxNickLength = 9
 
        # maximum nick name length!
        ;MaxNickLength = 9
 
+       # Let ngIRCd send an "authentication PING" when a new client connects,
+       # and register this client only after receiving the corresponding
+       # "PONG" reply.
+       ;RequireAuthPing = no
+
        # Set this hostname for every client instead of the real one.
        # Please note: don't use the percentage sign ("%"), it is reserved for
        # future extensions!
        # Set this hostname for every client instead of the real one.
        # Please note: don't use the percentage sign ("%"), it is reserved for
        # future extensions!
index e53cf3cc44353cc654b652d57d5e602ca70bc12a..bcdad1f85bd988ef72b947eca41324fc49c913bf 100644 (file)
@@ -251,6 +251,11 @@ Maximum length of an user nick name (Default: 9, as in RFC 2812). Please
 note that all servers in an IRC network MUST use the same maximum nick name
 length!
 .TP
 note that all servers in an IRC network MUST use the same maximum nick name
 length!
 .TP
+\fBRequireAuthPing\fR
+Let ngIRCd send an "authentication PING" when a new client connects, and
+register this client only after receiving the corresponding "PONG" reply.
+Default: no.
+.TP
 \fBCloakHost\fR
 Set this hostname for every client instead of the real one. Default: empty,
 don't change.
 \fBCloakHost\fR
 Set this hostname for every client instead of the real one. Default: empty,
 don't change.