mirror of
https://github.com/matrix-construct/construct
synced 2024-11-02 20:09:16 +01:00
212380e3f4
+ branches/release-2.1 -> 2.2 base + 3.0 -> branches/cxxconversion + backport some immediate 3.0 functionality for 2.2 + other stuff
26 lines
795 B
Text
26 lines
795 B
Text
$Id: cluster.txt 6 2005-09-10 01:02:21Z nenolod $
|
|
|
|
Short description of how remote kline and friends are propagated under
|
|
the old hyb7 style (CAP_KLN etc) and under the new style over ENCAP.
|
|
|
|
CAP_KLN:
|
|
:<source> KLINE <target> <time> <user> <host> :<reason>
|
|
:<source> ENCAP <target> KLINE <time> <user> <host> :<reason>
|
|
|
|
CAP_UNKLN:
|
|
:<source> UNKLINE <target> <user> <host>
|
|
:<source> ENCAP <target> UNKLINE <user> <host>
|
|
|
|
CAP_CLUSTER:
|
|
:<source> XLINE <target> <gecos> <type> :<reason>
|
|
:<source> ENCAP <target> XLINE <time> <gecos> <type> :<reason>
|
|
|
|
:<source> UNXLINE <target> <gecos>
|
|
:<source> ENCAP <target> UNXLINE <gecos>
|
|
|
|
:<source> RESV <target> <name> :<reason>
|
|
:<source> ENCAP <target> RESV <time> <name> 0 :<reason>
|
|
|
|
:<source> UNRESV <target> <name>
|
|
:<source> ENCAP <target> UNRESV <name>
|
|
|