summaryrefslogtreecommitdiff
path: root/src/plugins/xfer/xfer-chat.c
AgeCommit message (Expand)Author
2021-05-16buflist, irc, xfer: do not translate "cleartext" in buffer local variable "tl...Sébastien Helleu
2021-05-16irc, buflist: add bar item "tls_version" with options for colors, add buflist...Andrew Potter
2021-01-02core: update copyright datesSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-08-13xfer: fix memory leak in case of memory error in xfer_chat_open_buffer()Sébastien Helleu
2016-06-18api: remove functions printf_date() and printf_tags()Sébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-05-18xfer: correctly use and parse \r\n line endings in CHAT (closes #425)Simmo Saan
2015-01-01core: update copyright datesSébastien Helleu
2014-01-09xfer: add support of IPv6 for DCC chat/file (patch #7992)Andrew Potter
2014-01-02xfer: add "network" prefix for (dis)connection messages in xfer chat bufferSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-07-11xfer: add option xfer.look.pv_tagsSebastien 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-01-08core: update copyright datesSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien 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-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-10-10Add tag "nick_xxx" in IRC messagesSebastien Helleu
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-04-03Add highlight word "$nick" instead of real nick in IRC and xfer pluginsSebastien Helleu
2010-01-29Fix crash when purging old xfer chats (bug #28764)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-09-20Add missing charset decoding/encoding for IRC DCC chat (bug #27482)Sebastien Helleu
2009-03-23Add new IRC modifiers: irc_color_decode/irc_color_encode, add IRC color suppo...Sebastien Helleu
2009-03-23Add nick completion in xfer dcc buffers, fix bug when opening xfer dcc buffer...Sebastien Helleu
2009-02-18Give file descriptor to callback of hook_fdSebastien Helleu
2009-02-17Add new local variable "type" for buffersSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).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