]> jfr.im git - solanum.git/commit - include/hook.h
m_sasl: check if the agent is present after every client_exit
authorSimon Arlott <sa.me.uk>
Sun, 12 Aug 2018 11:16:51 +0000 (12:16 +0100)
committerSimon Arlott <sa.me.uk>
Sun, 12 Aug 2018 11:50:43 +0000 (12:50 +0100)
commit15b05f95f0aeed6fe840cf59a69bce2051d9e2ee
treea97b052573d0193a1283b1f26d24ef90a3eb4243
parentbfd95f010b0aaa29f367e13e617baf49a5b22a70
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.
include/hook.h
ircd/client.c
ircd/hook.c
modules/m_sasl.c