1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

irc: add option "ssl_priorities" in servers (task #10106, debian #624055)

This commit is contained in:
Sebastien Helleu
2011-04-28 12:29:56 +02:00
parent f4f90e85fb
commit f393d0a3d2
31 changed files with 378 additions and 75 deletions
@@ -3547,6 +3547,7 @@ weechat_python_api_hook_connect (PyObject *self, PyObject *args)
NULL, /* gnutls session */
NULL, /* gnutls callback */
0, /* gnutls DH key size */
NULL, /* gnutls priorities */
local_hostname,
&weechat_python_api_hook_connect_cb,
function,