]> jfr.im git - irc/rqf/shadowircd.git/blame - doc/technical/capab.txt
Fix another typo.
[irc/rqf/shadowircd.git] / doc / technical / capab.txt
CommitLineData
212380e3 1Server capabilities
2William Pitcock <nenolod -at- nenolod.net>
3-------------------
4
5Not all TSora IRCd's support these.
6
7QS - supports Quit Storm (SQUIT does not have to send recursive quits)
8EX - supports ban exceptions (+e)
9CHW - supports messages directed to channel operators only i.e. @#channel
10IE - supports invite exceptions (+I)
11EOB - supports end of burst notification (EOB token)
12KLN - supports remote KLINE
13UNKLN - supports remote UNKLINE
bb1f5537 14GLN - supports hybrid7-style GLINE (:oper GLINE user host :reason)
212380e3 15HOPS - supports halfops (+h -- %<nick>)
16HUB - denotes that the target server is a HUB
17AOPS - supports anonymous ops (+a, op hiding/op status hiding)
18KNOCK - supports KNOCK extension (request invite to +ikl channel)
19TBURST - supports old TBURST command [broken, don't use.]
20TB - supports new TB command [do use.]
21PARA - supports sending invite notices via INVITE from server
22ENCAP - supports message encapsulation
23SERVICES - supports ratbox's services extensions
24SAVE - supports SAVE extension (friendlier alternative to KILL on nick collide)
25RSFNC - supports RSFNC extension (forcenick)
26CLUSTER - supports remote XLINE, UNXLINE, RESV, UNRESV and LOCOPS
27EUID - supports EUID, non-ENCAP CHGHOST and NICKDELAY
28ZIP - supports ziplinks
29ENC - supports encryption (cryptlinks)
30
31The KLN, UNKLN and CLUSTER capabilities do not apply to klines, xlines
32and resvs sent over ENCAP.
33
34Disabling ban/invite exceptions in ircd.conf does not remove the EX/IE capabs.