]> jfr.im git - irc/irssi/irssi.git/commit
SASL support
authorLemonBoy <redacted>
Wed, 9 Sep 2015 23:02:44 +0000 (01:02 +0200)
committerLemonBoy <redacted>
Thu, 10 Sep 2015 22:30:16 +0000 (00:30 +0200)
commitb8d3301d34f383f039071214872570385de1bb59
treedd91cc69d8bcc9fa62f7d8a768e2d72f855202c1
parent762c1d7f2c7478f1e98f847352e6cb3ca889c580
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.
src/core/server-setup-rec.h
src/irc/core/Makefile.am
src/irc/core/irc-chatnets.c
src/irc/core/irc-chatnets.h
src/irc/core/irc-core.c
src/irc/core/irc-servers-setup.c
src/irc/core/irc-servers.c
src/irc/core/irc-servers.h
src/irc/core/sasl.c [new file with mode: 0644]
src/irc/core/sasl.h [new file with mode: 0644]