summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-color.c
AgeCommit message (Expand)Author
2023-01-01core: update copyright datesSébastien Helleu
2022-12-19irc: return directly output of string_dyn_free without temporary variableSébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-08-25irc: add comments in functions irc_color_decode and irc_color_encodeSébastien Helleu
2020-08-23api: add argument "bytes" in function string_dyn_concatSébastien Helleu
2020-03-30irc: add missing modifier "irc_color_decode_ansi" in comment on function irc_...Sébastien Helleu
2020-02-07irc: remove nested switches in function irc_color_decode_ansi_cbSébastien Helleu
2020-02-05irc: use dynamic string in function irc_color_encodeSébastien Helleu
2020-02-05irc: replace realloc by dynamic string in function irc_color_decodeSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-10-01core: fix typos in commentsSébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-04-13api: return allocated string in hook_info callback and function info_getSébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-01-20irc: return IRC color code instead of WeeChat color code when decoding a too ...Sébastien Helleu
2019-01-20irc: fix encoding of italic attribute when colors are removedSé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-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-11-11irc: add infolist "irc_color_weechat"Sébastien Helleu
2014-11-11irc: add support for color codes 16-99 in IRC messages (closes #228) (patch f...Sébastien Helleu
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