Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-05 | core: add hidden buffers, add options hide/unhide in command /buffer | Sébastien Helleu | |
2014-04-04 | doc: update German auto-generated files | Sébastien Helleu | |
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 | irc: add option irc.color.item_nick_modes (closes #47) | 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-02 | doc: update German auto-generated files | 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: 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-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-27 | doc: update German auto-generated file with exec command | Sebastien Helleu | |
2014-03-27 | doc: update auto-generated files with hdata | 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-23 | doc: update German auto-generated files | 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 | doc: update German auto-generated files | Sebastien Helleu | |
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: 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 German translations | Sebastien Helleu | |
2014-03-17 | irc: fix typo in /help kickban | Sebastien Helleu | |
2014-03-17 | exec: don't use shell by default when executing commands (for security reasons) | Sebastien Helleu | |
It is possible to force shell by default with this command: /set exec.command.default_options "-sh" | |||
2014-03-17 | script: set option script.scripts.cache_expire to 1440 by default | Sebastien Helleu | |
2014-03-17 | doc: update German auto-generated files | Sebastien Helleu | |
2014-03-16 | exec: add example with option "-pipe" in /help exec | Sebastien Helleu | |
2014-03-16 | core: update translations | Sebastien Helleu | |
2014-03-16 | exec: add options "-pipe" and "-hsignal" in command /exec | Sebastien Helleu | |
2014-03-15 | exec: add examples in /help exec | Sebastien Helleu | |
2014-03-15 | exec: fix typo in /help exec | Sebastien Helleu | |
2014-03-15 | core: update translations | Sebastien Helleu | |
2014-03-07 | core: set option weechat.look.buffer_search_where to prefix_message by default | Sebastien Helleu | |
2014-03-07 | doc: update German auto-generated files | Sebastien Helleu | |
2014-03-06 | core: add option weechat.look.hotlist_add_conditions, remove option ↵ | Sebastien Helleu | |
weechat.look.hotlist_add_buffer_if_away | |||
2014-03-05 | relay: add info "relay_client_count" with optional status name as argument | Sebastien Helleu | |
Use in evaluated strings (for example in /eval or triggers): - "${info:relay_client_count}": total number of relay clients (any status) With a specific status: - "${info:relay_client_count,connecting}" - "${info:relay_client_count,waiting_auth}" - "${info:relay_client_count,connected}" - "${info:relay_client_count,auth_failed}" - "${info:relay_client_count,disconnected}" | |||
2014-03-04 | core: mute all buffers by default in command /mute (replace option -all by ↵ | Sebastien Helleu | |
-core) | |||
2014-03-04 | rmodifier: remove plugin (replaced by trigger) | Sebastien Helleu | |
2014-03-04 | doc: update German auto-generated files | Sebastien Helleu | |
2014-03-01 | trigger: fix typo in /help trigger | Sebastien Helleu | |
2014-03-01 | trigger: fix typo in /help trigger | Sebastien Helleu | |
2014-03-01 | trigger: make optional the alignment on second and max calls (in hook timer) | Sebastien Helleu | |