0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-26 16:52:44 +01:00
construct/ircd
Simon Arlott 3c5f720c6f
authd_check: don't try to update bl_stats if it doesn't exist
This can happen if all the blacklists are removed and then authd
sends a blacklisted response for a client.
2016-04-30 13:18:06 +01:00
..
authproc.c authproc: don't try to delete bl_stats if it hasn't been created 2016-04-30 13:11:06 +01:00
bandbi.c
cache.c
capability.c
channel.c
chmode.c ircd: Channel.bants is not a serial but a timestamp. 2016-04-29 18:59:32 -05:00
class.c
client.c
dns.c
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
hostmask.c
ircd.c getopt: don't modify argv as it breaks restart() 2016-04-25 23:32:18 +01:00
ircd_lexer.l
ircd_parser.y
ircd_signal.c
listener.c authd: wait until the ssl connection is "open" before reading 2016-04-25 21:43:21 +01:00
logger.c
main.c
Makefile.am
match.c
modules.c modules: use exit(EXIT_FAILURE) on failure 2016-04-25 22:27:57 +01:00
monitor.c
msgbuf.c
newconf.c Mention another RFC with regard to deprecating plaintext 2016-04-29 16:28:18 +00:00
operhash.c
packet.c
parse.c
privilege.c
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 sslproc: use global ServerInfo configuration 2016-04-25 19:20:45 +01:00
s_newconf.c
s_serv.c sslproc: simplify ssl open callback 2016-04-25 21:12:44 +01:00
s_user.c authd_check: don't try to update bl_stats if it doesn't exist 2016-04-30 13:18:06 +01:00
scache.c
send.c
snomask.c
sslproc.c sslproc: don't send updated config to dead/shutdown sslds 2016-04-29 07:35:43 +01:00
substitution.c
supported.c
tgchange.c
version.c.SH
whowas.c
wsproc.c