]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
Implemented hashed cloaked hostnames for +x
[ngircd-alex.git] / src / ngircd / conf.h
index be19afc692f000cb3a530f3f5468bfb03cf79c19..964b37b75ac0050b9776b9aba01bd2cdd60816ac 100644 (file)
@@ -166,6 +166,12 @@ GLOBAL bool Conf_AllowRemoteOper;
 /** Cloaked hostname of the clients */
 GLOBAL char Conf_CloakHost[CLIENT_ID_LEN];
 
+/** Cloaked hostname for clients that did +x */
+GLOBAL char Conf_CloakHostModeX[CLIENT_ID_LEN];
+
+/** Salt for hostname hash for clients that did +x */
+GLOBAL char Conf_CloakHostModeXSalt[CLIENT_ID_LEN];
+
 /** Use nick name as user name? */
 GLOBAL bool Conf_CloakUserToNick;