Add documentation for "RequireAuthPing" configuration option

This commit is contained in:
Alexander Barton 2011-03-27 20:34:44 +02:00
parent 162433398e
commit fc0b026149
2 changed files with 10 additions and 0 deletions

View File

@ -154,6 +154,11 @@
# 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!

View 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
\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.