To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
Cap sasl: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with "{{External Module}} '''''cap_sasl''''' is a per-user module for SASL authentication against servers to which ZNC tries to connect. '''The original author''' : Mike Quin '''..." |
DarthGandalf (talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
'''The original author''' : Mike Quin | '''The original author''' : Mike Quin | ||
'''The website'''[ | '''The website'''[https://github.com/mquin/znc] | ||
Line 13: | Line 13: | ||
== The source code == | == The source code == | ||
'''This module does not build on ZNC 1.0, for 1.0+ use [[sasl]] instead''' | |||
The source code is available '''[[cap_sasl.cpp]]''' | The source code is available '''[[cap_sasl.cpp]]''' | ||
'''''Download link'''''[ | '''''Download link'''''[https://raw.github.com/mquin/znc/master/cap_sasl.cpp] |
Latest revision as of 02:27, 3 December 2012
This is an external module. Please note that it may or may not work with the current release (1.9.1). This module is not included in the default ZNC installation, and you will need to manually compile it before you can load this module. Contact the author if you have any questions, but feel free to ask in #znc on Libera.Chat. Someone might be able to help you there. |
cap_sasl is a per-user module for SASL authentication against servers to which ZNC tries to connect.
The original author : Mike Quin
The website[1]
Parameters for this module
cap_sasl "account name" password
The source code
This module does not build on ZNC 1.0, for 1.0+ use sasl instead
The source code is available cap_sasl.cpp
Download link[2]