irssi proxy: allow listening on unix sockets

This commit is contained in:
Lukas Mai 2016-02-24 19:00:31 +01:00
commit 8c1da2890c
5 changed files with 147 additions and 55 deletions

View file

@ -9,17 +9,18 @@
typedef struct {
int port;
char *port_or_path;
char *ircnet;
int tag;
GIOChannel *handle;
GSList *clients;
} LISTEN_REC;
typedef struct {
char *nick, *host;
int port;
char *nick, *addr;
NET_SENDBUF_REC *handle;
int recv_tag;
char *proxy_address;