]> jfr.im git - irc/rqf/shadowircd.git/blame - doc/technical/cluster.txt
Commit error
[irc/rqf/shadowircd.git] / doc / technical / cluster.txt
CommitLineData
212380e3 1
2Short description of how remote kline and friends are propagated under
3the old hyb7 style (CAP_KLN etc) and under the new style over ENCAP.
4
5CAP_KLN:
6:<source> KLINE <target> <time> <user> <host> :<reason>
7:<source> ENCAP <target> KLINE <time> <user> <host> :<reason>
8
9CAP_UNKLN:
10:<source> UNKLINE <target> <user> <host>
11:<source> ENCAP <target> UNKLINE <user> <host>
12
13CAP_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