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