summaryrefslogtreecommitdiff
path: root/src/core/wee-network.c
AgeCommit message (Expand)Author
2011-04-28irc: add option "ssl_priorities" in servers (task #10106, debian #624055)Sebastien Helleu
2011-03-07Fix build when gnutls library is not foundSebastien Helleu
2011-03-06Reload file with certificate authorities when option weechat.network.gnutls_c...Sebastien Helleu
2011-03-02Fix build with gnutls < 2.9.10Sebastien Helleu
2011-03-02Fix verification of SSL certificates by calling gnutls verify callback (patch...Gu1ll4um3r0m41n
2011-01-01Update copyright datesSebastien Helleu
2010-11-19Fix high CPU usage during gnutls handshakeSebastien Helleu
2010-11-18Fix infinite loop on gnutls handshake when connecting with SSL to server on w...Gu1ll4um3r0m41n
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-05-02Add function "string_expand_home" in plugin API, fix bug with replacement of ...Sebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-29Free some extra memory when exiting WeeChatSebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-02-18Add mechanism DH-BLOWFISH for SASL authentication with IRC serverSebastien Helleu
2010-02-15Add SASL authentication in IRC plugin (task #8829), add function "string_enco...Sebastien Helleu
2010-01-24Remove evil tabs in sourcesSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-12-04Give GnuTLS return code to callback if handshake has failed, display extra in...Sebastien Helleu
2009-11-12Fix crash when calling "weechat-curses --help"Sebastien Helleu
2009-11-07Check SSL certificates and use self-signed certificate to auto identify on IR...Sebastien Helleu
2009-10-04Fix compilation under Cygwin (patch #6916)Sebastien Helleu
2009-03-27Fix SSL connection to some IRC servers using Diffie Hellman and small exchang...Sebastien Helleu
2009-03-06Add new hook type "process": launch command with fork and catch result (rc/st...Sebastien Helleu
2009-02-18Give file descriptor to callback of hook_fdSebastien Helleu
2009-01-04Rename options in proxy structureSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-11-23Add support for more than one proxy, with proxy selection for each IRC server...Sebastien Helleu
2008-11-17Re-enable proxy usage with rewrited network layer (closes bug #24562).Emmanuel Bouthenot
2008-11-07Fix bug with proxy connectionSebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien Helleu
2008-09-22Fix network connection for hostnames resolving to several IPs: try all IPs in...Sebastien Helleu
2008-09-22Return IPv4/IPv6 address to connect hook callback when connection is ok (used...Sebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-06-02Fix compilation bug when gnutls dev lib is not installedSebastien Helleu
2008-05-20Add hook_connect (background connection to peer)Sebastien Helleu
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ...Sebastien Helleu