Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-23 | doc: fix style in bar items chapter (user's guide) | Sébastien Helleu | |
2019-05-16 | core: update German translations | weechatter | |
2019-05-12 | doc: update chapter on relay unix domain sockets; add translations (user's ↵ | Sébastien Helleu | |
guide) | |||
2019-04-13 | core: update German translations | Nils Görs | |
2019-04-13 | trigger: add hook "info_hashtable" | Sébastien Helleu | |
2019-04-13 | trigger: add hook "info" | Sébastien Helleu | |
2019-04-11 | doc: fix styles in user guide and plugin API reference | Sébastien Helleu | |
2019-04-02 | core: update German translations | Nils Görs | |
2019-03-31 | core: add documentation on command line debug options (in --help and man pages) | Sébastien Helleu | |
Command line debug options are now documented: * --no-dlclose: do not call the function dlclose after plugins are unloaded * --no-gnutls: do not call the init and deinit functions of GnuTLS library * --no-gcrypt: do not call the init and deinit functions of Gcrypt library These options must not be used in production, they're for debug only and can be used with tools like Valgrind or electric-fence. | |||
2019-03-29 | core: update German translations | Nils Görs | |
2019-03-25 | core: set CMake minimum version required to 3.0 | Sébastien Helleu | |
This is required for add_library() with INTERFACE library type. | |||
2019-03-24 | doc: improve description of CMake option ENABLE_PYTHON3 in user's guide | Sébastien Helleu | |
2019-03-24 | doc: fix typo Gnutls -> GnuTLS in user's guide | Sébastien Helleu | |
2019-03-24 | doc: fix description of man/doc CMake options in user's guide | Sébastien Helleu | |
2019-03-24 | core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage ↵ | Sébastien Helleu | |
options This option is OFF by default and should be enabled only for tests, to measure test coverage. | |||
2019-03-17 | core: fix typo: Weechat -> WeeChat | Sébastien Helleu | |
2019-02-28 | core: update German translations | Nils Görs | |
2019-02-26 | doc: move spell chapter after scripts in user's guide | Sébastien Helleu | |
2019-02-19 | spell: rename "aspell" plugin to "spell" (issue #1299) | Sébastien Helleu | |
The following things have been renamed: - file aspell.conf -> spell.conf - options aspell.* -> spell.* - bar item aspell_dict -> spell_dict - bar item and local variable aspell_suggest -> spell_suggest - info aspell_dict -> spell_dict | |||
2019-01-31 | doc: remove obsolete note about gcrypt in chapter on IRC SASL authentication ↵ | Sébastien Helleu | |
(user's guide) | |||
2019-01-26 | doc: fix regex examples to be compatible with FreeBSD | Sébastien Helleu | |
The following special sequences are not supported in regular expressions on FreeBSD: - "\w": replaced with "[a-zA-Z0-9_]" - "\S": replaced with "[^ ]" (it should be "[^ \t\n\r\f\v]", but in practice only spaces could be a problem when we use this sequence). | |||
2019-01-20 | buflist: add default keys ctrl-F1/F2 to scroll up/down one page in buflist ↵ | Sébastien Helleu | |
(same action as F1/F2) | |||
2019-01-20 | core: add default keys ctrl-F11/F12 to scroll up/down one page in nicklist ↵ | Sébastien Helleu | |
(same action as F11/F12) | |||
2018-12-13 | core: update German translations | Nils Görs | |
2018-12-13 | doc: add example of aspell dict for all channels of an IRC server (user's ↵ | Sébastien Helleu | |
guide) (closes #1284) | |||
2018-11-29 | core: use https for all links where secured http is supported | Sébastien Helleu | |
2018-11-18 | core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272) | Sébastien Helleu | |
2018-11-12 | core: update German translations | Nils Görs | |
2018-11-04 | core: replace "web site" by "website" | Sébastien Helleu | |
2018-11-04 | relay: add support of Time-based One-Time Password (TOTP) as second ↵ | Sébastien Helleu | |
authentication factor in weechat protocol | |||
2018-08-17 | doc: fix typo in German user guide | Sébastien Helleu | |
2018-08-17 | core: update German translations | Nils Görs | |
2018-08-17 | doc: rename variable "tg_tags" to "tags" in line trigger (user guide) | Sébastien Helleu | |
2018-08-17 | trigger: add variables "tg_prefix_nocolor" and "tg_message_nocolor" in line ↵ | Sébastien Helleu | |
trigger | |||
2018-08-17 | trigger: rename variable "tg_tags" to "tags" in line trigger | Sébastien Helleu | |
2018-08-16 | trigger: allow creation of temporary variables with the regex | Sébastien Helleu | |
2018-08-15 | doc: fix list of variables that can be updated in a hook_line trigger (user ↵ | Sébastien Helleu | |
guide) | |||
2018-08-15 | doc: add list of variables that can be updated by type of trigger (user guide) | Sébastien Helleu | |
2018-08-12 | api: add function hook_line | Sébastien Helleu | |
2018-08-11 | doc: add "/msg nickserv set password" in list of commands handled by default ↵ | Sébastien Helleu | |
trigger "cmd_pass" (user guide) | |||
2018-08-11 | doc: fix default conditions of beep trigger (user guide) | Sébastien Helleu | |
2018-07-29 | doc: update German documentation | Nils Görs | |
2018-07-29 | core: update weechat.org URLs to match latest version of the site | Sébastien Helleu | |
2018-07-15 | doc: mention there is an option to enable crash core files (user's guide) | Jos Ahrens | |
For people skimming the section, it will not be immediately clear to them, especially since everything seems to suggest this option is enabled by default. | |||
2018-07-07 | doc: update German documentation | Nils Görs | |
2018-07-07 | doc: add default triggers in user's guide | Sébastien Helleu | |
2018-03-31 | Merge pull request #1164 from wking/openssl-ecparam-out | Sébastien Helleu | |
doc: use '-out' instead of shell redirection for openssl ecparam | |||
2018-03-22 | doc: update Ruby version in dependencies (user's guide) | Sébastien Helleu | |
2018-03-22 | doc: update PHP packages in dependencies (user's guide) | Sébastien Helleu | |
2018-03-19 | doc: use '-out' instead of shell redirection for openssl ecparam | W. Trevor King | |
Generated with: $ sed -i 's|openssl ecparam -genkey -name prime256v1 >~/.weechat/ecdsa.pem|openssl ecparam -genkey -name prime256v1 -out ~/.weechat/ecdsa.pem|' $(git grep -l 'openssl ecparam') There's no reason to involve shell redirection, which we've had since 88073243 (doc: add instructions for SASL "ecdsa-nist256p-challenge", 2015-01-21). We already use -in or -out for our other openssl invocations, as shown by: $ git grep 'openssl.*\(<\|>\|-in\|-out\)' |