]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
New option to scrub incoming CTCP commands
[ngircd-alex.git] / src / ngircd / conf.h
index 305ccaa1ff8c36540253f6283b43266d16fc043f..1f9bd122d02faf311e64bcce5d527163147d8fe3 100644 (file)
@@ -178,6 +178,12 @@ GLOBAL bool Conf_Ident;
 /** Enable all usage of PAM, even when compiled with support for it */
 GLOBAL bool Conf_PAM;
 
+/** Disable all CTCP commands except for /me ? */
+GLOBAL bool Conf_ScrubCTCP;
+
+/** Enable NOTICE AUTH messages on connect */
+GLOBAL bool Conf_NoticeAuth;
+
 /*
  * try to connect to remote systems using the ipv6 protocol,
  * if they have an ipv6 address? (default yes)
@@ -199,6 +205,13 @@ GLOBAL int Conf_MaxConnectionsIP;
 /** Maximum length of a nick name */
 GLOBAL unsigned int Conf_MaxNickLength;
 
+#ifndef STRICT_RFC
+
+/** Require "AUTH PING-PONG" on login */
+GLOBAL bool Conf_AuthPing;
+
+#endif
+
 #ifdef SYSLOG
 
 /* Syslog "facility" */