summaryrefslogtreecommitdiff
path: root/src/plugins/xfer/xfer.c
AgeCommit message (Expand)Author
2014-11-09Merge branch 'xfer_chat' of git://github.com/talisein/weechat-1 into talisein...Sébastien Helleu
2014-11-09xfer: fix commentsSébastien Helleu
2014-11-09xfer: return 0/1 instead of WEECHAT_RC_OK/ERROR in function xfer_resolve_addrSébastien Helleu
2014-08-20xfer: bind to wildcard address when sendingAndrew Potter
2014-08-19xfer: Use hook_connect() for receiving chatsAndrew Potter
2014-05-06xfer: fix problem with option xfer.file.auto_accept_nicks when the server nam...Sébastien Helleu
2014-03-13xfer: Don't use sockaddr_storage for address_lengthAndrew Potter
2014-03-11xfer: Fix xfer.network.own_ip behaviorAndrew Potter
2014-02-22xfer: remove dead assignment in function xfer_add_cbSebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-01-09xfer: add support of IPv6 for DCC chat/file (patch #7992)Andrew Potter
2014-01-06xfer: use same infolist for hook and signals (patch #7974)Andrew Potter
2014-01-06xfer: add option xfer.file.auto_check_crc32 (patch #7963)Sebastien Helleu
2014-01-02xfer: add "network" prefix for (dis)connection messages in xfer chat bufferSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-11-09xfer: load plugin even if options can not be read in xfer.conf (with warnings)Sebastien Helleu
2013-03-25xfer: add option xfer.file.auto_accept_nicks (patch #7962)Andrew Potter
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-01-24core: display error number and string in some network errorsSebastien 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-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 N...Sebastien Helleu
2012-10-18core: add option "-quit" for command /upgrade (save session and quit without ...Sebastien Helleu
2012-08-02core: update description of plugins and translate them in output of /pluginSebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-19xfer: display origin of xfer in core and xfer buffers (task #10956)Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-01-28Do not close chat buffers when removing xfer from list (bug #32271)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-10-31Remove unused variablesSebastien Helleu
2010-09-27Reset infolist item cursor in callbacks for signals sending infolist pointerSebastien Helleu
2010-09-17Add optional plugin name for command /debug dump and signal "debug_dump"Sebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-05-02Add function "string_expand_home" in plugin API, fix bug with replacement of ...Sebastien Helleu
2010-04-09Define WeeChat license as macro for C compiler, used in plugins to set licenseSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-17Fix bugs with xfer buffer after /upgradeSebastien Helleu
2010-02-02Add signal "xfer_ended" (patch #7081)Sebastien 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-11-22Fix crash when purging dcc chat if 2 dcc chat have same buffer (bug #28071)Sebastien Helleu
2009-09-20Add missing charset decoding/encoding for IRC DCC chat (bug #27482)Sebastien Helleu
2009-06-12Remove variable with "WeeChat required version" in plugins, do not compare ve...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