0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 21:28:53 +02:00
construct/ircd
Elizabeth Myers 3c7d6fcce7 Message handlers should return void.
Also fix up some return values and stuff to use bool (or void if
nothing). I just did it whilst I was here.

According to jilles, the return value used to signify whether or not the
client had exited. This was error-prone and was fixed a long, long time
ago, but the return value was left int for historical reasons.

Since the return type is not used (and has no clear use case anyway),
it's safe to just get rid of it.
2016-03-09 01:37:03 -06:00
..
authd.c authd: allow querying the list of DNS servers. 2016-03-08 02:53:25 -06:00
bandbi.c Change all leftover libratbox stuff to librb. 2016-03-06 03:49:27 -06:00
blacklist.c Detect stdbool.h and add conformant shims if it isn't available 2016-03-08 04:54:04 -06:00
cache.c Move irc_* data structures to librb. 2016-03-06 14:17:19 -06:00
capability.c Move irc_* data structures to librb. 2016-03-06 14:17:19 -06:00
channel.c Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
chmode.c Detect stdbool.h and add conformant shims if it isn't available 2016-03-08 04:54:04 -06:00
class.c Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
client.c Detect stdbool.h and add conformant shims if it isn't available 2016-03-08 04:54:04 -06:00
dns.c dns: prune worthless function. 2016-03-08 03:25:21 -06:00
extban.c Convert 2.8 style ToUpper/ToLower names to irctoupper/irctolower 2016-03-07 19:04:24 -06:00
getopt.c Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
hash.c Convert 2.8 style ToUpper/ToLower names to irctoupper/irctolower 2016-03-07 19:04:24 -06:00
hook.c Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
hostmask.c Convert 2.8 style ToUpper/ToLower names to irctoupper/irctolower 2016-03-07 19:04:24 -06:00
ipv4_from_ipv6.c Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
ircd.c dns: clean up awful hacks. 2016-03-08 03:22:25 -06:00
ircd_lexer.c Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
ircd_lexer.l Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
ircd_parser.c modules: tag origin at load time. 2016-03-06 18:57:05 -06:00
ircd_parser.h modules: tag origin at load time. 2016-03-06 18:57:05 -06:00
ircd_parser.y modules: tag origin at load time. 2016-03-06 18:57:05 -06:00
ircd_signal.c Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
listener.c Change some RATBOX_FOO defines to CHARYBDIS_FOO. 2016-03-07 05:01:31 -06:00
logger.c Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
main.c ircd: add main.c stub executable 2016-01-06 23:57:35 -06:00
Makefile.am Move irc_* data structures to librb. 2016-03-06 14:17:19 -06:00
match.c Convert 2.8 style ToUpper/ToLower names to irctoupper/irctolower 2016-03-07 19:04:24 -06:00
modules.c Message handlers should return void. 2016-03-09 01:37:03 -06:00
monitor.c Move irc_* data structures to librb. 2016-03-06 14:17:19 -06:00
msgbuf.c msgbuf: msgbuf_unparse_tags(): don't send a tags sigil unless tags will actually be emitted 2016-02-20 18:41:16 -06:00
newconf.c modules: tag origin at load time. 2016-03-06 18:57:05 -06:00
operhash.c Move irc_* data structures to librb. 2016-03-06 14:17:19 -06:00
packet.c Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
parse.c Message handlers should return void. 2016-03-09 01:37:03 -06:00
privilege.c rename src to ircd, libcore to libircd 2016-01-06 01:16:08 -06:00
ratelimit.c rename src to ircd, libcore to libircd 2016-01-06 01:16:08 -06:00
reject.c Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
restart.c Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
s_auth.c Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
s_conf.c Move irc_* data structures to librb. 2016-03-06 14:17:19 -06:00
s_newconf.c Move irc_* data structures to librb. 2016-03-06 14:17:19 -06:00
s_serv.c Detect stdbool.h and add conformant shims if it isn't available 2016-03-08 04:54:04 -06:00
s_user.c s_user: clean up return types and can YES/NO. 2016-03-08 05:06:29 -06:00
scache.c Move irc_* data structures to librb. 2016-03-06 14:17:19 -06:00
send.c Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
snomask.c Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
sslproc.c Change all leftover libratbox stuff to librb. 2016-03-06 03:49:27 -06:00
substitution.c Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
supported.c Remove $Id tags from everything. 2016-03-06 02:47:27 -06:00
tgchange.c rename src to ircd, libcore to libircd 2016-01-06 01:16:08 -06:00
version.c.SH Fix generation of serno.h 2016-03-07 17:15:39 -06:00
whowas.c Move irc_* data structures to librb. 2016-03-06 14:17:19 -06:00