aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/irc/irc-color.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: update copyright datesSébastien Helleu2021-01-021-1/+1
* irc: add comments in functions irc_color_decode and irc_color_encodeSébastien Helleu2020-08-251-0/+4
* api: add argument "bytes" in function string_dyn_concatSébastien Helleu2020-08-231-24/+27
* irc: add missing modifier "irc_color_decode_ansi" in comment on function irc_color_modifier_cbSébastien Helleu2020-03-301-3/+4
* irc: remove nested switches in function irc_color_decode_ansi_cbSébastien Helleu2020-02-071-61/+65
* irc: use dynamic string in function irc_color_encodeSébastien Helleu2020-02-051-21/+39
* irc: replace realloc by dynamic string in function irc_color_decodeSébastien Helleu2020-02-051-30/+10
* core: update copyright datesSébastien Helleu2020-01-041-1/+1
* core: fix typos in commentsSébastien Helleu2019-10-011-1/+1
* api: add argument "strip_items" in function string_splitSébastien Helleu2019-06-151-1/+1
* api: return allocated string in hook_info callback and function info_getSébastien Helleu2019-04-131-5/+25
* core: replace argument "keep_eol" by "flags" in function string_split (closes #1322)Sébastien Helleu2019-03-101-1/+5
* irc: return IRC color code instead of WeeChat color code when decoding a too short ANSI color sequenceSébastien Helleu2019-01-201-1/+1
* irc: fix encoding of italic attribute when colors are removedSébastien Helleu2019-01-201-0/+5
* core: update copyright datesSébastien Helleu2019-01-011-1/+1
* core: use https for links to GNU GPL licenseSébastien Helleu2018-11-291-1/+1
* core: update copyright datesSébastien Helleu2018-01-051-1/+1
* core: update copyright datesSébastien Helleu2017-01-011-1/+1
* core: add pointer in some callbacks (closes #406)Sébastien Helleu2016-03-211-2/+4
* core: update copyright datesSébastien Helleu2016-01-011-1/+1
* core: update copyright datesSébastien Helleu2015-01-011-1/+1
* irc: add infolist "irc_color_weechat"Sébastien Helleu2014-11-111-0/+34
* irc: add support for color codes 16-99 in IRC messages (closes #228) (patch from Nei)Sébastien Helleu2014-11-111-16/+28
* irc: add decoding of bright ANSI colors (90-97, 100-107)Sebastien Helleu2014-03-151-0/+28
* irc: add modifier "irc_color_decode_ansi"Sebastien Helleu2014-03-151-2/+378
* core: update copyright datesSebastien Helleu2014-01-011-1/+1
* irc: remove function irc_color_decode_for_user_entrySebastien Helleu2013-12-041-68/+0
* irc: use color code 0x1F (ctrl-_) for underlined text in input line (same code as messages) (bug #40756)Sebastien Helleu2013-12-011-5/+5
* irc: use color code 0x16 (ctrl-V) for reverse video in messagesSebastien Helleu2013-12-011-7/+5
* irc: check that string is not NULL in functions irc_color_{decode,decode_for_user_entry,encode}Sebastien Helleu2013-12-011-0/+9
* core: update copyright datesSebastien Helleu2013-01-011-1/+1
* core: move comments with description of C file to top of filesSebastien Helleu2012-12-151-4/+2
* core: reformat comments for functionsSebastien Helleu2012-12-131-18/+22
* irc: add comments in function irc_color_decodeSebastien Helleu2012-11-141-1/+14
* irc: fix crash when decoding IRC colors in strings (bug #37704)Sebastien Helleu2012-11-091-17/+49
* irc: use tag "prefix_nick_ccc" (where "ccc" is color of nick) in messages displayedSebastien Helleu2012-04-031-0/+14
* core: update copyright datesSebastien Helleu2012-01-081-1/+1
* irc: add option irc.color.mirc_remap to remap mirc colors in messages to WeeChat colorsSebastien Helleu2011-11-051-6/+20
* core: remove unneeded whitespaceSebastien Helleu2011-10-261-17/+17
* core: add color attribute "|" and value "resetcolor" for function weechat_color in plugin API (bug #34550)Sebastien Helleu2011-10-151-2/+2
* irc: fix bug with comma in irc color code: do not strip comma if it is not followed by a digit (bug #33662)Sebastien Helleu2011-06-281-9/+6
* Add color "gray", fix white background (use white instead of gray)Sebastien Helleu2011-02-051-1/+1
* Test return value of calls to sscanf functionSebastien Helleu2011-01-211-5/+11
* Update copyright datesSebastien Helleu2011-01-011-1/+1
* Update licenses and copyrights, add missing author names in sourcesSebastien Helleu2010-06-221-6/+6
* Reformat and add comments for description of C sourcesSebastien Helleu2010-04-081-1/+3
* Update copyright datesSebastien Helleu2010-01-031-1/+1
* Fix bug with modifier "irc_color_encode"Sebastien Helleu2009-04-161-1/+1
* Add new IRC modifiers: irc_color_decode/irc_color_encode, add IRC color support in xfer DCC chat (bug #25974)Sebastien Helleu2009-03-231-0/+28
* Fix bugs with color in IRC topicsSebastien Helleu2009-03-191-7/+1