summaryrefslogtreecommitdiff
path: root/src/core/wee-network.c
AgeCommit message (Expand)Author
2022-03-13core: set again TLS verification functions after GnuTLS options are changed (...Sébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-06-17core: add option "certs" in command /debugSébastien Helleu
2021-05-16core: set server name when connecting to server with TLS (SNI extension) only...Sébastien Helleu
2021-05-12core: improve options to load GnuTLS system/user CAs (closes #972)Sébastien Helleu
2021-05-11core: split WeeChat home in 4 directories, use XDG directories by default (is...Sébastien Helleu
2021-05-11core: evaluate option weechat.network.gnutls_ca_file (issue #1285)Sébastien Helleu
2021-05-04core: display a warning when the file with certificate authorities is not fou...Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-11-21core: increase buffer size in HTTP proxy connectionSébastien Helleu
2020-04-18core: make GnuTLS a required dependencySébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-03-31core: add documentation on command line debug options (in --help and man pages)Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for all links where secured http is supportedSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-18core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)Sébastien Helleu
2018-11-04api: add functions string_base_{encode,decode}, remove functions string_{enco...Sébastien Helleu
2018-11-02api: return integer in function string_encode_base64Sébastien Helleu
2018-05-22core: unhook TLS handshake fd before calling connect callbackSimon Arlott
2018-01-07core: fix some stylesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-12-13core, xfer: display more information on fork errors (issue #573)Sébastien Helleu
2016-08-20api: fix crash in function network_connect_to() if address is NULL (issue #781)Sébastien Helleu
2016-08-19api: fix connection to servers with hook_connect() on Windows 10 with Windows...Sébastien Helleu
2016-08-07core: irc, xfer: do not check return code of res_init()Sébastien Helleu
2016-08-07core, irc, xfer: add missing includes for function res_init()Sébastien Helleu
2016-08-07core/plugins: Use res_init before getaddrinfo.Raghavendra Prabhu
2016-05-27core, irc, xfer: display more information in memory allocation errors (issue ...Sébastien Helleu
2016-03-22core: add missing pointer argument in calls to hook_connect callbackSébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-12-10irc: add support of SNI in SSL connection to IRC server (closes #620)Sébastien Helleu
2015-07-18core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 on...Sébastien Helleu
2015-07-17core: fix format of commentSébastien Helleu
2015-05-01core: fix compilation on CygwinSébastien Helleu
2015-04-30core: add comments after some #endifSébastien Helleu
2015-01-21core: add gnutls version in #if compiler directivesSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-03-16core: fix compilation on SmartOS (bug #40981, closes #23)Sebastien Helleu
2014-01-09xfer: add support of IPv6 for DCC chat/file (patch #7992)Andrew Potter
2014-01-01core: update copyright datesSebastien Helleu
2013-09-19core: add support of secured data in proxy options username/password (evaluat...Sebastien Helleu
2013-07-27core: add secured data with optional encryption in file sec.confSebastien Helleu
2013-05-24core: fix compilation error when gnutls is not foundSebastien Helleu
2013-05-22core: fix compilation warningsSebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-01-04core: fix compilation on OpenBSD (bug #38022)Simon Kuhnle
2013-01-01core: update copyright datesSebastien Helleu