]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Inform the client when a SASL message cannot be sent
authorgenius3000 <genius3000@g3k.solutions>
Thu, 27 Jul 2017 09:05:44 +0000 (03:05 -0600)
committergenius3000 <genius3000@g3k.solutions>
Mon, 6 Nov 2017 02:51:22 +0000 (19:51 -0700)
commit9d4b4344b49de3c474302e8316576b759249c409
tree51e11ec2b668ac2bf16d992878e8eaf68f02abb7
parent5c65a0a03dc41f3ed84dd4de4a1a5333365d6bb1
Inform the client when a SASL message cannot be sent

When SASL is properly configured with a 'target' server, we are able
to inform the client when the message fails to send.
Currently if a target is configured and it is offline, no response is
sent. This can cause some clients to time out while waiting for a response.

If a target isn't configured, behaviour will not change with this commit.
The default of '*' will still send to all servers.
Updated example config with 'target' variable.
docs/conf/modules.conf.example
src/modules/m_sasl.cpp