X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=tests%2Fircd.conf;h=26f28001bfe0704274e39d53080c2c302aed65ae;hb=refs%2Fheads%2Fupstream-ssl;hp=6ae514d0efe6ab564f90a86d11713f8f6c225385;hpb=732e409035898ddc9af5a44067b454b598a39106;p=ircu2.10.12-pk.git diff --git a/tests/ircd.conf b/tests/ircd.conf index 6ae514d..26f2800 100644 --- a/tests/ircd.conf +++ b/tests/ircd.conf @@ -11,6 +11,17 @@ Admin { Contact = "root@localhost"; }; +Class { + name = "Server"; + pingfreq = 90 seconds; + connectfreq = 5 minutes; + sendq = 9 megabytes; + maxlinks = 10; +}; + +Connect { name = "irc-2.example.net"; host = "127.0.0.1"; port = 7610; password = "password"; class = "Server"; autoconnect = no; }; +Connect { name = "irc-3.example.net"; host = "127.0.0.1"; port = 7620; password = "password"; class = "Server"; autoconnect = no; }; + Class { name = "Local"; pingfreq = 1 minutes 30 seconds; @@ -20,4 +31,13 @@ Class { 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"; +};