Age | Commit message (Collapse) | Author |
|
(evaluate content)
|
|
|
|
|
|
|
|
|
|
File "sys/uio.h" needs to be included explicitly for use of "struct iovec" on OpenBSD.
Signed-off-by: Simon Kuhnle <simon@blarzwurst.de>
|
|
|
|
|
|
|
|
|
|
|
|
shuffle list of hosts for a same address (task #11205)
|
|
first IP for hostname)
|
|
and script.pl)
|
|
init/deinit of gnutls/crypt, useful for valgrind/electric-fence)
|
|
(with or without proxy)
|
|
in child process
|
|
relay.network.ssl_cert_key (task #12044)
|
|
|
|
|
|
|
|
|
|
|
|
reconnection problem (bug #34626)
The connection was not made with a fork() under Cygwin because the connect() in
child process was not working. This seems to be fixed in latest Cygwin, so this
hack has been removed and now a fork() is done for all systems.
|
|
|
|
"gnutls_certificate_client_set_retrieve_function" by new function "gnutls_certificate_set_retrieve_function" (gnutls >= 2.11.0)
|
|
with http proxy
|
|
|
|
|
|
weechat.network.gnutls_ca_file is changed
|
|
|
|
(patch #7459)
|
|
|
|
|
|
wrong port or server with SSL problems (bug #27487)
|
|
|
|
home in paths
|
|
|
|
|
|
|
|
|
|
"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
|
|
|
|
|
|
info in irc plugin if Diffie-Hellman prime sent by the server is not acceptable (not long enough)
|
|
|
|
IRC server (CertFP) (task #7492) (patch from kolter)
|
|
|
|
exchange keys (bug #25996)
|
|
(rc/stdout/stderr) via callback
|