]> jfr.im git - irc/rqf/shadowircd.git/blob - doc/technical/cluster.txt
Add syntax description of MLOCK message to ts6-protocol.txt.
[irc/rqf/shadowircd.git] / doc / technical / cluster.txt
1
2 Short description of how remote kline and friends are propagated under
3 the old hyb7 style (CAP_KLN etc) and under the new style over ENCAP.
4
5 CAP_KLN:
6 :<source> KLINE <target> <time> <user> <host> :<reason>
7 :<source> ENCAP <target> KLINE <time> <user> <host> :<reason>
8
9 CAP_UNKLN:
10 :<source> UNKLINE <target> <user> <host>
11 :<source> ENCAP <target> UNKLINE <user> <host>
12
13 CAP_CLUSTER:
14 :<source> XLINE <target> <gecos> <type> :<reason>
15 :<source> ENCAP <target> XLINE <time> <gecos> <type> :<reason>
16
17 :<source> UNXLINE <target> <gecos>
18 :<source> ENCAP <target> UNXLINE <gecos>
19
20 :<source> RESV <target> <name> :<reason>
21 :<source> ENCAP <target> RESV <time> <name> 0 :<reason>
22
23 :<source> UNRESV <target> <name>
24 :<source> ENCAP <target> UNRESV <name>
25