mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +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
|
|
@ -20,6 +20,8 @@ int tagconn, tagread, tagwrite;
|
|||
time_t starttime; /* transfer start time */
|
||||
uoff_t transfd; /* bytes transferred */
|
||||
|
||||
int pasv_id; /* DCC Id for passive DCCs. <0 means a passive DCC, >=0 means a standard DCC */
|
||||
|
||||
unsigned int destroyed:1; /* We're about to destroy this DCC recond */
|
||||
|
||||
GHashTable *module_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue