summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵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-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-03doc: add example to set charset for whole IRC server (user's guide)Sébastien Helleu
2014-04-03doc: update style for commandsSé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-03doc: add value "-1" for property "hotlist" in function buffer_set (plugin ↵Sébastien Helleu
API reference)
2014-04-03api: allow value "-1" for property "hotlist" in function buffer_set (to ↵Sébastien Helleu
remove a buffer from hotlist)
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 ↵Sébastien Helleu
in command /exec
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-02doc: update German auto-generated filesSébastien Helleu
2014-04-02core: update German translationnils_2
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-01doc: update style for keys in docsSébastien Helleu
2014-04-01core: add default key alt-'-' to toggle filters in current buffer (closes #17)Sébastien Helleu
2014-04-01core: fix typo in a French translationSébastien Helleu
2014-04-01trigger: add filter in trigger monitor bufferSébastien Helleu
The filter can be set with /trigger monitor <filter> or by entering data in the trigger monitor input.
2014-03-31core: don't remove a buffer from hotlist if it's not visible (another merged ↵Sébastien Helleu
buffer is zoomed)
2014-03-31core: 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-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
The bug happened when options weechat.look.prefix_align and weechat.look.prefix_buffer_align are set to "none".
2014-03-29doc: update Japanese auto-generated filesSebastien Helleu
2014-03-29Merge pull request #44 from l/translation_jaSébastien Helleu
core: update Japanese translations
2014-03-30core: update Japanese translationsAYANOKOUZI, Ryuunosuke
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-28doc: remove tags "translation missing" in french FAQSebastien Helleu
2014-03-28doc: add question about terminal focus in FAQSebastien Helleu
2014-03-27doc: update German auto-generated file with exec commandSebastien Helleu
2014-03-27doc: update auto-generated files with hdataSebastien Helleu
2014-03-27core: update German translationsnils_2
2014-03-27core: fix crash on /reload weechatSebastien 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-26doc: use command /script in question about installation of scripts (FAQ)Sebastien Helleu
2014-03-26doc: add command to install script buffers.pl (FAQ)Sebastien Helleu
2014-03-26doc: add link to WeeChat doc page (FAQ)Sebastien Helleu
2014-03-25doc: replace links to weechat.org/scripts by command "/script search" (FAQ)Sebastien Helleu