summaryrefslogtreecommitdiff
path: root/src/plugins/xfer/xfer-dcc.c
AgeCommit message (Collapse)Author
2021-01-02core: update copyright datesSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-10-05xfer: add option xfer.file.download_temporary_suffix with default value ↵Sébastien Helleu
".part" (closes #1237)
2019-04-06xfer: add option xfer.network.speed_limit_recv (closes #269)Sébastien Helleu
For consistency, the option xfer.network.speed_limit has been renamed to xfer.network.speed_limit_send.
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-03-31xfer: fix code style and comments (issue #1171)Sébastien Helleu
2018-03-28xfer: add xfer.network.send_ack optionDominique Martinet
This option disables sending acks during transfer, leaving only the final ack, as would naturally happen if sending ack ever returns EWOULDBLOCK.
2018-03-28xfer: set TCP_NODELAY on recv sideDominique Martinet
This works around hangs where only a couple of bytes could be sent to the socket and retrying to send the last bytes of the ack never seem to work. Closes #1167.
2018-01-05core: update copyright datesSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-02-05xfer: ignore signals when polling socket during file receive (closes #677)Simmo Saan
When signals (e.g. SIGWINCH for terminal resize) are fired they cause poll to fail with EINTR, erroring file receival even when there wasn't a problem with it. This patch adds additional checks for EINTR and EAGAIN that cause retry of poll, since both are unrelated to actual file receival.
2016-01-01core: update copyright datesSébastien Helleu
2015-07-18xfer: fix crash if the DCC file socket number is too high (issue #465)Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-04-13xfer: fix freeze/problems when sending empty files with DCC (closes #53)Sébastien Helleu
2014-02-28xfer: replace constant by sizeof in a call to snprintfSebastien Helleu
2014-01-09xfer: add support of IPv6 for DCC chat/file (patch #7992)Andrew Potter
2014-01-06xfer: add option xfer.file.auto_check_crc32 (patch #7963)Sebastien Helleu
Thanks to Andrew Potter for the patch.
2014-01-01core: update copyright datesSebastien Helleu
2013-05-27xfer: fix compilation error on OpenBSDSimon Kuhnle
Signed-off-by: Simon Kuhnle <Simon.Kuhnle@cs.fau.de>
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-03-01xfer: fix typo in commentSebastien Helleu
2013-02-28xfer: fix freeze of DCC file received: use select() to read socket and if an ↵Sebastien Helleu
ACK send fails, silently ignore and disable ACK (except the last)
2013-02-26xfer: fix freeze of DCC file received: use non-blocking socket after ↵Sebastien Helleu
connection to sender and ensure the ACK is properly sent (bug #38340)
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-11-27xfer: display remote IP address for DCC chat/file (task #12289) (patch from ↵Sebastien Helleu
Nils Görs)
2012-11-27xfer: limit bytes received to file size (for DCC file received), fix crash ↵Sebastien Helleu
when displaying a xfer file with pos greater than size
2012-09-24xfer: fix DCC transfer error (bug #37432)Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-11-10Fix dcc file transfer for large files (more than 4 GB) on 32-bit systems ↵Sebastien Helleu
(bug #31531) This commit fixes another bug when file is sent: sometimes transfer was still active although file was successfully sent.
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-05-12Fix typo: transfert -> transferSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-12-19Fix bug with xfer transferts (IRC DCC): transfert ended abruptly when ↵Sebastien Helleu
terminal was resized
2008-11-23Add support for more than one proxy, with proxy selection for each IRC ↵Sebastien Helleu
server (task #6859)
2008-06-15Add speed limit for DCC files sending (task #6178)Sebastien Helleu
2008-05-02Fix compilation of xfer plugin on FreeBSDSebastien Helleu
2008-05-06IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ↵Sebastien Helleu
by /dcc command)
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ↵Sebastien Helleu
initial commit, not working yet)