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
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
2009-03-18
Replace WeeChat color codes by "?" in incoming IRC messages (bug #25862)
Sebastien Helleu
2009-03-07
Fix bug with text attribute in IRC messages: toggle attribute instead of alwa...
Sebastien Helleu
2009-02-07
Fix bug in irc color decoding: reset color if color code is not followed by a...
Sebastien Helleu
2009-01-15
Add Jabber plugin (alpha version, many Jabber features are missing)
Sebastien Helleu
2009-01-03
Update copyright dates
Sebastien Helleu
2008-09-21
Add IRC bar items (buffer name, lag indicator), use bar items from plugins wi...
Sebastien Helleu
2008-06-03
Add "const" keyword for some "char *" function arguments (core and plugins API)
Sebastien Helleu
2008-04-30
IRC colors reintroduced
Sebastien Helleu
2008-04-03
Fixed display bug with /me command (IRC plugin)
Sebastien Helleu
2008-03-23
Removed sizeof(char) and useless type casts from void* to another pointer typ...
Sebastien Helleu
[next]