Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-15 | exec: fix typo in /help exec | Sebastien Helleu | |
2014-03-15 | doc: add exec plugin in developer's guide | Sebastien Helleu | |
2014-03-15 | core: update translations | Sebastien Helleu | |
2014-03-15 | doc: fix IRC colors 14/15 in user's guide | Sebastien Helleu | |
2014-03-15 | irc: add modifier "irc_color_decode_ansi" | Sebastien Helleu | |
2014-03-15 | core: add modifier and infos to decode ANSI colors | Sebastien Helleu | |
New modifier: - color_decode_ansi: convert ANSI colors to WeeChat colors (or remove colors). New infos: - color_ansi_regex: regex used to parse ANSI colors in a string - color_term2rgb: convert a terminal color (0-255) to RGB - color_rgb2term: convert a RGB color to terminal color (0-255) | |||
2014-03-13 | api: add callback in function string_replace_regex | Sebastien Helleu | |
2014-03-11 | exec: add exec plugin | Sebastien Helleu | |
2014-03-11 | api: add option "detached" in function hook_process_hashtable | Sebastien Helleu | |
2014-03-11 | api: add support of case insensitive search and search by buffer full name ↵ | Sebastien Helleu | |
in function buffer_search (bug #34318) | |||
2014-03-11 | api: add option "signal" in function hook_set to send a signal to the child ↵ | Sebastien Helleu | |
process | |||
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-05 | relay: add signals "relay_client_xxx" for client status changes (closes #2) | Sebastien Helleu | |
New signals: - relay_client_connecting - relay_client_waiting_auth - relay_client_connected - relay_client_auth_failed - relay_client_disconnected | |||
2014-03-04 | Use asciidoc file ending for all asciidoc files | Tor Hveem | |
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-03 | doc: update links to git repositories (savannah -> github) | Sebastien Helleu | |
2014-03-02 | doc: add trigger example to colorize URLs | Sebastien Helleu | |
2014-03-02 | trigger: add variable "tg_notify" (notify level of a message, if different ↵ | Sebastien Helleu | |
from "none") | |||
2014-03-02 | doc: add trigger doc in user's guide | 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 | |
2014-02-28 | irc: evaluate content of server options "username" and "realname" | Sebastien Helleu | |
2014-02-28 | doc: update auto-generated files with WeeChat commands | Sebastien Helleu | |
2014-02-23 | relay: add option relay.network.clients_purge_delay | Sebastien Helleu | |
2014-02-23 | doc: add chapter about bare display in user's guide | Sebastien Helleu | |
2014-02-23 | doc: fix typo in a link (user's guide) | Sebastien Helleu | |
2014-02-23 | doc: add missing nicks in screen examples (user's guide) | Sebastien Helleu | |
2014-02-22 | irc: set option irc.network.autoreconnect_delay_max to 600 by default, ↵ | Sebastien Helleu | |
increase max value to 604800 seconds (7 days) | |||
2014-02-21 | core: update translations | Sebastien Helleu | |
2014-02-21 | Merge branch 'trigger' | Sebastien Helleu | |
2014-02-20 | irc: add note about option irc.network.whois_double_nick in /help whois | Sebastien Helleu | |
2014-02-20 | core: add option "-beep" in command /print | Sebastien Helleu | |
2014-02-19 | core: add missing option "rename" in /help filter and in command completion | Sebastien Helleu | |
2014-02-18 | doc: add chapter about secured data in user's guide | Sebastien Helleu | |
2014-02-18 | doc: fix some title levels in Japanese user's guide | Sebastien Helleu | |
2014-02-17 | core: allow empty arguments for command /print | Sebastien Helleu | |
2014-02-16 | core: add bare display mode (for easy text selection and click on URLs) | Sebastien Helleu | |
New key: alt+"!", to swith to bare display (same key to come back to standard display). New options: - weechat.look.bare_display_exit_on_input (default: on): by default any changes in input will return to standard display - weechat.look.bare_display_time_format (default: "%H:%M"): the format of time used in bare display. | |||
2014-02-15 | doc: fix typo in prototypes of functions hashtable_map/hashtable_map_string ↵ | Sebastien Helleu | |
(plugin API reference) | |||
2014-02-15 | core: move function string_replace before string_replace_regex | Sebastien Helleu | |
2014-02-15 | doc: add trigger plugin in docgen.py | Sebastien Helleu | |
2014-02-15 | trigger: add file trigger.conf in man page | Sebastien Helleu | |
2014-02-15 | trigger: add trigger plugin in developer's guide | Sebastien Helleu | |
2014-02-14 | doc: add function string_convert_escaped_chars in plugin API reference | Sebastien Helleu | |
2014-02-14 | doc: add function string_split_shell in plugin API reference | Sebastien Helleu | |