]> jfr.im git - solanum.git/blame - doc/technical/capab.txt
Removing glines
[solanum.git] / doc / technical / capab.txt
CommitLineData
212380e3
AC
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
212380e3
AC
14HOPS - supports halfops (+h -- %<nick>)
15HUB - denotes that the target server is a HUB
16AOPS - supports anonymous ops (+a, op hiding/op status hiding)
17KNOCK - supports KNOCK extension (request invite to +ikl channel)
18TBURST - supports old TBURST command [broken, don't use.]
19TB - supports new TB command [do use.]
20PARA - supports sending invite notices via INVITE from server
21ENCAP - supports message encapsulation
22SERVICES - supports ratbox's services extensions
23SAVE - supports SAVE extension (friendlier alternative to KILL on nick collide)
24RSFNC - supports RSFNC extension (forcenick)
25CLUSTER - supports remote XLINE, UNXLINE, RESV, UNRESV and LOCOPS
26EUID - supports EUID, non-ENCAP CHGHOST and NICKDELAY
27ZIP - supports ziplinks
28ENC - supports encryption (cryptlinks)
29
30The KLN, UNKLN and CLUSTER capabilities do not apply to klines, xlines
31and resvs sent over ENCAP.
32
33Disabling ban/invite exceptions in ircd.conf does not remove the EX/IE capabs.