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-send.c
Age
Commit message (
Expand
)
Author
2015-11-09
Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible.
LemonBoy
2014-09-11
source cleanup: remove trailing whitespaces
Michael Vetter
2014-06-22
Replace deprecated g_basename with g_path_get_basename.
David Hill
2014-06-20
Do not break strict-aliasing rules.
David Hill
2014-06-10
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.
David Hill
2010-02-27
Use servertag from the active DCC chat when not connected anymore to the IRC ...
Wouter Coekaerts
2007-07-26
Fix typo.
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2007-01-08
Remove dcc_queue_add_passive, use instead another argument in dcc_queue_add t...
Emanuele Giaquinta
2006-03-26
Removed all srand calls and added a single srand invokation in at startup
Jochen Eisinger
2005-03-07
Don't use a retarted ip for passive DCC
Wouter Coekaerts
2004-08-19
/DCC SEND didn't actually use /SET dcc_upload_path
Timo Sirainen
2004-03-23
Passive DCC support by Francesco Fracassi (francesco.f at openssl.it)
Timo Sirainen
2003-11-16
Don't crash with /DCC SEND nick ""
Timo Sirainen
2002-11-21
Irssi now uses 64bit file offets if it's only supported by system. Also did
Timo Sirainen
2002-11-19
/SET dcc_send_replace_space_with_underscore ON was buggy.
Timo Sirainen
2002-11-17
Less strict error checking, and notify about every error we do see.
Timo Sirainen
2002-11-17
If /DCC SEND file isn't found, complain about it
Timo Sirainen
2002-11-11
Fixes to allow -append and -prepend work when there's only one file being
Timo Sirainen
2002-11-11
DCC send supports now queueing. Patch by Heikki Orsila <heikki@ee.tut.fi>,
Timo Sirainen
2002-05-12
irssi didn't notice if DCC send connection died.
Timo Sirainen
2002-04-23
warning fix
Timo Sirainen
2002-04-18
/SET dcc_send_replace_space_with_underscore - patch by nix@suhs.nu
Timo Sirainen
2002-04-10
Fixed one error and several warnings with GLIB 2.0
Timo Sirainen
2002-01-20
Connection tag variable wasn't deinitialized, so when destroying a DCC
Timo Sirainen
2001-11-19
If /SET dcc_upload_path is empty, we should use the current directory, not
Timo Sirainen
2001-11-02
Moved some stuff from irc to core. Added command_bind_proto() function to
Timo Sirainen
2001-05-11
added "dcc request send" signal - irssi now prints "DCC CHAT/SEND request
Timo Sirainen
2001-05-11
"dcc error file not found" -> "dcc error file open". Print the actual error
Timo Sirainen
2001-02-28
fixed some signed/unsigned issues
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-01-18
DCC cleanups - half rewrite. New features: file names with spaces work
Timo Sirainen