commit - 162433398e320c45f3c8a523814518aa6b78372e
commit + fc0b0261496d2251e9917da96d5741da771f4bc1
blob - e07b520544c5599d44ed14d04dc22de3f92e1d47
blob + 6e02048ffd93774bbe955f1490e05c43aaed80a9
--- doc/sample-ngircd.conf.tmpl
+++ doc/sample-ngircd.conf.tmpl
# 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!
blob - e53cf3cc44353cc654b652d57d5e602ca70bc12a
blob + bcdad1f85bd988ef72b947eca41324fc49c913bf
--- man/ngircd.conf.5.tmpl
+++ man/ngircd.conf.5.tmpl
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.