mirror of
https://github.com/matrix-construct/construct
synced 2024-11-03 12:28:52 +01:00
a5c46d31e4
Purge a lot of really old and obsolete documents, and merge some together where possible. Lots of efnet docs and the old ircd-ratbox manpage (lol) was purged. Reorganise everything nice and neatly as possible. Things describing features can be found in features/, and some more technical documents were moved to techinical/. Old credits file was consolidated into credits-past.txt, and a reference was added to it in the credits.
24 lines
744 B
Text
24 lines
744 B
Text
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>
|
|
|