summaryrefslogtreecommitdiff
path: root/doc/en/weechat_user.en.adoc
AgeCommit message (Collapse)Author
2019-06-28doc: update chapter on colors in user's guide (issue #1343, issue #1345)Sébastien Helleu
2019-06-12doc: remove obsolete options for "brew install" command (user's guide)Sébastien Helleu
2019-06-12doc: improve tree with log files in user's guideSébastien Helleu
2019-06-07doc: replace "cmake" by "CMake"Sébastien Helleu
2019-05-27doc: add example of WeeChat command to setup the password in a WeeChat IRC ↵Sébastien Helleu
relay client (user's guide)
2019-05-27doc: disambiguate key binding "l", which is lower "L" (not "1")Sébastien Helleu
2019-05-26doc: add links to WeeChat directories and files (user's guide)Sébastien Helleu
2019-05-24doc: remove extra spaces before colonsSébastien Helleu
2019-05-24doc: fix styles in user's guideSébastien Helleu
2019-05-23doc: fix style in bar items chapter (user's guide)Sébastien Helleu
2019-05-12doc: update chapter on relay unix domain sockets; add translations (user's ↵Sébastien Helleu
guide)
2019-05-12relay: evaluate path of unix socket relaySébastien Helleu
2019-05-12relay: add UNIX socket support (closes #733)Ryan Farley
2019-04-13trigger: add hook "info_hashtable"Sébastien Helleu
2019-04-13trigger: add hook "info"Sébastien Helleu
2019-04-11Improve grammar in “Screen layout” sectionMichael Siegel
2019-04-11Add missing “the” to footnote in “Files and directories”Michael Siegel
2019-04-11doc: fix styles in user guide and plugin API referenceSébastien Helleu
2019-03-31core: 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-25core: set CMake minimum version required to 3.0Sébastien Helleu
This is required for add_library() with INTERFACE library type.
2019-03-24doc: improve description of CMake option ENABLE_PYTHON3 in user's guideSébastien Helleu
2019-03-24doc: fix typo Gnutls -> GnuTLS in user's guideSébastien Helleu
2019-03-24doc: fix description of man/doc CMake options in user's guideSébastien Helleu
2019-03-24core: 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-02-26doc: move spell chapter after scripts in user's guideSébastien Helleu
2019-02-19spell: 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-31doc: remove obsolete note about gcrypt in chapter on IRC SASL authentication ↵Sébastien Helleu
(user's guide)
2019-01-26doc: fix regex examples to be compatible with FreeBSDSé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-20buflist: add default keys ctrl-F1/F2 to scroll up/down one page in buflist ↵Sébastien Helleu
(same action as F1/F2)
2019-01-20core: add default keys ctrl-F11/F12 to scroll up/down one page in nicklist ↵Sébastien Helleu
(same action as F11/F12)
2018-12-13doc: add example of aspell dict for all channels of an IRC server (user's ↵Sébastien Helleu
guide) (closes #1284)
2018-11-29core: use https for all links where secured http is supportedSébastien Helleu
2018-11-18core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)Sébastien Helleu
2018-11-04core: replace ellipses by "etc." (in English) and "etc..." by "etc." in FrenchSébastien Helleu
2018-11-04core: replace "web site" by "website"Sébastien Helleu
2018-11-04relay: add support of Time-based One-Time Password (TOTP) as second ↵Sébastien Helleu
authentication factor in weechat protocol
2018-08-17doc: rename variable "tg_tags" to "tags" in line trigger (user guide)Sébastien Helleu
2018-08-17trigger: add variables "tg_prefix_nocolor" and "tg_message_nocolor" in line ↵Sébastien Helleu
trigger
2018-08-17trigger: rename variable "tg_tags" to "tags" in line triggerSébastien Helleu
2018-08-16trigger: allow creation of temporary variables with the regexSébastien Helleu
2018-08-15doc: fix list of variables that can be updated in a hook_line trigger (user ↵Sébastien Helleu
guide)
2018-08-15doc: add list of variables that can be updated by type of trigger (user guide)Sébastien Helleu
2018-08-12api: add function hook_lineSébastien Helleu
2018-08-11doc: add "/msg nickserv set password" in list of commands handled by default ↵Sébastien Helleu
trigger "cmd_pass" (user guide)
2018-08-11doc: fix default conditions of beep trigger (user guide)Sébastien Helleu
2018-07-29core: update weechat.org URLs to match latest version of the siteSébastien Helleu
2018-07-15doc: 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-07doc: add default triggers in user's guideSébastien Helleu
2018-03-31Merge pull request #1164 from wking/openssl-ecparam-outSébastien Helleu
doc: use '-out' instead of shell redirection for openssl ecparam
2018-03-22doc: update Ruby version in dependencies (user's guide)Sébastien Helleu