index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
irc
/
irc-sasl.c
Age
Commit message (
Expand
)
Author
2019-04-13
api: return allocated string in hook_info callback and function info_get
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-11-04
api: add functions string_base_{encode,decode}, remove functions string_{enco...
Sébastien Helleu
2018-11-02
api: return integer in function string_encode_base64
Sébastien Helleu
2018-01-07
core: fix some styles
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-06-09
irc: Remove unnecessary stores
Neui
2017-05-30
irc: fix crash on SASL authentication with mechanism ""ecdsa-nist256p-challenge"
Sébastien Helleu
2017-05-27
irc: fix memory leak in case of error in "ecdsa-nist256p-challenge" SASL mech...
Sébastien Helleu
2017-04-27
irc: fix crash in case of invalid server reply during SASL authentication wit...
Tobias Stoeckmann
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-08-13
irc: fix NULL pointer derefence in case of memory error in irc_sasl_dh()
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-04-30
core: add comments after some #endif
Sébastien Helleu
2015-01-21
irc: fix compilation of SASL "ecdsa-nist256p-challenge"
Sébastien Helleu
2015-01-19
irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (closes #251)
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-05-01
irc: add support of "dh-aes" SASL mechanism (patch #8020)
Elizabeth Myers
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-08-14
core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...
Sebastien Helleu
2012-02-29
irc: add support of "external" SASL mechanism (task #11864)
Kyle Fuller
2012-02-19
irc: fix memory leak in SASL/blowfish authentication
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-08-12
irc: fix too small buffer for encoded base64 string used by SASL authentication
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
2010-10-31
Remove dead assignments
Sebastien Helleu
2010-06-22
Update licenses and copyrights, add missing author names in sources
Sebastien Helleu
2010-04-08
Reformat and add comments for description of C sources
Sebastien Helleu
2010-03-19
Reformat multi-line comments
Sebastien Helleu
2010-03-09
Add missing initialization of variable in function irc_sasl_mechanism_plain
Sebastien Helleu
2010-02-18
Add mechanism DH-BLOWFISH for SASL authentication with IRC server
Sebastien Helleu