ircu2/tests/ircd.conf

44 lines
1.2 KiB
Plaintext

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";
};