mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
irssi proxy: allow listening on unix sockets
This commit is contained in:
parent
3fc7e4d4ea
commit
8c1da2890c
5 changed files with 147 additions and 55 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue