aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/irc/irc-bar-item.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* irc: use constant GNUTLS_TLS1_3 only with GnuTLS >= 3.6.3Sébastien Helleu2021-05-171-0/+2
* core: update translations (issue #1622)Sébastien Helleu2021-05-161-0/+1
* irc, buflist: add bar item "tls_version" with options for colors, add buflist format "${format_tls_version}" (issue #1622)Andrew Potter2021-05-161-0/+64
* irc: add bar item "irc_nick_prefix"Sébastien Helleu2021-02-271-0/+53
* irc: fix separator between nick and host in bar item "irc_nick_host"Sébastien Helleu2021-02-271-1/+1
* core: update copyright datesSébastien Helleu2021-01-021-1/+1
* irc: add pointer "irc_nick" in hashtable sent to hook focus callback (closes #1535)Simmo Saan2020-07-211-2/+9
* irc: remove unused variable "modes" from function irc_bar_item_buffer_name_contentSébastien Helleu2020-03-151-5/+4
* core: update copyright datesSébastien Helleu2020-01-041-1/+1
* irc: rename server variable "nick_host" to "host"Sébastien Helleu2019-05-121-4/+4
* irc: add bar items "irc_nick", "irc_host" and "irc_nick_host"Sébastien Helleu2019-05-101-0/+109
* core: update copyright datesSébastien Helleu2019-01-011-1/+1
* core: use https for links to GNU GPL licenseSébastien Helleu2018-11-291-1/+1
* core: replace "long unsigned int" by "unsigned long"Sébastien Helleu2018-10-011-1/+1
* core: fix some stylesSébastien Helleu2018-01-071-1/+1
* core: update copyright datesSébastien Helleu2018-01-051-1/+1
* core: update copyright datesSébastien Helleu2017-01-011-1/+1
* core: add pointer in some callbacks (closes #406)Sébastien Helleu2016-03-211-20/+49
* core: move irc bar item "away" and two options to core (closes #692)Sébastien Helleu2016-02-151-55/+0
* core: update copyright datesSébastien Helleu2016-01-011-1/+1
* irc: fix update of lag item when the server lag changesSébastien Helleu2015-08-051-1/+0
* irc: remove lag item when a lag is displayed and new lag computed is exactly 0 millisecondsSébastien Helleu2015-08-041-0/+1
* core: update copyright datesSébastien Helleu2015-01-011-1/+1
* irc: open channel buffers before the JOIN is received from server (autojoin and manual joins) (closes #216)Sébastien Helleu2014-12-141-16/+55
* irc: use option irc.look.nick_mode_empty to display nick prefix in bar item "input_prompt"Sébastien Helleu2014-11-041-1/+2
* irc: reformat some code to make it more readableSébastien Helleu2014-11-011-3/+5
* irc: remove IRC color codes from buffer title in channels (closes #237)Sébastien Helleu2014-10-311-35/+0
* irc: fix refresh of bar item "irc_channel" after join/part/kick/kill (issue #86)Sébastien Helleu2014-05-231-0/+12
* core: add bar item "buffer_short_name" (task #10882)Sébastien Helleu2014-05-161-12/+45
* irc: add bar item "irc_nick_modes" (closes #71)Sébastien Helleu2014-05-151-0/+41
* irc: add option irc.look.item_channel_modes_hide_args (task #12070, task #12163, closes #48)Sébastien Helleu2014-04-041-8/+4
* irc: add option irc.color.item_nick_modes (closes #47)Sébastien Helleu2014-04-041-1/+1
* core: update copyright datesSebastien Helleu2014-01-011-1/+1
* core: add syntax "@buffer:item" in bar items to force the buffer used when displaying the bar item (task #12717)Sebastien Helleu2013-08-191-248/+222
* irc: add color in output of /names when result is on server buffer (channel not joined) (bug #38070)Sebastien Helleu2013-01-251-1/+1
* core: update copyright datesSebastien Helleu2013-01-011-1/+1
* core: move comments with description of C file to top of filesSebastien Helleu2012-12-151-4/+2
* core: reformat comments for functionsSebastien Helleu2012-12-131-12/+12
* irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes (task #12022)Sebastien Helleu2012-07-071-30/+68
* core: update copyright datesSebastien Helleu2012-01-081-1/+1
* irc: add case insensitive string comparison based on casemapping of server (rfc1459, strict-rfc1459, ascii) (bug #34239)Sebastien Helleu2011-11-121-2/+2
* core: remove unneeded whitespaceSebastien Helleu2011-10-261-58/+58
* irc: fix display of items "away" and "lag" in root bars, refresh all irc bar items on signal "buffer_switch" (bug #34466)Sebastien Helleu2011-10-041-0/+33
* core: add local variables of buffer in focus hashtable, remove irc_server/irc_channel from focus hashtable for nicklistSebastien Helleu2011-08-161-3/+1
* irc: rename host/server/channel to irc_host/irc_server/irc_channel in irc focus hashtable for nicklistSebastien Helleu2011-08-161-3/+3
* core: change priority of hook_focus "buffer_nicklist" in core (2000) and irc (1000)Sebastien Helleu2011-08-161-1/+1
* core: return info about line/word for chat area in focus hashtable, add keys m/q/Q to quote line in cursor mode, sort mouse keys by prioritySebastien Helleu2011-08-141-0/+3
* irc: add "server" and "channel" in hook_focus of bar item "buffer_nicklist"Sebastien Helleu2011-07-301-2/+4
* core: add mouse support (task #5435), free cursor movement, hook_focus, fix bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /bufferSebastien Helleu2011-07-261-0/+45
* irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a single option irc.color.nick_prefixes (task #10888)Sebastien Helleu2011-03-231-3/+2