summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-bar-item.c
AgeCommit message (Expand)Author
2015-08-05irc: fix update of lag item when the server lag changesSébastien Helleu
2015-08-04irc: remove lag item when a lag is displayed and new lag computed is exactly ...Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-12-14irc: open channel buffers before the JOIN is received from server (autojoin a...Sébastien Helleu
2014-11-04irc: use option irc.look.nick_mode_empty to display nick prefix in bar item "...Sébastien Helleu
2014-11-01irc: reformat some code to make it more readableSébastien Helleu
2014-10-31irc: remove IRC color codes from buffer title in channels (closes #237)Sébastien Helleu
2014-05-23irc: fix refresh of bar item "irc_channel" after join/part/kick/kill (issue #86)Sébastien Helleu
2014-05-16core: add bar item "buffer_short_name" (task #10882)Sébastien Helleu
2014-05-15irc: add bar item "irc_nick_modes" (closes #71)Sébastien Helleu
2014-04-04irc: add option irc.look.item_channel_modes_hide_args (task #12070, task #121...Sébastien Helleu
2014-04-04irc: add option irc.color.item_nick_modes (closes #47)Sébastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-08-19core: add syntax "@buffer:item" in bar items to force the buffer used when di...Sebastien Helleu
2013-01-25irc: add color in output of /names when result is on server buffer (channel n...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-07-07irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes (...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-12irc: add case insensitive string comparison based on casemapping of server (r...Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-04irc: fix display of items "away" and "lag" in root bars, refresh all irc bar ...Sebastien Helleu
2011-08-16core: add local variables of buffer in focus hashtable, remove irc_server/irc...Sebastien Helleu
2011-08-16irc: rename host/server/channel to irc_host/irc_server/irc_channel in irc foc...Sebastien Helleu
2011-08-16core: change priority of hook_focus "buffer_nicklist" in core (2000) and irc ...Sebastien Helleu
2011-08-14core: return info about line/word for chat area in focus hashtable, add keys ...Sebastien Helleu
2011-07-30irc: add "server" and "channel" in hook_focus of bar item "buffer_nicklist"Sebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-03-23irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a single...Sebastien Helleu
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 valu...Sebastien Helleu
2010-10-12Add new option irc.look.item_away_messageSebastien Helleu
2010-07-06Improve irc lag indicator: two colors (counting and finished), update item ev...Sebastien Helleu
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
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 issu...Sebastien Helleu
2010-02-06Display nick prefix in input_prompt only if channel is type "channel" (not pr...Sebastien Helleu
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 cha...Sebastien Helleu
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 name...Sebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu