X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=tests%2Fircd.conf;fp=tests%2Fircd.conf;h=6ae514d0efe6ab564f90a86d11713f8f6c225385;hb=732e409035898ddc9af5a44067b454b598a39106;hp=0000000000000000000000000000000000000000;hpb=bc9c3a735a4730573972d0689ee5da68cfd623d5;p=ircu2.10.12-pk.git diff --git a/tests/ircd.conf b/tests/ircd.conf new file mode 100644 index 0000000..6ae514d --- /dev/null +++ b/tests/ircd.conf @@ -0,0 +1,23 @@ +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 = "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 { port = 7601; };