summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-04-05core: fix restoration of core buffer properties after /upgradeSébastien Helleu
2014-04-05relay: add messages "_buffer_hidden" and "_buffer_unhidden"Sébastien Helleu
2014-04-05core: add hidden buffers, add options hide/unhide in command /bufferSébastien Helleu
2014-04-05core: fix completion of /buffer clearSébastien Helleu
2014-04-05core: fix "/buffer clear" with a name (don't clear all merged buffers with sa...Sébastien Helleu
2014-04-04core: fix evaluation of expression with regex when a comparison char is in th...Sébastien Helleu
2014-04-04irc: allow many fingerprints in server option ssl_fingerprint (closes #49)Sébastien Helleu
2014-04-04irc: add option irc.look.item_channel_modes_hide_args (task #12070, task #121...Sébastien Helleu
2014-04-04core: add a message about key alt-c in /color bufferSébastien Helleu
2014-04-04irc: add option irc.color.item_nick_modes (closes #47)Sébastien Helleu
2014-04-03core: add "hotlist" in completion of command "/buffer set"Sébastien Helleu
2014-04-03core: close .upgrade files before deleting them after /upgradeSébastien Helleu
2014-04-03api: allow value "-1" for property "hotlist" in function buffer_set (to remov...Sébastien Helleu
2014-04-03exec: fix tag stdout/stderr used in command outputSébastien Helleu
2014-04-03exec: remove commentSébastien Helleu
2014-04-03exec: kill all processes using an exec buffer that is being closedSébastien Helleu
2014-04-03exec: add examples with "tail -f" and "-kill" in /help execSébastien Helleu
2014-04-03exec: display output of commands in real time, add options -flush/-noflush in...Sébastien Helleu
2014-04-03api: add option "buffer_flush" in function hook_process_hashtableSébastien Helleu
2014-04-03exec: display command output even if process is killedSébastien Helleu
2014-04-02trigger: add a comma in title of trigger monitor bufferSébastien Helleu
2014-04-02script: add commas in title of script bufferSébastien Helleu
2014-04-02core: use an integer for seconds in command /window bare <delay>Sébastien Helleu
2014-04-01core: add default key alt-'-' to toggle filters in current buffer (closes #17)Sébastien Helleu
2014-04-01trigger: add filter in trigger monitor bufferSébastien Helleu
2014-03-31core: don't remove a buffer from hotlist if it's not visible (another merged ...Sébastien Helleu
2014-03-31core: add non-active merged buffers with activity in hotlist (if another merg...Sébastien Helleu
2014-03-31core: fix refresh of bar item "buffer_zoom" on buffer switchSébastien Helleu
2014-03-30core: use seconds as float number for delay in command /window bare <delay>Sébastien Helleu
2014-03-30irc: allow "$ident" in option irc.network.ban_mask_default (closes #18)Sébastien Helleu
2014-03-30irc: add support of "away-notify" capability (closes #12)Sébastien Helleu
2014-03-30exec: fix typo in /help execSébastien Helleu
2014-03-30core: fix reset of attributes in bars when "resetcolor" is used (closes #41)Sebastien Helleu
2014-03-29core: fix alignment of lines in merged buffers (closes #43)Sebastien Helleu
2014-03-29core: quit WeeChat on signal SIGHUP, remove signal "signal_sighup"Sebastien Helleu
2014-03-29core: add text search in buffers with free content (task #13051)Sebastien Helleu
2014-03-27core: fix crash on /reload weechatSebastien Helleu
2014-03-25core: skip and ignore color attributes before special names like "reset" in g...Sebastien Helleu
2014-03-25core: save/restore buffer property "clear" on /upgradeSebastien Helleu
2014-03-25core: save/restore buffer property "day_change" on /upgradeSebastien Helleu
2014-03-25exec: allow clear of new buffers with /buffer clearSebastien Helleu
2014-03-25core: add buffer property "clear"Sebastien Helleu
2014-03-25exec: add options -nf and -cl/-nocl in command /execSebastien Helleu
2014-03-24irc: fix notify message: "joined" -> "connected"Sebastien Helleu
2014-03-22irc: replace "user" by "nick" in description of commandsSebastien Helleu
2014-03-22irc: fix arguments in /help unquiet: at least one nick/host is requiredSebastien Helleu
2014-03-22irc: update description of some commandsSebastien Helleu
2014-03-22irc: add command /unquiet (closes #36)Sebastien Helleu
2014-03-21core: fix typo in /help commandSebastien Helleu
2014-03-20api: add support of nested variables in function string_eval_expression and c...Sebastien Helleu