mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Passive DCC support by Francesco Fracassi (francesco.f at openssl.it)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3236 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2a12dfb9d0
commit
af4bcb70f2
11 changed files with 424 additions and 108 deletions
|
|
@ -24,6 +24,10 @@ typedef struct {
|
|||
#define dcc_is_waiting_user(dcc) \
|
||||
((dcc)->handle == NULL)
|
||||
|
||||
/* passive DCC */
|
||||
#define dcc_is_passive(dcc) \
|
||||
((dcc)->pasv_id >= 0)
|
||||
|
||||
extern GSList *dcc_conns;
|
||||
|
||||
void dcc_register_type(const char *type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue