solanum/ircd
Sadie Powell cb2af23193
Remove the CLIENTVER 005 token. (#161)
This was introduced in commit bde6442c47 but the rationale for it is
pretty shaky. No other non-Charybdis-derived servers send it and the
features the original commit claims it can be used to detect all have
their own methods of detection. The concept of "core capabilities" and
versioned releases was also dropped by IRCv3 many years ago in favour
of living specifications.
2021-05-25 11:08:59 +01:00
..
authproc.c make more snotes L_NETWIDE 2020-11-08 14:30:41 -05:00
bandbi.c make more snotes L_NETWIDE 2020-11-08 14:30:41 -05:00
cache.c free cache emptyline rb_dlink_node, allocated automatically but never freed 2016-10-30 12:05:45 +00:00
capability.c capability: accept new ownerdata for existing caps 2020-06-02 16:14:27 +01:00
channel.c channel: flood warnings for privmsg, not notice (#147) 2021-04-17 18:43:59 +00:00
chmode.c chmode: centralise + test mode limits (#94) 2021-01-26 11:22:39 +00:00
class.c class: remove unused macros 2016-06-01 20:54:12 +00:00
client.c switch "KDX-Line active for" snote to L_NETWIDE and include which mask 2021-04-10 15:12:40 +01:00
dns.c remove RB_IPV6 2017-08-20 12:54:46 +01:00
extban.c Innovation by sed 2020-10-15 15:52:41 +01:00
getopt.c YESNO options are of type bool, not int 2018-03-23 16:46:38 +00:00
hash.c make more snotes L_NETWIDE 2020-11-08 14:30:41 -05:00
hook.c Track and inform modules of privset changes 2021-03-01 15:45:03 +00:00
hostmask.c Allow temporary K-lines to extend shorter ones (#142) 2021-04-27 14:45:04 +01:00
ircd.c make more snotes L_NETWIDE 2020-11-08 14:30:41 -05:00
ircd_lexer.l ircd_lexer: fix another crash with the same cause 2016-05-15 00:57:16 +00:00
ircd_parser.y Resolve shfit/reduce conflict in timespec production (#54) 2020-11-07 19:54:25 -08:00
ircd_signal.c ircd_signal: a function that tailcalls a noreturn function should be marked noreturn 2016-06-01 20:54:12 +00:00
listener.c make more snotes L_NETWIDE 2020-11-08 14:30:41 -05:00
logger.c Innovation by sed 2020-10-15 15:52:41 +01:00
main.c Innovation by sed 2020-10-15 15:52:41 +01:00
Makefile.am Innovation by sed 2020-10-15 15:52:41 +01:00
match.c Add channel::ip_bans_through_vhost 2021-04-26 17:51:55 +01:00
modules.c make more snotes L_NETWIDE 2020-11-08 14:30:41 -05:00
monitor.c ircd: send tags on every message 2017-08-06 16:21:29 +01:00
msgbuf.c Innovation by sed 2020-10-15 15:52:41 +01:00
newconf.c Add channel::ip_bans_through_vhost 2021-04-26 17:51:55 +01:00
operhash.c Innovation by sed 2020-10-15 15:52:41 +01:00
packet.c Replace most checks for +o with oper:general 2020-08-04 22:58:30 +01:00
parse.c make more snotes L_NETWIDE 2020-11-08 14:30:41 -05:00
privilege.c privilegeset_add_privs: append rather than replace 2021-03-01 15:45:03 +00:00
ratelimit.c Innovation by sed 2020-10-15 15:52:41 +01:00
reject.c reject: reorder to avoid leaks 2020-01-03 17:07:25 +00:00
restart.c make more snotes L_NETWIDE 2020-11-08 14:30:41 -05:00
s_conf.c Add channel::ip_bans_through_vhost 2021-04-26 17:51:55 +01:00
s_newconf.c Get rid of hub_mask/leaf_mask 2020-11-14 18:22:08 +00:00
s_serv.c Use opernames not servernames for remote opers 2020-11-13 23:30:04 +00:00
s_user.c Make privilegeset_privs more const 2021-03-01 15:45:03 +00:00
scache.c A missing colon to RPL_MAP recently split (#131) 2021-03-16 17:51:42 -07:00
send.c send: fix infinite recursion in _send_linebuf 2020-11-28 20:08:46 -05:00
snomask.c Innovation by sed 2020-10-15 15:52:41 +01:00
sslproc.c sslproc: call rb_clear_cloexec on child fds 2021-01-26 00:03:48 -05:00
substitution.c Innovation by sed 2020-10-15 15:52:41 +01:00
supported.c Remove the CLIENTVER 005 token. (#161) 2021-05-25 11:08:59 +01:00
tgchange.c Refactor common channel iteration 2020-10-19 20:15:26 +01:00
version.c.SH Innovation by sed 2020-10-15 15:52:41 +01:00
whowas.c typedef-ify rb_radixtree for consistency. 2016-03-23 08:32:22 -05:00
wsproc.c wsproc: call rb_clear_cloexec on child fds 2021-01-26 00:03:48 -05:00