Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-08-19 | core: add syntax "@buffer:item" in bar items to force the buffer used when ↵ | Sebastien Helleu | |
displaying the bar item (task #12717) | |||
2013-01-25 | irc: add color in output of /names when result is on server buffer (channel ↵ | Sebastien Helleu | |
not joined) (bug #38070) | |||
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-07-07 | irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes ↵ | Sebastien Helleu | |
(task #12022) | |||
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-11-12 | irc: add case insensitive string comparison based on casemapping of server ↵ | Sebastien Helleu | |
(rfc1459, strict-rfc1459, ascii) (bug #34239) | |||
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-10-04 | irc: fix display of items "away" and "lag" in root bars, refresh all irc bar ↵ | Sebastien Helleu | |
items on signal "buffer_switch" (bug #34466) | |||
2011-08-16 | core: add local variables of buffer in focus hashtable, remove ↵ | Sebastien Helleu | |
irc_server/irc_channel from focus hashtable for nicklist | |||
2011-08-16 | irc: rename host/server/channel to irc_host/irc_server/irc_channel in irc ↵ | Sebastien Helleu | |
focus hashtable for nicklist | |||
2011-08-16 | core: change priority of hook_focus "buffer_nicklist" in core (2000) and irc ↵ | Sebastien Helleu | |
(1000) | |||
2011-08-14 | core: return info about line/word for chat area in focus hashtable, add keys ↵ | Sebastien Helleu | |
m/q/Q to quote line in cursor mode, sort mouse keys by priority | |||
2011-07-30 | irc: add "server" and "channel" in hook_focus of bar item "buffer_nicklist" | Sebastien Helleu | |
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix ↵ | Sebastien Helleu | |
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer New features and bugs fixed: - mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse" - free movement of cursor: new command /cursor, new key context "cursor" - new hook_focus (used by cursor and mouse) - info "cursor_mode" - bugs fixed with key "^" - allow plugin name in /buffer name - fix bugs with bar windows: do not create bar windows for hidden bars - fix completion bug when two words for completion are equal but with different case - automatic scroll direction in /bar scroll (x/y is now optional) | |||
2011-03-23 | irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a ↵ | Sebastien Helleu | |
single option irc.color.nick_prefixes (task #10888) | |||
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-10-31 | Add extra checks on some pointers | Sebastien Helleu | |
2010-10-28 | Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX ↵ | Sebastien Helleu | |
value from message 005 | |||
2010-10-12 | Add new option irc.look.item_away_message | Sebastien Helleu | |
2010-07-06 | Improve 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-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-06-04 | Move options weechat.color.nicklist_prefix to irc plugin | Sebastien 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-29 | Fix bug with nick prefix '*' (chan founder) on some IRC servers (bug #29890) | Sebastien Helleu | |
2010-04-20 | Add new option irc.color.item_buffer_name_ssl (task #10339) | Sebastien Helleu | |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |
2010-03-26 | Add new option irc.look.part_closes_buffer to close buffer when /part is ↵ | Sebastien Helleu | |
issued on channel (task #10295) | |||
2010-02-06 | Display nick prefix in input_prompt only if channel is type "channel" (not ↵ | Sebastien Helleu | |
private) | |||
2010-02-06 | Fix bug with option irc.look.item_nick_prefix | Sebastien Helleu | |
2010-02-06 | Add option irc.look.item_nick_prefix, rename some IRC options for bar items | Sebastien Helleu | |
2010-02-03 | Add bar item "irc_channel" (IRC channel name without modes) | Sebastien Helleu | |
2010-02-02 | Add option irc.look.display_channel_modes_hide_key to hide channel key in ↵ | Sebastien Helleu | |
channel modes (bug #23961) | |||
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-06-23 | Add new option irc.color.item_channel_modes | Sebastien Helleu | |
2009-06-11 | Add option irc.look.item_display_server to display server with plugin or ↵ | Sebastien Helleu | |
name in status bar | |||
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu | |
2009-06-07 | Fix display problem with bar item "away" in IRC plugin | Sebastien Helleu | |
2009-05-28 | Add color for bar item "away" (irc.color.item_away) | Sebastien Helleu | |
2009-03-26 | Add new bar item "away" (now displayed by default in input bar) | Sebastien Helleu | |
2009-02-25 | Add option "irc.look.topic_strip_colors" to strip topic colors in buffer's ↵ | Sebastien Helleu | |
title bar (task #6030) | |||
2009-02-11 | Add irc and jabber options to display nick modes in input_prompt bar item | Sebastien Helleu | |
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2008-12-19 | Add sub-items in bars (items glued with "+" as separator instead of comma), ↵ | Sebastien Helleu | |
add buffer_number default bar item | |||
2008-12-15 | Add new bar filling types: columns_horizontal and columns_vertical | Sebastien Helleu | |
2008-11-29 | Add current_window function in plugin API, add window functions in english ↵ | Sebastien Helleu | |
developer guide | |||
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu | |
2008-10-24 | Fix display of IRC channel and private name in bar item | Sebastien Helleu | |
2008-10-23 | Add option to toggle display of IRC channel modes after buffer name in ↵ | Sebastien Helleu | |
status bar (irc.look.display_channel_modes) |