solanum-vs-hackint-and-char.../ircd
Simon Arlott 15b05f95f0
m_sasl: check if the agent is present after every client_exit
When a server disconnects the client_exit hook will only be called once
but there could be multiple servers and clients behind that server.

After any client exits, check if the agent is still present.
2018-08-12 12:50:43 +01:00
..
authproc.c Add basic SCTP listener support that binds to multiple addresses 2017-08-24 20:08:20 +01:00
bandbi.c
cache.c
capability.c
channel.c gcc7 fixes: NICKLEN -> NAMELEN 2018-01-19 23:26:20 +00:00
chmode.c ircd: send tags on every message 2017-08-06 16:21:29 +01:00
class.c
client.c m_sasl: check if the agent is present after every client_exit 2018-08-12 12:50:43 +01:00
dns.c
extban.c
getopt.c YESNO options are of type bool, not int 2018-03-23 16:46:38 +00:00
hash.c
hook.c m_sasl: check if the agent is present after every client_exit 2018-08-12 12:50:43 +01:00
hostmask.c
ircd.c
ircd_lexer.l
ircd_parser.y
ircd_signal.c
listener.c Add basic SCTP listener support that binds to multiple addresses 2017-08-24 20:08:20 +01:00
logger.c
main.c ircd: add main.c stub executable 2016-01-06 23:57:35 -06:00
Makefile.am
match.c remove RB_IPV6 2017-08-20 12:54:46 +01:00
modules.c
monitor.c
msgbuf.c
newconf.c Add outgoing SCTP connect support 2017-08-24 20:08:21 +01:00
operhash.c
packet.c Add basic SCTP listener support that binds to multiple addresses 2017-08-24 20:08:20 +01:00
parse.c
privilege.c
ratelimit.c
reject.c
restart.c
s_conf.c gcc7 fixes: NICKLEN -> NAMELEN 2018-01-19 23:26:20 +00:00
s_newconf.c remove RB_IPV6 2017-08-20 12:54:46 +01:00
s_serv.c ircd: use correct buffer sizes 2018-01-18 21:33:41 +00:00
s_user.c gcc7 fixes: NICKLEN -> NAMELEN 2018-01-19 23:26:20 +00:00
scache.c
send.c
snomask.c
sslproc.c
substitution.c
supported.c
tgchange.c
version.c.SH
whowas.c
wsproc.c