]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Describe "CloakHostModeX" in sample-ngircd.conf an ngircd.conf(5) bug124-CloakHostModeX
authorAlexander Barton <alex@barton.de>
Sat, 9 Jun 2012 00:04:50 +0000 (02:04 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 9 Jun 2012 00:04:50 +0000 (02:04 +0200)
doc/sample-ngircd.conf.tmpl
man/ngircd.conf.5.tmpl

index f696dc6de0a9d2335d20ded837ad4990f15367d2..e8b2fb0df098088fa2ebfd082fbcae0525c0b4ef 100644 (file)
        # 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!
-       ;CloakHost = irc.example.net
+       ;CloakHost = cloaked.host
+
+       # Use this hostname for hostname cloaking on clients that have the
+       # user mode "+x" set, instead of the name of the server.
+       # Please note: don't use the percentage sign ("%"), it is reserved for
+       # future extensions!
+       ;CloakHostModeX = cloaked.user
 
        # Set every clients' user name to their nick name
        ;CloakUserToNick = yes
 
        # Set every clients' user name to their nick name
        ;CloakUserToNick = yes
index 85cf73ffb3083b1923f1470962fc8ce06f958757..0473206046296e8d57abf2d37405aa8f67f0e30d 100644 (file)
@@ -220,6 +220,17 @@ don't change.
 Don't use the percentage sign ("%"), it is reserved for future extensions!
 .RE
 .TP
 Don't use the percentage sign ("%"), it is reserved for future extensions!
 .RE
 .TP
+\fBCloakHostModeX\fR (string)
+Use this hostname for hostname cloaking on clients that have the user mode
+"+x" set, instead of the name of the server. Default: empty, use the name
+of the server.
+.PP
+.RS
+.B Please note:
+.br
+Don't use the percentage sign ("%"), it is reserved for future extensions!
+.RE
+.TP
 \fBCloakUserToNick\fR (boolean)
 Set every clients' user name to their nick name and hide the one supplied
 by the IRC client. Default: no.
 \fBCloakUserToNick\fR (boolean)
 Set every clients' user name to their nick name and hide the one supplied
 by the IRC client. Default: no.