Age | Commit message (Expand) | Author |
2021-05-12 | core: improve options to load GnuTLS system/user CAs (closes #972) | Sébastien Helleu |
2021-05-11 | core: split WeeChat home in 4 directories, use XDG directories by default (is... | Sébastien Helleu |
2021-05-11 | core: evaluate option weechat.network.gnutls_ca_file (issue #1285) | Sébastien Helleu |
2021-05-04 | core: display a warning when the file with certificate authorities is not fou... | Sébastien Helleu |
2021-01-02 | core: update copyright dates | Sébastien Helleu |
2020-11-21 | core: increase buffer size in HTTP proxy connection | Sébastien Helleu |
2020-04-18 | core: make GnuTLS a required dependency | Sébastien Helleu |
2020-01-04 | core: update copyright dates | Sébastien Helleu |
2019-03-31 | core: add documentation on command line debug options (in --help and man pages) | Sébastien Helleu |
2019-01-01 | core: update copyright dates | Sébastien Helleu |
2018-11-29 | core: use https for all links where secured http is supported | Sébastien Helleu |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu |
2018-11-18 | core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272) | 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-05-22 | core: unhook TLS handshake fd before calling connect callback | Simon Arlott |
2018-01-07 | core: fix some styles | Sébastien Helleu |
2018-01-05 | core: update copyright dates | Sébastien Helleu |
2017-01-01 | core: update copyright dates | Sébastien Helleu |
2016-12-13 | core, xfer: display more information on fork errors (issue #573) | Sébastien Helleu |
2016-08-20 | api: fix crash in function network_connect_to() if address is NULL (issue #781) | Sébastien Helleu |
2016-08-19 | api: fix connection to servers with hook_connect() on Windows 10 with Windows... | Sébastien Helleu |
2016-08-07 | core: irc, xfer: do not check return code of res_init() | Sébastien Helleu |
2016-08-07 | core, irc, xfer: add missing includes for function res_init() | Sébastien Helleu |
2016-08-07 | core/plugins: Use res_init before getaddrinfo. | Raghavendra Prabhu |
2016-05-27 | core, irc, xfer: display more information in memory allocation errors (issue ... | Sébastien Helleu |
2016-03-22 | core: add missing pointer argument in calls to hook_connect callback | Sébastien Helleu |
2016-03-21 | core: add pointer in some callbacks (closes #406) | Sébastien Helleu |
2016-01-01 | core: update copyright dates | Sébastien Helleu |
2015-12-10 | irc: add support of SNI in SSL connection to IRC server (closes #620) | Sébastien Helleu |
2015-07-18 | core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 on... | Sébastien Helleu |
2015-07-17 | core: fix format of comment | Sébastien Helleu |
2015-05-01 | core: fix compilation on Cygwin | Sébastien Helleu |
2015-04-30 | core: add comments after some #endif | Sébastien Helleu |
2015-01-21 | core: add gnutls version in #if compiler directives | Sébastien Helleu |
2015-01-01 | core: update copyright dates | Sébastien Helleu |
2014-03-16 | core: fix compilation on SmartOS (bug #40981, closes #23) | Sebastien Helleu |
2014-01-09 | xfer: add support of IPv6 for DCC chat/file (patch #7992) | Andrew Potter |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-09-19 | core: add support of secured data in proxy options username/password (evaluat... | Sebastien Helleu |
2013-07-27 | core: add secured data with optional encryption in file sec.conf | Sebastien Helleu |
2013-05-24 | core: fix compilation error when gnutls is not found | Sebastien Helleu |
2013-05-22 | core: fix compilation warnings | Sebastien Helleu |
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu |
2013-01-04 | core: fix compilation on OpenBSD (bug #38022) | Simon Kuhnle |
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-10-18 | core: fix gnutls warnings | stfn |
2012-10-17 | core: fix sendmsg/recvmsg on BSD/OSX by sending 1 byte of data (in hook_connect) | Simon Arlott |