summaryrefslogtreecommitdiff
path: root/src/irc/dcc/dcc-get.c
AgeCommit message (Expand)Author
2016-03-22Support quoted filenames in some /DCC commandsLemonBoy
2015-09-23dcc-get: close() the temp fd so we don't get ETXTBSY in ntfs mountsRobert C Jensen
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-06-22Replace deprecated g_basename with g_path_get_basename.David Hill
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2009-02-08Code Cleanup:Alexander Færøy
2008-05-19Remove some global variables used to store settings values, instead get theEmanuele Giaquinta
2007-10-29Fallback on rename also when errno is ENOSYS/EOPNOTSUPP becauseEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-04-25Fix DCC get when file size is 0, bug #494.Emanuele Giaquinta
2005-10-10Make the compiler happy by replacing 'const char *' by 'char *'.Valentin Batz
2005-03-06Fix memleak in dcc get, by Toby Peterson (Bug 214)Wouter Coekaerts
2004-03-23Passive DCC support by Francesco Fracassi (francesco.f at openssl.it)Timo Sirainen
2003-10-01Added DCC SERVER support by Mark TrumbullTimo Sirainen
2002-11-21Irssi now uses 64bit file offets if it's only supported by system. Also didTimo Sirainen
2002-10-14/SET dcc_file_create_mode wasn't used. Also print strerror() message ifTimo Sirainen
2002-05-26net_ip2host() and net_host2ip() now treat any IPv6 IPs as 0.0.0.0, if IPv6Timo Sirainen
2002-03-17fallback to rename() if link() isn't supported on the filesystem, so peopleTimo Sirainen
2002-02-10Correctly handle DCC GET write() failures.Timo Sirainen
2002-01-20Connection tag variable wasn't deinitialized, so when destroying a DCCTimo Sirainen
2002-01-17When creating a file for DCC download, make sure we won't run into any raceTimo Sirainen
2001-11-25/SET dcc_own_ip now affects also which interface irssi uses to connect toTimo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-03-04IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory andTimo 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-02-03DCC RESUME, DCC ACCEPT: we might have crashed with invalid parameters.Timo Sirainen
2001-01-18DCC cleanups - half rewrite. New features: file names with spaces workTimo Sirainen