summaryrefslogtreecommitdiff
path: root/doc/en/weechat_user.en.adoc
AgeCommit message (Collapse)Author
2019-10-22doc: add keys to type for the example message with color codes (user's guide)Sébastien Helleu
2019-10-08doc: add value -1 for notify level in trigger of type line (user's guide)Sébastien Helleu
2019-10-06doc: translate description of logger masks in user's guideSébastien Helleu
2019-10-05Added introductory description of Logger masksFilip H.F. "FiXato" Slagter
While the documentation for Logger filename masks contained examples, it didn't actually describe it would try to match in order of descending specificity.
2019-09-18doc: set minimum Ruby version to 1.9.1 in user's guide (closes #1404)Sébastien Helleu
This is now required after the changes introduced by commit 156d855787475deab27833219a188a4accf42558 in version 2.6.
2019-08-15doc: use the new Freenode Tor Hidden Service (user's guide)Alfredo Ramos
And add a note for users using an old version of Tor
2019-08-06core: replace python-dev by python3-dev in dependencies (user's guide)Sébastien Helleu
2019-07-31doc: update note on Python recommended version in user's guideSébastien Helleu
2019-07-31core: fix help on python to build with Python 2 (issue #1382)Sébastien Helleu
2019-07-01doc: rename option ENABLE_PYTHON3 to ENABLE_PYTHON2 in user's guideSébastien Helleu
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