index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
xfer
/
xfer-dcc.c
Age
Commit message (
Expand
)
Author
2019-04-06
xfer: add option xfer.network.speed_limit_recv (closes #269)
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-03-31
xfer: fix code style and comments (issue #1171)
Sébastien Helleu
2018-03-28
xfer: add xfer.network.send_ack option
Dominique Martinet
2018-03-28
xfer: set TCP_NODELAY on recv side
Dominique Martinet
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-02-05
xfer: ignore signals when polling socket during file receive (closes #677)
Simmo Saan
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-07-18
xfer: fix crash if the DCC file socket number is too high (issue #465)
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-04-13
xfer: fix freeze/problems when sending empty files with DCC (closes #53)
Sébastien Helleu
2014-02-28
xfer: replace constant by sizeof in a call to snprintf
Sebastien Helleu
2014-01-09
xfer: add support of IPv6 for DCC chat/file (patch #7992)
Andrew Potter
2014-01-06
xfer: add option xfer.file.auto_check_crc32 (patch #7963)
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-05-27
xfer: fix compilation error on OpenBSD
Simon Kuhnle
2013-03-17
core: fix typos in many comments and some strings
Sebastien Helleu
2013-03-01
xfer: fix typo in comment
Sebastien Helleu
2013-02-28
xfer: fix freeze of DCC file received: use select() to read socket and if an ...
Sebastien Helleu
2013-02-26
xfer: fix freeze of DCC file received: use non-blocking socket after connecti...
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-11-27
xfer: display remote IP address for DCC chat/file (task #12289) (patch from N...
Sebastien Helleu
2012-11-27
xfer: limit bytes received to file size (for DCC file received), fix crash wh...
Sebastien Helleu
2012-09-24
xfer: fix DCC transfer error (bug #37432)
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
2010-11-10
Fix dcc file transfer for large files (more than 4 GB) on 32-bit systems (bug...
Sebastien Helleu
2010-06-22
Update licenses and copyrights, add missing author names in sources
Sebastien Helleu
2010-04-08
Reformat and add comments for description of C sources
Sebastien Helleu
2010-03-19
Reformat multi-line comments
Sebastien Helleu
2010-01-03
Update copyright dates
Sebastien Helleu
2009-05-12
Fix typo: transfert -> transfer
Sebastien Helleu
2009-01-03
Update copyright dates
Sebastien Helleu
2008-12-19
Fix bug with xfer transferts (IRC DCC): transfert ended abruptly when termina...
Sebastien Helleu
2008-11-23
Add support for more than one proxy, with proxy selection for each IRC server...
Sebastien Helleu
2008-06-15
Add speed limit for DCC files sending (task #6178)
Sebastien Helleu
2008-05-02
Fix compilation of xfer plugin on FreeBSD
Sebastien Helleu
2008-05-06
IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ...
Sebastien Helleu
2008-05-04
Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ...
Sebastien Helleu