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

From ZNC
Jump to navigation Jump to search
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 '''..."
 
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
'''The original author''' : Mike Quin
'''The original author''' : Mike Quin


'''The website'''[http://www.elite.uk.com/mike/irc/]
'''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'''''[http://www.elite.uk.com/mike/irc/cap_sasl.cpp]
'''''Download link'''''[https://raw.github.com/mquin/znc/master/cap_sasl.cpp]

Latest revision as of 02:27, 3 December 2012

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]