summaryrefslogtreecommitdiff
path: root/src/plugins/xfer/xfer.h
AgeCommit message (Expand)Author
2017-01-13tests: fix compilation of tests on FreeBSD 11Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-04-30core: add comments after some #endifSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-08-19xfer: Use hook_connect() for receiving chatsAndrew Potter
2014-03-19core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu
2014-03-13xfer: Don't use sockaddr_storage for address_lengthAndrew Potter
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
2014-01-01core: update copyright datesSebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-02-26xfer: fix freeze of DCC file received: use non-blocking socket after connecti...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-17xfer: add missing tags in DCC chat messages: nick_xxx, prefix_nick_ccc, logNSebastien Helleu
2012-11-27xfer: display remote IP address for DCC chat/file (task #12289) (patch from N...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-25core: fix compilation error with "pid_t" on Mac OS X (bug #34639)Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-11-10Fix dcc file transfer for large files (more than 4 GB) on 32-bit systems (bug...Sebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-01-18Add color for nicks in xfer chat (DCC chat), add missing command /me in xfer ...Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-09-20Add missing charset decoding/encoding for IRC DCC chat (bug #27482)Sebastien Helleu
2009-05-12Fix typo: transfert -> transferSebastien Helleu
2009-03-23Add nick completion in xfer dcc buffers, fix bug when opening xfer dcc buffer...Sebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-11-23Add support for more than one proxy, with proxy selection for each IRC server...Sebastien Helleu
2008-11-02Remove debug plugin (merged to core), new debug variable for each plugin (no ...Sebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-09-02Add new hooks in plugins: info (fifo_filename) and infolists (alias, logger_b...Sebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-05-06IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ...Sebastien Helleu
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ...Sebastien Helleu