X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=tests%2Fircd.conf;h=5f8c5bffce689194ac0bc9c6fe5fb424f89e9031;hb=05de44b040720987736e1fdeb7c40bf009ae8044;hp=6ae514d0efe6ab564f90a86d11713f8f6c225385;hpb=12284f18e1ade003ea8b859a27b967733d21d055;p=ircu2.10.12-pk.git diff --git a/tests/ircd.conf b/tests/ircd.conf index 6ae514d..5f8c5bf 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,9 @@ 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; }; + +Features { + "HUB" = "TRUE"; +};