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