aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/irc/irc-sasl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* irc: remove dead assignments in SASL functionsSébastien Helleu2021-07-021-3/+0
* irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (closes #175)Sébastien Helleu2021-06-151-383/+1
* irc: fix translation of SASL errorsSébastien Helleu2021-06-131-5/+5
* irc: add comments about parameter sasl_error (issue #1628)Sébastien Helleu2021-06-011-2/+17
* irc: add support of SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512 (closes #1628)Sébastien Helleu2021-06-011-62/+469
* core: split WeeChat home in 4 directories, use XDG directories by default (issue #1285)Sébastien Helleu2021-05-111-1/+11
* irc: evaluate options irc.server_default.sasl_key and irc.server.xxx.sasl_key (issue #1285)Sébastien Helleu2021-05-111-14/+7
* core: update copyright datesSébastien Helleu2021-01-021-1/+1
* irc: replace calls to malloc by callocSébastien Helleu2020-08-171-8/+5
* core: make GnuTLS a required dependencySébastien Helleu2020-04-181-5/+3
* core: update copyright datesSébastien Helleu2020-01-041-1/+1
* api: return allocated string in hook_info callback and function info_getSébastien Helleu2019-04-131-2/+3
* core: update copyright datesSébastien Helleu2019-01-011-1/+1
* core: use https for links to GNU GPL licenseSébastien Helleu2018-11-291-1/+1
* api: add functions string_base_{encode,decode}, remove functions string_{encode,decode}_base64Sébastien Helleu2018-11-041-11/+12
* api: return integer in function string_encode_base64Sébastien Helleu2018-11-021-13/+42
* core: fix some stylesSébastien Helleu2018-01-071-4/+4
* core: update copyright datesSébastien Helleu2018-01-051-1/+1
* irc: Remove unnecessary storesNeui2017-06-091-1/+0
* irc: fix crash on SASL authentication with mechanism ""ecdsa-nist256p-challenge"Sébastien Helleu2017-05-301-0/+1
* irc: fix memory leak in case of error in "ecdsa-nist256p-challenge" SASL mechanismSébastien Helleu2017-05-271-0/+3
* irc: fix crash in case of invalid server reply during SASL authentication with dh-blowfish or dh-aes mechanismTobias Stoeckmann2017-04-271-1/+4
* core: update copyright datesSébastien Helleu2017-01-011-1/+1
* irc: fix NULL pointer derefence in case of memory error in irc_sasl_dh()Sébastien Helleu2016-08-131-0/+2
* core: update copyright datesSébastien Helleu2016-01-011-1/+1
* core: add comments after some #endifSébastien Helleu2015-04-301-5/+5
* irc: fix compilation of SASL "ecdsa-nist256p-challenge"Sébastien Helleu2015-01-211-4/+28
* irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (closes #251)Sébastien Helleu2015-01-191-3/+225
* core: update copyright datesSébastien Helleu2015-01-011-1/+1
* core: update copyright datesSebastien Helleu2014-01-011-1/+1
* irc: add support of "dh-aes" SASL mechanism (patch #8020)Elizabeth Myers2013-05-011-55/+205
* core: update copyright datesSebastien Helleu2013-01-011-1/+1
* core: move comments with description of C file to top of filesSebastien Helleu2012-12-151-5/+2
* core: reformat comments for functionsSebastien Helleu2012-12-131-12/+11
* core: add new plugin "script" (scripts manager, replacing scripts weeget.py and script.pl)Sebastien Helleu2012-08-141-12/+0
* irc: add support of "external" SASL mechanism (task #11864)Kyle Fuller2012-02-291-1/+1
* irc: fix memory leak in SASL/blowfish authenticationSebastien Helleu2012-02-191-0/+18
* core: update copyright datesSebastien Helleu2012-01-081-1/+1
* core: remove unneeded whitespaceSebastien Helleu2011-10-261-19/+19
* irc: fix too small buffer for encoded base64 string used by SASL authenticationSebastien Helleu2011-08-121-2/+2
* Update copyright datesSebastien Helleu2011-01-011-1/+1
* Remove dead assignmentsSebastien Helleu2010-10-311-3/+0
* Update licenses and copyrights, add missing author names in sourcesSebastien Helleu2010-06-221-6/+6
* Reformat and add comments for description of C sourcesSebastien Helleu2010-04-081-1/+4
* Reformat multi-line commentsSebastien Helleu2010-03-191-6/+7
* Add missing initialization of variable in function irc_sasl_mechanism_plainSebastien Helleu2010-03-091-0/+1
* Add mechanism DH-BLOWFISH for SASL authentication with IRC serverSebastien Helleu2010-02-181-0/+236