added basic ssl support to ircu
[ircu2.10.12-pk.git] / tests / ircd.conf
index 5f8c5bffce689194ac0bc9c6fe5fb424f89e9031..26f28001bfe0704274e39d53080c2c302aed65ae 100644 (file)
@@ -33,7 +33,11 @@ Client { ip = "127.*"; class = "Local"; };
 Operator { local = no; class = "Local"; host = "*@127.*"; password = "$PLAIN$oper"; name = "oper"; };
 Port { server = yes; port = 7600; };
 Port { port = 7601; };
+IAuth { program = "../tests/iauth-test"; };
 
 Features {
         "HUB" = "TRUE";
+        "CONFIG_OPERCMDS" = "TRUE";
+        "CHANNELLEN" = "50";
+        "MAXCHANNELSPERUSER" = "20";
 };