mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
use starttls
This commit is contained in:
parent
9b02424f30
commit
51508ff1d3
13 changed files with 324 additions and 116 deletions
|
|
@ -31,6 +31,10 @@ server_create_conn(int chat_type, const char *dest, int port,
|
|||
const char *chatnet, const char *password,
|
||||
const char *nick);
|
||||
|
||||
SERVER_CONNECT_REC *server_create_conn_opt(int chat_type, const char *dest, int port,
|
||||
const char *chatnet, const char *password,
|
||||
const char *nick, GHashTable *optlist);
|
||||
|
||||
/* Find matching server from setup. Try to find record with a same port,
|
||||
but fallback to any server with the same address. */
|
||||
SERVER_SETUP_REC *server_setup_find(const char *address, int port,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue