0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-01 02:14:13 +01:00
construct/ircd
Aaron Jones ab9088ad2e
wsproc: compile out dead code
Investigation is required to determine if this function should
actually be used
2016-06-01 20:54:12 +00:00
..
authproc.c authproc: don't shadow variable decls, avoid reserved name 2016-06-01 20:54:11 +00:00
bandbi.c bandbi: a function that calls exit(3) should be marked noreturn 2016-06-01 20:54:11 +00:00
cache.c Use rb_* versions of nonportable string functions 2016-04-05 05:39:59 -05:00
capability.c Use rb_* versions of nonportable string functions 2016-04-05 05:39:59 -05:00
channel.c channel: silence harmless uninitialised variable warning 2016-06-01 20:54:12 +00:00
chmode.c chmode: remove unreachable break statement 2016-06-01 20:54:12 +00:00
class.c class: remove unused macros 2016-06-01 20:54:12 +00:00
client.c strcpy: mass-migrate to strlcpy where appropriate 2016-05-15 03:58:44 +00:00
dns.c dns: make function used only within this unit static 2016-06-01 20:54:12 +00:00
extban.c
getopt.c getopt: don't modify argv as it breaks restart() 2016-04-25 23:32:18 +01:00
hash.c
hook.c Add hook for when rehash is called. 2016-04-06 05:43:54 -05:00
hostmask.c ipv4_from_ipv6: move to librb 2016-04-08 03:49:23 -05:00
ircd.c ircd: functions that call exit(3) should be marked noreturn 2016-06-01 20:54:12 +00:00
ircd_lexer.l ircd_lexer: fix another crash with the same cause 2016-05-15 00:57:16 +00:00
ircd_parser.y ircd_lexer: fix another crash with the same cause 2016-05-15 00:57:16 +00: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 minor spring cleaning: remove/relocate duplicate/unused includes & macros 2016-05-14 23:29:33 +00:00
logger.c
main.c
Makefile.am Revert "Implement the netsplit batch type." 2016-04-16 11:05:00 -05:00
match.c strcpy: mass-migrate to strlcpy where appropriate 2016-05-15 03:58:44 +00:00
modules.c minor spring cleaning: remove/relocate duplicate/unused includes & macros 2016-05-14 23:29:33 +00:00
monitor.c
msgbuf.c
newconf.c strcpy: mass-migrate to strlcpy where appropriate 2016-05-15 03:58:44 +00:00
operhash.c
packet.c
parse.c ircd: don't send ERR_NOTREGISTERED to servers 2016-04-24 17:41:44 +01:00
privilege.c Use rb_* versions of nonportable string functions 2016-04-05 05:39:59 -05:00
ratelimit.c
reject.c
restart.c getopt: don't modify argv as it breaks restart() 2016-04-25 23:32:18 +01:00
s_conf.c ircd_lexer: fix crash with very large config option strings 2016-05-15 00:00:23 +00:00
s_newconf.c ircd: server connection configuration 2016-04-24 17:06:24 +01:00
s_serv.c strcpy: mass-migrate to strlcpy where appropriate 2016-05-15 03:58:44 +00:00
s_user.c strcpy: mass-migrate to strlcpy where appropriate 2016-05-15 03:58:44 +00:00
scache.c
send.c send: trim a blank line [ci skip] 2016-04-11 11:52:01 -05:00
snomask.c
sslproc.c strcpy: mass-migrate to strlcpy where appropriate 2016-05-15 03:58:44 +00:00
substitution.c Use rb_* versions of nonportable string functions 2016-04-05 05:39:59 -05:00
supported.c
tgchange.c
version.c.SH version.c.SH: Fix build 2016-04-09 06:05:08 -04:00
whowas.c
wsproc.c wsproc: compile out dead code 2016-06-01 20:54:12 +00:00