added gnutls backend and moved backend code into new files
[ircu2.10.12-pk.git] / ircd / test / ircd-t1.conf
index 1662d127d6c73ab144372d767c3fddb37ac84989..66472b08da7fc8454cb257b21ee8b4f9377e20bd 100644 (file)
@@ -46,6 +46,15 @@ Connect {
         autoconnect = yes; # forces a DNS resolution attempt
 };
 
+Connect {
+        name = "test-2.example.net";
+        host = "::1";
+        password = "bogus_example";
+        port = 7710;
+        class = "Server";
+        autoconnect = no;
+};
+
 CRule {
         server = "bogus.example.net";
         all = yes;
@@ -70,6 +79,9 @@ Jupe {
 
 Operator { name = "oper1"; host = "*@*"; password = "$PLAIN$oper1"; class = "Opers"; };
 Operator { name = "oper2"; host = "*@*"; password = "$PLAIN$oper2"; class = "Opers"; local = yes; };
+Operator { name = "oldoper"; host = "*@*"; password = "Xlfc26b4eYGWs"; class = "Opers"; };
+Operator { name = "md5oper"; host = "*@*"; password = "$SMD5$2O$4O.rSAmhE4Fg05MmG.047/"; class = "Opers"; };
+Operator { name = "cryptoper"; host = "*@*"; password = "$CRYPT$41ndrxPQu3B66"; class = "Opers"; };
 
 Kill { username = "sub7"; realname = "s*7*"; reason = "You are infected with a Trojan"; };
 Kill { realname = "Chloe"; reason = "drones"; };
@@ -91,4 +103,5 @@ Pseudo "X" {
 
 Features {
         "HIS_STATS_k" = "FALSE";
+        "PPATH" = "ircd-t1.pid";
 };