]> jfr.im git - irc/quakenet/snircd.git/blob - ircd/test/ircd-t1.conf
add sbounce from asuka into snircd tree
[irc/quakenet/snircd.git] / ircd / test / ircd-t1.conf
1 General {
2 name = "test-1.example.net";
3 vhost = "127.0.0.1";
4 vhost = "::1";
5 description = "Test Server 1";
6 numeric = 1;
7 };
8
9 Admin {
10 location = "Somewhere";
11 contact = "Someone";
12 };
13
14 Class {
15 name = "Server";
16 pingfreq = 180 seconds;
17 connectfreq = 300 seconds;
18 maxlinks = 1;
19 sendq = 9000000;
20 };
21
22 Class {
23 name = "others";
24 pingfreq = 180 seconds;
25 sendq = 160000;
26 maxlinks = 100;
27 usermode = "+oiwx";
28 };
29
30 Class {
31 name = "Opers";
32 pingfreq = 180 seconds;
33 sendq = 160000;
34 maxlinks = 10;
35 local = no;
36 };
37
38 Connect {
39 name = "bogus.example.net";
40 host = "example.net";
41 password = "bogus_example";
42 port = 7700;
43 class = "Server";
44 maxhops = 2;
45 hub = "*.example.net";
46 autoconnect = yes; # forces a DNS resolution attempt
47 };
48
49 Connect {
50 name = "test-2.example.net";
51 host = "::1";
52 password = "bogus_example";
53 port = 7710;
54 class = "Server";
55 autoconnect = no;
56 };
57
58 CRule {
59 server = "bogus.example.net";
60 all = yes;
61 rule = "connected(*)";
62 };
63
64 CRule {
65 server = "bogus.example.net";
66 all = no;
67 rule = "directcon(*)";
68 };
69
70 UWorld {
71 name = "uworld.example.net";
72 name = "uworld2.example.net";
73 };
74
75 Jupe {
76 nick = "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q";
77 nick = "R,S,T,U,V,W,X,Y,Z,{,|,},~,-,_,`";
78 };
79
80 Operator { name = "oper1"; host = "*@*"; password = "$PLAIN$oper1"; class = "Opers"; };
81 Operator { name = "oper2"; host = "*@*"; password = "$PLAIN$oper2"; class = "Opers"; local = yes; };
82 Operator { name = "oldoper"; host = "*@*"; password = "Xlfc26b4eYGWs"; class = "Opers"; };
83 Operator { name = "md5oper"; host = "*@*"; password = "$SMD5$2O$4O.rSAmhE4Fg05MmG.047/"; class = "Opers"; };
84 Operator { name = "cryptoper"; host = "*@*"; password = "$CRYPT$41ndrxPQu3B66"; class = "Opers"; };
85
86 Kill { username = "sub7"; realname = "s*7*"; reason = "You are infected with a Trojan"; };
87 Kill { realname = "Chloe"; reason = "drones"; };
88 Kill { username = "sub7"; reason = "You are infected with a Trojan"; };
89
90 Client { class = "others"; ip = "*"; };
91
92 Port { server = yes; port = 7700; };
93 Port { server = no; port = 7701; };
94
95 Quarantine {
96 "#shells" = "Thou shalt not support the h4><0rz";
97 };
98
99 Pseudo "X" {
100 name = "X";
101 nick = "X@channels.example.net";
102 };
103
104 Features {
105 "HIS_STATS_k" = "FALSE";
106 "PPATH" = "ircd-t1.pid";
107 };