]> jfr.im git - irc/rqf/shadowircd.git/blame - doc/technical/cluster.txt
Remove additional wrong declaration for rb_kill().
[irc/rqf/shadowircd.git] / doc / technical / cluster.txt
CommitLineData
212380e3 1$Id: cluster.txt 6 2005-09-10 01:02:21Z nenolod $
2
3Short description of how remote kline and friends are propagated under
4the old hyb7 style (CAP_KLN etc) and under the new style over ENCAP.
5
6CAP_KLN:
7:<source> KLINE <target> <time> <user> <host> :<reason>
8:<source> ENCAP <target> KLINE <time> <user> <host> :<reason>
9
10CAP_UNKLN:
11:<source> UNKLINE <target> <user> <host>
12:<source> ENCAP <target> UNKLINE <user> <host>
13
14CAP_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