summaryrefslogtreecommitdiff
path: root/src/plugins/xfer
AgeCommit message (Expand)Author
2013-02-28xfer: fix freeze of DCC file received: use select() to read socket and if an ...Sebastien Helleu
2013-02-26xfer: fix freeze of DCC file received: use non-blocking socket after connecti...Sebastien Helleu
2013-01-24core: display error number and string in some network errorsSebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-25xfer: fix memory leak when refreshing xfer bufferSebastien 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-11-27xfer: limit bytes received to file size (for DCC file received), fix crash wh...Sebastien Helleu
2012-10-18core: add option "-quit" for command /upgrade (save session and quit without ...Sebastien Helleu
2012-09-24xfer: fix DCC transfer error (bug #37432)Sebastien Helleu
2012-08-02core: update description of plugins and translate them in output of /pluginSebastien Helleu
2012-07-27relay: add support of SSL (for irc and weechat protocols), new option relay.n...Sebastien Helleu
2012-06-01xfer: set O_NONBLOCK flag on socket using flags readSebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-27core: check pointer returned by function localtimeSebastien 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-10-25core: fix compilation error with "pid_t" on Mac OS X (bug #34639)Sebastien Helleu
2011-09-22core: remove compilation warnings about unused return values of functionsSebastien Helleu
2011-08-26core: use dynamic buffer size for calls to vsnprintfSebastien Helleu
2011-08-14core: add buffer property "short_name_is_set", return name if short name is n...Sebastien Helleu
2011-08-14xfer: set short name for xfer chat buffer (dcc chat) only if it was not set b...Sebastien Helleu
2011-06-15relay, xfer: display possible actions in buffer even if list is emptySebastien Helleu
2011-05-01xfer: remove unused variableSebastien Helleu
2011-04-15plugins: fix memory leaks when setting buffer callbacks after /upgrade (plugi...Sebastien Helleu
2011-02-04Improve arguments displayed in /help of commands, display all commands with s...Sebastien Helleu
2011-02-01Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (...Sebastien 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-12Fix dcc chat buffer name in xfer plugin (use irc server in name) (bug #29925)Sebastien Helleu
2010-11-12Remove obsolete comments in xfer pluginSebastien Helleu
2010-11-10Fix dcc file transfer for large files (more than 4 GB) on 32-bit systems (bug...Sebastien Helleu
2010-11-09Add note about "%h" replaced by WeeChat home in some optionsSebastien Helleu
2010-10-31Remove unused variablesSebastien Helleu
2010-10-10Add tag "nick_xxx" in IRC messagesSebastien 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-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-10Add some notes for translators in gettext filesSebastien 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-04-03Add highlight word "$nick" instead of real nick in IRC and xfer pluginsSebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-17Fix bugs with xfer buffer after /upgradeSebastien Helleu
2010-02-12Add description of arguments for API functions hook_info and hook_infolistSebastien Helleu
2010-02-02Add signal "xfer_ended" (patch #7081)Sebastien Helleu