Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-04 | irc: allow many fingerprints in server option ssl_fingerprint (closes #49) | Sébastien Helleu | |
2014-04-04 | irc: add option irc.look.item_channel_modes_hide_args (task #12070, task ↵ | Sébastien Helleu | |
#12163, closes #48) This option replaces the option irc.look.item_channel_modes_hide_key. It is now a string, so channel modes arguments can be hidden using many channel modes (or all, with "*"). | |||
2014-04-04 | core: add a message about key alt-c in /color buffer | Sébastien Helleu | |
2014-04-04 | irc: add option irc.color.item_nick_modes (closes #47) | Sébastien Helleu | |
2014-04-03 | core: add "hotlist" in completion of command "/buffer set" | Sébastien Helleu | |
2014-04-03 | core: close .upgrade files before deleting them after /upgrade | Sébastien Helleu | |
2014-04-03 | api: allow value "-1" for property "hotlist" in function buffer_set (to ↵ | Sébastien Helleu | |
remove a buffer from hotlist) | |||
2014-04-03 | exec: fix tag stdout/stderr used in command output | Sébastien Helleu | |
2014-04-03 | exec: remove comment | Sébastien Helleu | |
2014-04-03 | exec: kill all processes using an exec buffer that is being closed | Sébastien Helleu | |
2014-04-03 | exec: add examples with "tail -f" and "-kill" in /help exec | Sébastien Helleu | |
2014-04-03 | exec: display output of commands in real time, add options -flush/-noflush ↵ | Sébastien Helleu | |
in command /exec | |||
2014-04-03 | api: add option "buffer_flush" in function hook_process_hashtable | Sébastien Helleu | |
2014-04-03 | exec: display command output even if process is killed | Sébastien Helleu | |
2014-04-02 | trigger: add a comma in title of trigger monitor buffer | Sébastien Helleu | |
2014-04-02 | script: add commas in title of script buffer | Sébastien Helleu | |
2014-04-02 | core: use an integer for seconds in command /window bare <delay> | Sébastien Helleu | |
2014-04-01 | core: add default key alt-'-' to toggle filters in current buffer (closes #17) | Sébastien Helleu | |
2014-04-01 | trigger: add filter in trigger monitor buffer | Sébastien Helleu | |
The filter can be set with /trigger monitor <filter> or by entering data in the trigger monitor input. | |||
2014-03-31 | core: don't remove a buffer from hotlist if it's not visible (another merged ↵ | Sébastien Helleu | |
buffer is zoomed) | |||
2014-03-31 | core: add non-active merged buffers with activity in hotlist (if another ↵ | Sébastien Helleu | |
merged buffer is zoomed) (task #12845) There was a bug with "num_displayed" in buffers when they are merged and that one buffer is zoomed: now the num_displayed is > 0 for the active buffer, and it is set to 0 for all merged non-active buffers (only in case of zoom). A variable "zoomed" has been added in buffers to know if a buffer with this number is zoomed or not (possibly another buffer). | |||
2014-03-31 | core: fix refresh of bar item "buffer_zoom" on buffer switch | Sébastien Helleu | |
2014-03-30 | core: use seconds as float number for delay in command /window bare <delay> | Sébastien Helleu | |
2014-03-30 | irc: allow "$ident" in option irc.network.ban_mask_default (closes #18) | Sébastien Helleu | |
2014-03-30 | irc: add support of "away-notify" capability (closes #12) | Sébastien Helleu | |
2014-03-30 | exec: fix typo in /help exec | Sébastien Helleu | |
2014-03-30 | core: fix reset of attributes in bars when "resetcolor" is used (closes #41) | Sebastien Helleu | |
2014-03-29 | core: fix alignment of lines in merged buffers (closes #43) | Sebastien Helleu | |
The bug happened when options weechat.look.prefix_align and weechat.look.prefix_buffer_align are set to "none". | |||
2014-03-29 | core: quit WeeChat on signal SIGHUP, remove signal "signal_sighup" | Sebastien Helleu | |
2014-03-29 | core: add text search in buffers with free content (task #13051) | Sebastien Helleu | |
2014-03-27 | core: fix crash on /reload weechat | Sebastien Helleu | |
The problem was introduced in commit eef3b570752b974b87f5b189c89813f400f55a6e which was storing split commands inside keys themselves (for optimization). This causes a problem when weechat.conf is reloaded, because all keys are then deleted and created again, which removes the array of commands which is currently used. And then it leads to a crash of WeeChat. This commit reverts this behavior and the key commands are split when they are executed. | |||
2014-03-25 | core: skip and ignore color attributes before special names like "reset" in ↵ | Sebastien Helleu | |
gui_color_get_custom | |||
2014-03-25 | core: save/restore buffer property "clear" on /upgrade | Sebastien Helleu | |
2014-03-25 | core: save/restore buffer property "day_change" on /upgrade | Sebastien Helleu | |
2014-03-25 | exec: allow clear of new buffers with /buffer clear | Sebastien Helleu | |
2014-03-25 | core: add buffer property "clear" | Sebastien Helleu | |
2014-03-25 | exec: add options -nf and -cl/-nocl in command /exec | Sebastien Helleu | |
-nf: create a new buffer with free content -cl: clear new buffer -nocl: append in new buffer | |||
2014-03-24 | irc: fix notify message: "joined" -> "connected" | Sebastien Helleu | |
2014-03-22 | irc: replace "user" by "nick" in description of commands | Sebastien Helleu | |
2014-03-22 | irc: fix arguments in /help unquiet: at least one nick/host is required | Sebastien Helleu | |
2014-03-22 | irc: update description of some commands | Sebastien Helleu | |
2014-03-22 | irc: add command /unquiet (closes #36) | Sebastien Helleu | |
2014-03-21 | core: fix typo in /help command | Sebastien Helleu | |
2014-03-20 | api: add support of nested variables in function string_eval_expression and ↵ | Sebastien Helleu | |
command /eval (closes #35) | |||
2014-03-19 | core: fix add of filter on OS X when regex for message is empty (filter ↵ | Sebastien Helleu | |
regex ending with "\t") | |||
2014-03-19 | irc: fix typo in /help allpv | Sebastien Helleu | |
2014-03-19 | irc: add command /allpv (task #13111) | Sebastien Helleu | |
2014-03-19 | core: fix use of reserved C identifiers in headers (closes #31) | Sebastien Helleu | |
2014-03-19 | core: add key alt-j,alt-f to jump to first buffer, change command for jump ↵ | Sebastien Helleu | |
to last buffer New key alt-j,alt-f is bound by default to "/buffer -". The existing key alt-j,alt-l is now bound by default to "/buffer +". | |||
2014-03-18 | core: update the message displayed on crash | Sebastien Helleu | |
Add a reference to user's guide, do not ask user to send the crash log file any more (it may have private data and is not needed in most cases). |