mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
SASL support
The only supported methods are PLAIN and EXTERNAL, the latter is untested as of
now.
The code gets the values from the keys named sasl_{mechanism,username,password}
specified for each chatnet.
This commit is contained in:
parent
762c1d7f2c
commit
b8d3301d34
10 changed files with 200 additions and 5 deletions
|
|
@ -27,6 +27,7 @@ libirc_core_a_SOURCES = \
|
|||
irc-servers-setup.c \
|
||||
irc-session.c \
|
||||
irc-cap.c \
|
||||
sasl.c \
|
||||
lag.c \
|
||||
massjoin.c \
|
||||
modes.c \
|
||||
|
|
@ -50,6 +51,7 @@ pkginc_irc_core_HEADERS = \
|
|||
irc-servers.h \
|
||||
irc-servers-setup.h \
|
||||
irc-cap.h \
|
||||
sasl.h \
|
||||
modes.h \
|
||||
mode-lists.h \
|
||||
module.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue