index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
irc
/
dcc
/
dcc-get.c
Age
Commit message (
Expand
)
Author
2009-02-08
Code Cleanup:
Alexander Færøy
2008-05-19
Remove some global variables used to store settings values, instead get the
Emanuele Giaquinta
2007-10-29
Fallback on rename also when errno is ENOSYS/EOPNOTSUPP because
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2007-04-25
Fix DCC get when file size is 0, bug #494.
Emanuele Giaquinta
2005-10-10
Make the compiler happy by replacing 'const char *' by 'char *'.
Valentin Batz
2005-03-06
Fix memleak in dcc get, by Toby Peterson (Bug 214)
Wouter Coekaerts
2004-03-23
Passive DCC support by Francesco Fracassi (francesco.f at openssl.it)
Timo Sirainen
2003-10-01
Added DCC SERVER support by Mark Trumbull
Timo Sirainen
2002-11-21
Irssi now uses 64bit file offets if it's only supported by system. Also did
Timo Sirainen
2002-10-14
/SET dcc_file_create_mode wasn't used. Also print strerror() message if
Timo Sirainen
2002-05-26
net_ip2host() and net_host2ip() now treat any IPv6 IPs as 0.0.0.0, if IPv6
Timo Sirainen
2002-03-17
fallback to rename() if link() isn't supported on the filesystem, so people
Timo Sirainen
2002-02-10
Correctly handle DCC GET write() failures.
Timo Sirainen
2002-01-20
Connection tag variable wasn't deinitialized, so when destroying a DCC
Timo Sirainen
2002-01-17
When creating a file for DCC download, make sure we won't run into any race
Timo Sirainen
2001-11-25
/SET dcc_own_ip now affects also which interface irssi uses to connect to
Timo Sirainen
2001-11-02
Moved some stuff from irc to core. Added command_bind_proto() function to
Timo Sirainen
2001-03-04
IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and
Timo Sirainen
2001-02-19
Removed /SET dcc_block_size and /SET dcc_fast_send - fast send is now
Timo Sirainen
2001-02-10
DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins should
Timo Sirainen
2001-02-03
DCC RESUME, DCC ACCEPT: we might have crashed with invalid parameters.
Timo Sirainen
2001-01-18
DCC cleanups - half rewrite. New features: file names with spaces work
Timo Sirainen