index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
irc
/
core
/
sasl.c
Age
Commit message (
Expand
)
Author
2018-02-02
do not reuse sasl timeout
ailin-nemui
2017-11-30
fix comments
ailin-nemui
2017-01-24
Prevent a memory leak during the processing of the SASL response.
LemonBoy
2016-12-12
Add an option to stop the connection when SASL fails.
LemonBoy
2016-08-29
SASL: handle fragmentation
Kenny Root
2016-06-01
Correct the name of the emitted signal.
LemonBoy
2016-03-20
Use 0 as a sentinel value for sasl_timeout
LemonBoy
2016-03-11
Remove sasl timeout source when the server disconnects
dequis
2016-03-08
Fix SASL EXTERNAL authentication
Mantas Mikulėnas
2015-09-21
Use formats instead of g_warning
LemonBoy
2015-09-11
Don't handle 908 as a critical failure
LemonBoy
2015-09-11
Parse the error string received by the server
LemonBoy
2015-09-11
Consider the SASL handshake successful on 903
LemonBoy
2015-09-11
Handle event 906 and 908
LemonBoy
2015-09-11
Explicitly set the authorization id during the PLAIN handshake
LemonBoy
2015-09-11
Replace spaces with tabs
LemonBoy
2015-09-11
Address all the points outlined in the first review
LemonBoy
2015-09-11
SASL support
LemonBoy