Sébastien Helleu
01eedd4565
doc: protect monospace text with plus characters (user's guide)
2020-04-24 23:53:13 +02:00
Sébastien Helleu
33ea747040
core: add default key alt-shift-N to toggle nicklist bar
2020-04-24 22:45:07 +02:00
Sébastien Helleu
0abd0292da
buflist: add default key alt-shift-B to toggle buflist
2020-04-24 22:44:13 +02:00
Sébastien Helleu
350227419e
doc: fix table sizes on small screens
2020-04-18 20:38:52 +02:00
Sébastien Helleu
b847a052c8
doc: update default trigger cmd_pass in user's guide
2020-04-18 15:43:38 +02:00
Sébastien Helleu
e130ee7358
core: make GnuTLS a required dependency
2020-04-18 11:34:59 +02:00
Sébastien Helleu
8bdd540df7
trigger: evaluate arguments of command when the trigger is created ( closes #1472 )
2020-04-12 09:30:56 +02:00
Krzysztof Korościk
b50f100dbb
doc: update polish translation
2020-04-05 19:34:41 +02:00
Sébastien Helleu
3472793d24
script: call function string_hash in script_repo_sha512sum_file to compute SHA512 hash
...
This removes dependency on libgcrypt in script plugin.
2020-03-01 09:08:48 +01:00
Sébastien Helleu
b8d7af54e3
doc: add keys and actions on fset and script buffers in user's guide
2020-02-06 21:17:54 +01:00
Krzysztof Korościk
39ae55322d
doc: updated polish traslation
2019-12-01 17:14:12 +01:00
Sébastien Helleu
c634d6c56e
doc: list the things removed by WeeChat on /plugin unload (user's guide)
2019-11-24 09:40:53 +01:00
Sébastien Helleu
fbc9faed42
doc: add keys to type for the example message with color codes (user's guide)
2019-10-22 07:54:50 +02:00
Sébastien Helleu
6619219297
doc: add value -1 for notify level in trigger of type line (user's guide)
2019-10-08 20:30:59 +02:00
Sébastien Helleu
529af39612
doc: translate description of logger masks in user's guide
2019-10-06 10:19:01 +02:00
Sébastien Helleu
8a3ffda0a2
doc: set minimum Ruby version to 1.9.1 in user's guide ( closes #1404 )
...
This is now required after the changes introduced by commit
156d855787475deab27833219a188a4accf42558 in version 2.6.
2019-09-18 21:18:40 +02:00
Krzysztof Korościk
2d2d349d3c
update polish translation
2019-09-07 15:54:13 +02:00
Sébastien Helleu
05744f3b61
doc: translate new Freenode Tor Hidden Service (user's guide)
2019-08-15 23:09:39 +02:00
Sébastien Helleu
a906afc3d7
core: replace python-dev by python3-dev in dependencies (user's guide)
2019-08-06 22:48:59 +02:00
Sébastien Helleu
f3426f4388
doc: update note on Python recommended version in user's guide
2019-07-31 22:42:38 +02:00
Sébastien Helleu
8897e04c0d
core: fix help on python to build with Python 2 (issue #1382 )
2019-07-31 21:24:36 +02:00
Sébastien Helleu
45fc8f1012
doc: rename option ENABLE_PYTHON3 to ENABLE_PYTHON2 in user's guide
2019-07-01 22:04:02 +02:00
Sébastien Helleu
f9b6f359dd
doc: update chapter on colors in user's guide (issue #1343 , issue #1345 )
2019-06-28 20:58:00 +02:00
Sébastien Helleu
31d0742aed
doc: remove obsolete options for "brew install" command (user's guide)
2019-06-12 23:37:17 +02:00
Sébastien Helleu
4b90549b86
doc: improve tree with log files in user's guide
2019-06-12 23:07:32 +02:00
Sébastien Helleu
f065b43b71
doc: replace "cmake" by "CMake"
2019-06-07 21:14:17 +02:00
Krzysztof Korościk
5e1174d135
doc: updated polish translation
2019-05-31 23:18:12 +02:00
Sébastien Helleu
99bb53f693
doc: add example of WeeChat command to setup the password in a WeeChat IRC relay client (user's guide)
2019-05-27 21:40:01 +02:00
Sébastien Helleu
a599e0328b
doc: disambiguate key binding "l", which is lower "L" (not "1")
2019-05-27 21:38:39 +02:00
Sébastien Helleu
c0bb243541
doc: add links to WeeChat directories and files (user's guide)
2019-05-26 14:51:14 +02:00
Sébastien Helleu
7cf4585690
doc: fix styles in user's guide
2019-05-24 21:52:35 +02:00
Sébastien Helleu
c9762c84e1
doc: fix style in bar items chapter (user's guide)
2019-05-23 21:12:40 +02:00
Sébastien Helleu
4d156ed8d7
doc: update chapter on relay unix domain sockets; add translations (user's guide)
2019-05-12 22:52:33 +02:00
Sébastien Helleu
30768d4d24
trigger: add hook "info_hashtable"
2019-04-13 13:53:16 +02:00
Sébastien Helleu
8bc06ea101
trigger: add hook "info"
2019-04-13 08:52:40 +02:00
Sébastien Helleu
f701caf5bb
doc: fix styles in user guide and plugin API reference
2019-04-11 20:56:35 +02:00
Sébastien Helleu
413aa499cc
core: add documentation on command line debug options (in --help and man pages)
...
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-31 23:53:54 +02:00
Sébastien Helleu
9b4fa10923
core: set CMake minimum version required to 3.0
...
This is required for add_library() with INTERFACE library type.
2019-03-25 08:52:53 +01:00
Sébastien Helleu
96d3a3834c
doc: improve description of CMake option ENABLE_PYTHON3 in user's guide
2019-03-24 09:38:43 +01:00
Sébastien Helleu
429fafd42f
doc: fix typo Gnutls -> GnuTLS in user's guide
2019-03-24 09:38:43 +01:00
Sébastien Helleu
6c41e627cd
doc: fix description of man/doc CMake options in user's guide
2019-03-24 09:38:43 +01:00
Sébastien Helleu
2612adf899
core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage options
...
This option is OFF by default and should be enabled only for tests, to measure
test coverage.
2019-03-24 09:38:43 +01:00
Sébastien Helleu
1ef7a55e72
core: fix typo: Weechat -> WeeChat
2019-03-17 18:34:21 +01:00
Sébastien Helleu
a10769f0f8
doc: move spell chapter after scripts in user's guide
2019-02-26 08:01:42 +01:00
Sébastien Helleu
57aa9e060e
spell: rename "aspell" plugin to "spell" (issue #1299 )
...
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-02-19 21:15:56 +01:00
Krzysztof Korościk
c2a94d93c5
doc: updated polish translation
2019-02-09 19:50:01 +01:00
Sébastien Helleu
6932810c70
doc: remove obsolete note about gcrypt in chapter on IRC SASL authentication (user's guide)
2019-01-31 21:34:02 +01:00
Sébastien Helleu
6d217ca8c5
doc: fix regex examples to be compatible with FreeBSD
...
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-26 10:15:35 +01:00
Sébastien Helleu
e847068a3c
buflist: add default keys ctrl-F1/F2 to scroll up/down one page in buflist (same action as F1/F2)
2019-01-20 01:29:33 +01:00
Sébastien Helleu
9d6ebeda0d
core: add default keys ctrl-F11/F12 to scroll up/down one page in nicklist (same action as F11/F12)
2019-01-20 01:29:28 +01:00