summaryrefslogtreecommitdiff
path: root/src/core/wee-network.c
AgeCommit message (Collapse)Author
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 ↵Sebastien Helleu
"string_encode_base64" in plugin API, fix bug with base64 encoding New options for IRC servers: - sasl_mechanism (only "plain" for now) - sasl_username - sasl_password
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 ↵Sebastien Helleu
info in irc plugin if Diffie-Hellman prime sent by the server is not acceptable (not long enough)
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 ↵Sebastien Helleu
IRC server (CertFP) (task #7492) (patch from kolter)
2009-10-04Fix compilation under Cygwin (patch #6916)Sebastien Helleu
2009-03-27Fix SSL connection to some IRC servers using Diffie Hellman and small ↵Sebastien Helleu
exchange keys (bug #25996)
2009-03-06Add new hook type "process": launch command with fork and catch result ↵Sebastien Helleu
(rc/stdout/stderr) via callback
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 ↵Sebastien Helleu
server (task #6859)
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 ↵Sebastien Helleu
in list until one succeeds (bug #21473, debian bug #498610)
2008-09-22Return IPv4/IPv6 address to connect hook callback when connection is ok ↵Sebastien Helleu
(used by IRC plugin to display IP of IRC server)
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
initial commit, not working yet)