index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
irc
/
irc-color.c
Age
Commit message (
Expand
)
Author
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-08-25
irc: add comments in functions irc_color_decode and irc_color_encode
Sébastien Helleu
2020-08-23
api: add argument "bytes" in function string_dyn_concat
Sébastien Helleu
2020-03-30
irc: add missing modifier "irc_color_decode_ansi" in comment on function irc_...
Sébastien Helleu
2020-02-07
irc: remove nested switches in function irc_color_decode_ansi_cb
Sébastien Helleu
2020-02-05
irc: use dynamic string in function irc_color_encode
Sébastien Helleu
2020-02-05
irc: replace realloc by dynamic string in function irc_color_decode
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-10-01
core: fix typos in comments
Sébastien Helleu
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-04-13
api: return allocated string in hook_info callback and function info_get
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-01-20
irc: return IRC color code instead of WeeChat color code when decoding a too ...
Sébastien Helleu
2019-01-20
irc: fix encoding of italic attribute when colors are removed
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-03-21
core: add pointer in some callbacks (closes #406)
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-11-11
irc: add infolist "irc_color_weechat"
Sébastien Helleu
2014-11-11
irc: add support for color codes 16-99 in IRC messages (closes #228) (patch f...
Sébastien Helleu
2014-03-15
irc: add decoding of bright ANSI colors (90-97, 100-107)
Sebastien Helleu
2014-03-15
irc: add modifier "irc_color_decode_ansi"
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-12-04
irc: remove function irc_color_decode_for_user_entry
Sebastien Helleu
2013-12-01
irc: use color code 0x1F (ctrl-_) for underlined text in input line (same cod...
Sebastien Helleu
2013-12-01
irc: use color code 0x16 (ctrl-V) for reverse video in messages
Sebastien Helleu
2013-12-01
irc: check that string is not NULL in functions irc_color_{decode,decode_for_...
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-11-14
irc: add comments in function irc_color_decode
Sebastien Helleu
2012-11-09
irc: fix crash when decoding IRC colors in strings (bug #37704)
Sebastien Helleu
2012-04-03
irc: use tag "prefix_nick_ccc" (where "ccc" is color of nick) in messages dis...
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-11-05
irc: add option irc.color.mirc_remap to remap mirc colors in messages to WeeC...
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-10-15
core: add color attribute "|" and value "resetcolor" for function weechat_col...
Sebastien Helleu
2011-06-28
irc: fix bug with comma in irc color code: do not strip comma if it is not fo...
Sebastien Helleu
2011-02-05
Add color "gray", fix white background (use white instead of gray)
Sebastien Helleu
2011-01-21
Test return value of calls to sscanf function
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
2010-06-22
Update licenses and copyrights, add missing author names in sources
Sebastien Helleu
2010-04-08
Reformat and add comments for description of C sources
Sebastien Helleu
2010-01-03
Update copyright dates
Sebastien Helleu
2009-04-16
Fix bug with modifier "irc_color_encode"
Sebastien Helleu
2009-03-23
Add new IRC modifiers: irc_color_decode/irc_color_encode, add IRC color suppo...
Sebastien Helleu
2009-03-19
Fix bugs with color in IRC topics
Sebastien Helleu
[next]