Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-09 | core: add "POSIX extended" in description of options/commands/functions ↵ | Sebastien Helleu | |
using regular expressions | |||
2014-01-09 | core: update translations | Sebastien Helleu | |
2014-01-06 | xfer: add option xfer.file.auto_check_crc32 (patch #7963) | Sebastien Helleu | |
Thanks to Andrew Potter for the patch. | |||
2014-01-02 | xfer: add "network" prefix for (dis)connection messages in xfer chat buffer | Sebastien Helleu | |
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-12-30 | core: rename option "add" to "store" in command /layout | Sebastien Helleu | |
2013-12-24 | irc: fix typo in /help irc.look.highlight_{channel|pv|server} | Sebastien Helleu | |
2013-12-18 | core: add support of UTF-8 chars in horizontal/vertical separators | Sebastien Helleu | |
2013-12-18 | core: add option weechat.look.window_auto_zoom, disable automatic zoom by ↵ | Sebastien Helleu | |
default when terminal becomes too small for windows | |||
2013-12-16 | irc: add option irc.look.smart_filter_mode (task #12499) | Sebastien Helleu | |
2013-12-15 | core: fix some translation of "tags" in french | Sebastien Helleu | |
2013-12-15 | core: add buffer property "highlight_tags_restrict", rename option ↵ | Sebastien Helleu | |
irc.look.highlight_tags to irc.look.highlight_tags_restrict The buffer property "highlight_tags" is renamed to "highlight_tags_restrict". New behavior for buffer property "highlight_tags": force highlight on tags. Option irc.look.highlight_tags is renamed to irc.look.highlight_tags_restrict. | |||
2013-12-14 | core: add note about support of "*" for tags in /help filter | Sebastien Helleu | |
2013-12-14 | core: add logical "and" between tags in filters, weechat.look.highlight_tags ↵ | Sebastien Helleu | |
and buffer property "highlight_tags" The logical "and" is made with the separator "+". Example: "irc_notice+nick_toto,nick_test" will match a notice from nick "toto" or any message from nick "test". | |||
2013-12-13 | core: rename options save/reset to add/del in command /layout | Sebastien Helleu | |
The "save" option does not save to disk (so it was a bit confusing with /save command); therefore it is renamed to "add". The "reset" option does not really reset but delete things in the layout (or the layout itself); therefore it is renamed to "del" (for consistency, like other commands in WeeChat core and plugins). | |||
2013-12-11 | irc: display mask of ignore deleted with /ignore del | Sebastien Helleu | |
2013-12-11 | core: update translations | Sebastien Helleu | |
2013-12-11 | irc: add note about command /disconnect in /help connect | Sebastien Helleu | |
2013-12-07 | irc: rename option irc.look.ban_mask_default to irc.network.ban_mask_default | Sebastien Helleu | |
2013-12-07 | irc: add option irc.look.ban_mask_default (bug #26571) | Sebastien Helleu | |
2013-12-07 | irc: improve /help of command/command_delay/autojoin options in servers | Sebastien Helleu | |
2013-12-06 | irc: add option irc.network.lag_max | Sebastien Helleu | |
2013-12-01 | core: add missing access to hdata "buffer_visited" | Sebastien Helleu | |
2013-11-26 | irc: suggest lower values for option irc.server.xxx.ssl_dhkey_size after SSL ↵ | Sebastien Helleu | |
error GNUTLS_E_DH_PRIME_UNACCEPTABLE | |||
2013-11-17 | core: add option "libs" for command /debug, add signal "debug_libs" | Sebastien Helleu | |
2013-11-09 | core: rename option weechat.look.set_title to weechat.look.window_title ↵ | Sebastien Helleu | |
(evaluated string) | |||
2013-11-09 | core: add infos "term_width" and "term_height" | Sebastien Helleu | |
2013-11-09 | api: add support of infos with format `${info:name,arguments}` in function ↵ | Sebastien Helleu | |
string_eval_expression and command /eval | |||
2013-11-09 | core: add bar item "buffer_zoom", add signals "buffer_{zoomed|unzoomed}" ↵ | Sebastien Helleu | |
(patch #8204) (patch from Nils Görs) | |||
2013-11-09 | core: update translations | Sebastien Helleu | |
2013-11-09 | core: improve error message when a .conf file can not be read, add a second ↵ | Sebastien Helleu | |
warning about default values used | |||
2013-11-02 | core: add support of italic text (requires ncurses >= 5.9 patch 20130831) | Sebastien Helleu | |
2013-10-20 | core: fix typo in /help weechat.history.max_buffer_lines_number | Sebastien Helleu | |
2013-10-20 | core: fix typo in /help weechat.history.max_buffer_lines_minutes | Sebastien Helleu | |
2013-10-20 | core: add warning about value 0 in help of some history options | Sebastien Helleu | |
Options affected: - weechat.history.max_buffer_lines_minutes - weechat.history.max_buffer_lines_number - weechat.history.max_commands | |||
2013-10-20 | doc: fix layout of HTML docs when they are printed | Sebastien Helleu | |
Some long lines in docs were causing a zoom, and then the text font was smaller than it should be. Some styles have been fixed to remove the zoom and keep the original ratio. | |||
2013-10-08 | irc: add option irc.look.notice_welcome_tags | Sebastien Helleu | |
2013-10-08 | irc: add server option "default_msg_kick" to customize default kick/kickban ↵ | Sebastien Helleu | |
message (task #12777) (patch from Nils Görs) | |||
2013-10-06 | core: remove version from field "Project-Id-Version" in gettext files | Sebastien Helleu | |
2013-10-06 | core: add options to customize default text search in buffers | Sebastien Helleu | |
New options: - weechat.look.buffer_search_case_sensitive (boolean, off by default) - weechat.look.buffer_search_force_default (boolean, off by default) - weechat.look.buffer_search_regex (boolean, off by default) - weechat.look.buffer_search_where (prefix, message (by default), prefix_message) | |||
2013-10-06 | irc: improve help of server option "autojoin" | Sebastien Helleu | |
2013-10-06 | Version 0.4.3-dev | Sebastien Helleu | |
2013-10-06 | Version 0.4.2 | Sebastien Helleu | |
2013-09-30 | core: update italian translations | Marco Paolone | |
2013-09-20 | Version 0.4.2-rc2 | Sebastien Helleu | |
2013-09-20 | irc: add extra info in /help irc.look.smart_filter_delay | Sebastien Helleu | |
2013-09-20 | core: add proxy options username/password in /help secure | Sebastien Helleu | |
2013-09-19 | core: add support of secured data in proxy options username/password ↵ | Sebastien Helleu | |
(evaluate content) | |||
2013-09-19 | irc: add note about evaluated content of "password" server option | Sebastien Helleu | |
2013-09-19 | relay: add support of secured data in option relay.network.password ↵ | Sebastien Helleu | |
(evaluate content) (patch from Nils Görs) |