1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 09:13:14 +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
@@ -3856,6 +3856,7 @@ weechat_ruby_api_hook_connect (VALUE class, VALUE proxy, VALUE address,
NULL, /* gnutls session */
NULL, /* gnutls callback */
0, /* gnutls DH key size */
NULL, /* gnutls priorities */
c_local_hostname,
&weechat_ruby_api_hook_connect_cb,
c_function,