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
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