Age | Commit message (Expand) | Author |
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 |
2012-10-14 | api: connect with IPv6 by default in hook_connect (with fallback to IPv4), sh... | Simon Arlott |
2012-08-25 | core: fix IP address returned by hook_connect (return IP really used, not fir... | Sebastien Helleu |
2012-08-14 | core: add new plugin "script" (scripts manager, replacing scripts weeget.py a... | Sebastien Helleu |
2012-08-14 | core: add hidden command line options --no-gnutls and --no-gcrypt (no init/de... | Sebastien Helleu |
2012-08-08 | core: fix connection to host in child process when socket is non-blocking (wi... | Sebastien Helleu |
2012-08-06 | core: return error string to callback of hook_connect if getaddrinfo fails in... | Sebastien Helleu |
2012-07-27 | relay: add support of SSL (for irc and weechat protocols), new option relay.n... | Sebastien Helleu |
2012-06-01 | core: test return code when reading flags with fcntl (set flags to 0 if error) | Sebastien Helleu |
2012-03-23 | core: add a connection timeout for child process in hook_connect (bug #35966) | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-12-01 | core: remove obsolete comment | Sebastien Helleu |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-10-23 | core: enable background process under Cygwin to connect to servers, fix recon... | Sebastien Helleu |
2011-09-22 | core: remove compilation warnings about unused return values of functions | Sebastien Helleu |
2011-08-26 | core: replace deprecated gnutls function "gnutls_certificate_client_set_retri... | Sebastien Helleu |
2011-08-12 | core: fix too small buffer for encoded base64 string used to authenticate wit... | Sebastien Helleu |
2011-04-28 | irc: add option "ssl_priorities" in servers (task #10106, debian #624055) | Sebastien Helleu |
2011-03-07 | Fix build when gnutls library is not found | Sebastien Helleu |
2011-03-06 | Reload file with certificate authorities when option weechat.network.gnutls_c... | Sebastien Helleu |
2011-03-02 | Fix build with gnutls < 2.9.10 | Sebastien Helleu |
2011-03-02 | Fix verification of SSL certificates by calling gnutls verify callback (patch... | Gu1ll4um3r0m41n |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-11-19 | Fix high CPU usage during gnutls handshake | Sebastien Helleu |
2010-11-18 | Fix infinite loop on gnutls handshake when connecting with SSL to server on w... | Gu1ll4um3r0m41n |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-05-02 | Add function "string_expand_home" in plugin API, fix bug with replacement of ... | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-03-29 | Free some extra memory when exiting WeeChat | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-02-18 | Add mechanism DH-BLOWFISH for SASL authentication with IRC server | Sebastien Helleu |
2010-02-15 | Add SASL authentication in IRC plugin (task #8829), add function "string_enco... | Sebastien Helleu |
2010-01-24 | Remove evil tabs in sources | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-12-04 | Give GnuTLS return code to callback if handshake has failed, display extra in... | Sebastien Helleu |
2009-11-12 | Fix crash when calling "weechat-curses --help" | Sebastien Helleu |
2009-11-07 | Check SSL certificates and use self-signed certificate to auto identify on IR... | Sebastien Helleu |
2009-10-04 | Fix compilation under Cygwin (patch #6916) | Sebastien Helleu |
2009-03-27 | Fix SSL connection to some IRC servers using Diffie Hellman and small exchang... | Sebastien Helleu |
2009-03-06 | Add new hook type "process": launch command with fork and catch result (rc/st... | Sebastien Helleu |
2009-02-18 | Give file descriptor to callback of hook_fd | Sebastien Helleu |
2009-01-04 | Rename options in proxy structure | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC server... | Sebastien Helleu |
2008-11-17 | Re-enable proxy usage with rewrited network layer (closes bug #24562). | Emmanuel Bouthenot |
2008-11-07 | Fix bug with proxy connection | Sebastien Helleu |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu |
2008-09-22 | Fix network connection for hostnames resolving to several IPs: try all IPs in... | Sebastien Helleu |
2008-09-22 | Return IPv4/IPv6 address to connect hook callback when connection is ok (used... | Sebastien Helleu |