]> jfr.im git - irc/freenode/ircd-seven.git/commit
m_sasl: add configuration option for the nick of the SASL agent
authorMax Teufel <redacted>
Sat, 14 Feb 2015 09:41:10 +0000 (10:41 +0100)
committerMax Teufel <redacted>
Sat, 14 Feb 2015 19:31:25 +0000 (20:31 +0100)
commit7d33cce8efb1e078bf23e43e66677a40ce13ccc0
treecd5895782923ed87da4c9cc41b7c6d393800035b
parentf51b72de97b3de37dfed7bf4db36fbb215798aba
m_sasl: add configuration option for the nick of the SASL agent

This allows multiple improvements to m_sasl. With this change, the SASL
authentication gets aborted immediately when services are offline.
Additionally, we send the SASL ENCAP messages directly to the specified
SASL agent.
doc/ircd.conf.example
doc/reference.conf
include/s_conf.h
modules/m_sasl.c
src/newconf.c
src/s_conf.c