]> jfr.im git - irc/rqf/shadowircd.git/blob - doc/technical/cluster.txt
Remove additional wrong declaration for rb_kill().
[irc/rqf/shadowircd.git] / doc / technical / cluster.txt
1 $Id: cluster.txt 6 2005-09-10 01:02:21Z nenolod $
2
3 Short description of how remote kline and friends are propagated under
4 the old hyb7 style (CAP_KLN etc) and under the new style over ENCAP.
5
6 CAP_KLN:
7 :<source> KLINE <target> <time> <user> <host> :<reason>
8 :<source> ENCAP <target> KLINE <time> <user> <host> :<reason>
9
10 CAP_UNKLN:
11 :<source> UNKLINE <target> <user> <host>
12 :<source> ENCAP <target> UNKLINE <user> <host>
13
14 CAP_CLUSTER:
15 :<source> XLINE <target> <gecos> <type> :<reason>
16 :<source> ENCAP <target> XLINE <time> <gecos> <type> :<reason>
17
18 :<source> UNXLINE <target> <gecos>
19 :<source> ENCAP <target> UNXLINE <gecos>
20
21 :<source> RESV <target> <name> :<reason>
22 :<source> ENCAP <target> RESV <time> <name> 0 :<reason>
23
24 :<source> UNRESV <target> <name>
25 :<source> ENCAP <target> UNRESV <name>
26