mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Several fixes to work better with non-irssi clients, also fixed a potential
crash if sending a wrong PASS. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2210 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5bab99f096
commit
cb6e1286cd
4 changed files with 56 additions and 41 deletions
|
|
@ -33,15 +33,12 @@ typedef struct {
|
|||
extern GSList *proxy_listens;
|
||||
extern GSList *proxy_clients;
|
||||
|
||||
void plugin_proxy_setup_init(void);
|
||||
void plugin_proxy_setup_deinit(void);
|
||||
|
||||
void plugin_proxy_listen_init(void);
|
||||
void plugin_proxy_listen_deinit(void);
|
||||
void proxy_listen_init(void);
|
||||
void proxy_listen_deinit(void);
|
||||
|
||||
void proxy_settings_init(void);
|
||||
|
||||
void plugin_proxy_dump_data(CLIENT_REC *client);
|
||||
void proxy_dump_data(CLIENT_REC *client);
|
||||
|
||||
void proxy_outdata(CLIENT_REC *client, const char *data, ...);
|
||||
void proxy_outdata_all(IRC_SERVER_REC *server, const char *data, ...);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue