1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-08 13:45:57 +00:00

Hashed hostnames for CloakHost

Implemented support for hashed hostnames for CloakHost. The admin can
use '%x' in both the CloakHost and CloakHostModeX setting. The config
option CloakHostModeX was renamed to CloakHostSalt. This salt is used
for both cloaking options.
This commit is contained in:
Sebastian Köhler
2012-08-02 19:44:40 +02:00
parent 49385a98b2
commit d0bb185cf5
5 changed files with 27 additions and 25 deletions

View File

@@ -212,21 +212,16 @@ For this to work the server must have been started with root privileges!
.TP
\fBCloakHost\fR (string)
Set this hostname for every client instead of the real one. Default: empty,
don't change.
.PP
.RS
.B Please note:
.br
Don't use the percentage sign ("%"), it is reserved for future extensions!
.RE
don't change. Use %x to add the hashed value of the original hostname.
.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. Use %x to add the hashed value of the original hostname
.TP
\fBCloakHostModeXSalt\fR (string)
The Salt for cloaked hostname hashing
\fBCloakHostSalt\fR (string)
The Salt for cloaked hostname hashing. When undefined a random hash is
generated after each server start.
.TP
\fBCloakUserToNick\fR (boolean)
Set every clients' user name to their nick name and hide the one supplied