use GIO resolver

change: rename resolve_prefer_ipv6 -> irssiproxy_prefer_ipv6
This commit is contained in:
Ailin Nemui 2025-07-27 20:06:10 +02:00
commit 51f2a4f7fb
18 changed files with 313 additions and 339 deletions

View file

@ -21,10 +21,8 @@ unsigned int no_reconnect:1; /* Don't reconnect to server */
NET_SENDBUF_REC *handle;
int readtag; /* input tag */
/* for net_gethostbyname_return() */
GIOChannel *connect_pipe[2];
GCancellable *connect_cancellable;
int connect_tag;
int connect_pid;
RAWLOG_REC *rawlog;
GHashTable *module_data;