summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-color.c
AgeCommit message (Expand)Author
2014-03-15irc: add decoding of bright ANSI colors (90-97, 100-107)Sebastien Helleu
2014-03-15irc: add modifier "irc_color_decode_ansi"Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-04irc: remove function irc_color_decode_for_user_entrySebastien Helleu
2013-12-01irc: use color code 0x1F (ctrl-_) for underlined text in input line (same cod...Sebastien Helleu
2013-12-01irc: use color code 0x16 (ctrl-V) for reverse video in messagesSebastien Helleu
2013-12-01irc: check that string is not NULL in functions irc_color_{decode,decode_for_...Sebastien Helleu
2013-01-01core: update copyright datesSebastien 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-14irc: add comments in function irc_color_decodeSebastien Helleu
2012-11-09irc: fix crash when decoding IRC colors in strings (bug #37704)Sebastien Helleu
2012-04-03irc: use tag "prefix_nick_ccc" (where "ccc" is color of nick) in messages dis...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-05irc: add option irc.color.mirc_remap to remap mirc colors in messages to WeeC...Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-15core: add color attribute "|" and value "resetcolor" for function weechat_col...Sebastien Helleu
2011-06-28irc: fix bug with comma in irc color code: do not strip comma if it is not fo...Sebastien Helleu
2011-02-05Add color "gray", fix white background (use white instead of gray)Sebastien Helleu
2011-01-21Test return value of calls to sscanf functionSebastien Helleu
2011-01-01Update copyright datesSebastien 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-01-03Update copyright datesSebastien Helleu
2009-04-16Fix bug with modifier "irc_color_encode"Sebastien Helleu
2009-03-23Add new IRC modifiers: irc_color_decode/irc_color_encode, add IRC color suppo...Sebastien Helleu
2009-03-19Fix bugs with color in IRC topicsSebastien Helleu
2009-03-18Replace WeeChat color codes by "?" in incoming IRC messages (bug #25862)Sebastien Helleu
2009-03-07Fix bug with text attribute in IRC messages: toggle attribute instead of alwa...Sebastien Helleu
2009-02-07Fix bug in irc color decoding: reset color if color code is not followed by a...Sebastien Helleu
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-09-21Add IRC bar items (buffer name, lag indicator), use bar items from plugins wi...Sebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-04-30IRC colors reintroducedSebastien Helleu
2008-04-03Fixed display bug with /me command (IRC plugin)Sebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-23Check plugin version when loading it, to prevent crash when loading old pluginsSebastien Helleu
2008-02-02Use of sizeof(char) in all malloc/realloc for stringsSebastien Helleu
2008-01-09Partial migration of Perl plugin to new APISebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, replac...Sebastien Helleu
2007-12-09Changes in IRC plugin to use new APISebastien Helleu
2007-10-31Added/renamed some files, many changes in IRC sources for running as plugin (...Sebastien Helleu