]> jfr.im git - irc/UndernetIRC/undernet-development-env.git/blob - etc/leaf.conf
3ab3564b9cff49cb5038dc5841d3bfea3bb5f2a1
[irc/UndernetIRC/undernet-development-env.git] / etc / leaf.conf
1 # -- the main show
2
3 General {
4 name = "leaf.undernet.org";
5 description = "leaf";
6 numeric = 2;
7 };
8
9 Admin {
10 Location = "leaf";
11 };
12
13 Class {
14 name = "Server";
15 pingfreq = 1200;
16 connectfreq = 300;
17 maxlinks = 40;
18 sendq = 250000000;
19 };
20
21 # -- Class [Users]
22 Class {
23 name = "Users";
24 pingfreq = 2 minutes;
25 sendq = 6000000;
26 maxlinks = 10;
27 };
28
29 # -- Client catchall
30 Client {
31 class = "Users";
32 ip = "*@*";
33 };
34
35
36 Class {
37 name = "Admin";
38 pingfreq = 1 minutes 30 seconds;
39 sendq = 250000000000;
40 maxlinks = 10;
41 local = no;
42 walk_lchan = yes;
43 unlimit_query = yes;
44 wide_gline = yes;
45 rehash = yes;
46 restart = yes;
47 };
48
49
50 Class {
51 name = "operators";
52 pingfreq = 1 minutes 30 seconds;
53 sendq = 250000000;
54 maxlinks = 10;
55 local = no;
56 walk_lchan = yes;
57 rehash = no;
58 restart = no;
59 };
60
61 Connect {
62 name = "hub.undernet.org";
63 host = "10.5.0.10";
64 password = "$PLAIN$123456789";
65 port = 4400;
66 class = "Server";
67 autoconnect = yes;
68 hub = "*";
69 };
70
71 Operator {
72 local = no;
73 host = "*";
74 password = "$PLAIN$admin";
75 #password = "$SMD5$9n$jhrat4I6WipKISjPWFOzq/";
76 unlimit_query = yes;
77 name = "admin";
78 class = "Admin";
79 };
80
81 motd { host = "*"; file = "motd"; };
82
83 UWorld {
84 name = "uworld.eu.undernet.org";
85 name = "uworld2.undernet.org";
86 name = "uworld.undernet.org";
87 name = "channels.undernet.org";
88 name = "channels2.undernet.org";
89 name = "channels3.undernet.org";
90 name = "channels4.undernet.org";
91 name = "channels5.undernet.org";
92 name = "channels6.undernet.org";
93 name = "channels7.undernet.org";
94 name = "channels8.undernet.org";
95 name = "chanfix.undernet.org";
96 };
97
98 Jupe {
99 nick = "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,{,|,},~,-,_,`";
100 nick = "EuWorld,UWorld,UWorld2";
101 nick = "login,undernet,protocol,pass,newpass,org";
102 nick = "StatServ,NoteServ";
103 nick = "ChanSvr,ChanSaver,ChanServ";
104 nick = "NickSvr,NickSaver,NickServ";
105 nick = "LPT1,LPT2,COM1,COM2,COM3,COM4,AUX";
106 };
107
108 Port {
109 server = yes;
110 hidden = yes;
111 port = 4400;
112 };
113
114 Port {
115 port = 6667;
116 };
117
118 features {
119 "LOG" = "SYSTEM" "FILE" "/tmp/ircd.log";
120 "LOG" = "SYSTEM" "LEVEL" "CRIT";
121 "RELIABLE_CLOCK"="TRUE";
122 "BUFFERPOOL"="134217728";
123 "HUB"="FALSE";
124 "OPLEVELS" = "FALSE";
125 "ZANNELS" = "FALSE";
126 "MAXCHANNELSPERUSER"="40";
127 };