summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-bar-item.c
AgeCommit message (Collapse)Author
2011-03-23irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a ↵Sebastien Helleu
single option irc.color.nick_prefixes (task #10888)
2011-01-01Update copyright datesSebastien Helleu
2010-10-31Add extra checks on some pointersSebastien Helleu
2010-10-28Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX ↵Sebastien Helleu
value from message 005
2010-10-12Add new option irc.look.item_away_messageSebastien Helleu
2010-07-06Improve irc lag indicator: two colors (counting and finished), update item ↵Sebastien Helleu
even when pong has not been received, lag_min_show is now in milliseconds
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-04Move options weechat.color.nicklist_prefix to irc pluginSebastien Helleu
Options renamed or removed: - weechat.color.nicklist_prefix1 renamed to irc.color.nick_prefix_op - weechat.color.nicklist_prefix2 renamed to irc.color.nick_prefix_halfop - weechat.color.nicklist_prefix3 renamed to irc.color.nick_prefix_voice - weechat.color.nicklist_prefix4 renamed to irc.color.nick_prefix_user - weechat.color.nicklist_prefix5 removed
2010-05-29Fix bug with nick prefix '*' (chan founder) on some IRC servers (bug #29890)Sebastien Helleu
2010-04-20Add new option irc.color.item_buffer_name_ssl (task #10339)Sebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-26Add new option irc.look.part_closes_buffer to close buffer when /part is ↵Sebastien Helleu
issued on channel (task #10295)
2010-02-06Display nick prefix in input_prompt only if channel is type "channel" (not ↵Sebastien Helleu
private)
2010-02-06Fix bug with option irc.look.item_nick_prefixSebastien Helleu
2010-02-06Add option irc.look.item_nick_prefix, rename some IRC options for bar itemsSebastien Helleu
2010-02-03Add bar item "irc_channel" (IRC channel name without modes)Sebastien Helleu
2010-02-02Add option irc.look.display_channel_modes_hide_key to hide channel key in ↵Sebastien Helleu
channel modes (bug #23961)
2010-01-03Update copyright datesSebastien Helleu
2009-06-23Add new option irc.color.item_channel_modesSebastien Helleu
2009-06-11Add option irc.look.item_display_server to display server with plugin or ↵Sebastien Helleu
name in status bar
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-06-07Fix display problem with bar item "away" in IRC pluginSebastien Helleu
2009-05-28Add color for bar item "away" (irc.color.item_away)Sebastien Helleu
2009-03-26Add new bar item "away" (now displayed by default in input bar)Sebastien Helleu
2009-02-25Add option "irc.look.topic_strip_colors" to strip topic colors in buffer's ↵Sebastien Helleu
title bar (task #6030)
2009-02-11Add irc and jabber options to display nick modes in input_prompt bar itemSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-12-19Add sub-items in bars (items glued with "+" as separator instead of comma), ↵Sebastien Helleu
add buffer_number default bar item
2008-12-15Add new bar filling types: columns_horizontal and columns_verticalSebastien Helleu
2008-11-29Add current_window function in plugin API, add window functions in english ↵Sebastien Helleu
developer guide
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-10-24Fix display of IRC channel and private name in bar itemSebastien Helleu
2008-10-23Add option to toggle display of IRC channel modes after buffer name in ↵Sebastien Helleu
status bar (irc.look.display_channel_modes)
2008-10-19Add color decoding in title for IRC channels (task #6030)Sebastien Helleu
2008-10-11Fix name of buffer in bar item for IRC channel when it is closed (kicked or ↵Sebastien Helleu
part done)
2008-10-10Fix channel modes in status bar item for IRC plugin (do not display ↵Sebastien Helleu
parenthesis when there's nothing to display inside)
2008-10-10Fix nick modes in input bar item for IRC plugin (do not display parenthesis ↵Sebastien Helleu
when there's nothing to display inside)
2008-10-02Fix bug with channel modes in buffer_name bar item (IRC plugin)Sebastien Helleu
2008-09-25Add nick modes in bar item "input_prompt" for IRC pluginSebastien Helleu
2008-09-24Option irc.look.one_server_buffer reintroduced (all IRC servers in one buffer)Sebastien Helleu
2008-09-22Fix display of away indicator in irc buffer name bar itemSebastien Helleu
2008-09-21Add away indicator in "buffer name" bar item (for IRC plugin)Sebastien Helleu
2008-09-21Add IRC bar items (buffer name, lag indicator), use bar items from plugins ↵Sebastien Helleu
with callback to core items if not found