X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=tests%2Fircd.conf;fp=tests%2Fircd.conf;h=26f28001bfe0704274e39d53080c2c302aed65ae;hp=0000000000000000000000000000000000000000;hb=0400a5a6479398d82526785c18c0df8bc8b92dce;hpb=d17e10da972ce5776c60b4c317267c6abe0e1ead diff --git a/tests/ircd.conf b/tests/ircd.conf new file mode 100644 index 0000000..26f2800 --- /dev/null +++ b/tests/ircd.conf @@ -0,0 +1,43 @@ +General { + name = "irc.example.net"; + vhost = "127.0.0.1"; + description = "Test IRC server"; + numeric = 1; +}; + +Admin { + Location = "Right Here, Right Now"; + Location = "Testbench IRC server"; + 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; + sendq = 160000; + maxlinks = 100; +}; + +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"; +};