Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-16 | doc: add section "plugin" in weechat.conf (user's guide) | Sébastien Helleu | |
2021-03-16 | core: add options to customize commands on system signals, quit by default ↵ | Sébastien Helleu | |
on SIGHUP when not running headless (closes #1595) New options to customize behavior on signals received, with the default behavior: - weechat.signal.sighup: quit in normal mode, reload config in headless - weechat.signal.sigquit: quit - weechat.signal.sigterm: quit - weechat.signal.sigusr1: no command executed by default - weechat.signal.sigusr2: no command executed by default The signals SIGUSR1 and SIGUSR2 are introduced by this commit, so it's now possible to run commands when they are received. The SIGHUP signal makes now WeeChat quit, it was the behavior before version 2.9 of WeeChat (see commit de1e61f7cd50cbd1a99777fe6611642a51abf5f6). | |||
2021-03-14 | doc: use full path /usr/bin/pass in example for option ↵ | Sébastien Helleu | |
sec.crypt.passphrase_command | |||
2021-03-13 | doc: add upgrade chapter in user's guide | Sébastien Helleu | |
2021-02-27 | irc: add bar item "irc_nick_prefix" | Sébastien Helleu | |
2021-02-27 | doc: add missing available bar items (user's guide) | Sébastien Helleu | |
2021-02-26 | doc: fix example of value for bar item "irc_nick_modes" (user's guide) | Sébastien Helleu | |
2021-02-19 | doc: split dependencies in two tables: required and optional (user's guide) | Sébastien Helleu | |
2021-02-06 | core: replace option sec.crypt.passphrase_file by ↵ | Sébastien Helleu | |
sec.crypt.passphrase_command (closes #141) The command is used to read the passphrase on startup, for example using your favorite password manager. Note: only the passphrase is read from the program, the secured data is still stored encrypted in sec.conf and handled by WeeChat itself. | |||
2021-01-27 | doc: add a second note on default configuration files in user's guide | Sébastien Helleu | |
2021-01-09 | doc: add missing non-breaking spaces before punctuation in French docs | Sébastien Helleu | |
2020-12-28 | doc: add info about sensitive data in relay.conf (user's guide) | Sébastien Helleu | |
2020-12-19 | doc: add a chapter on buffer local variables (user's guide) | Sébastien Helleu | |
2020-12-19 | core: add options "setvar" and "delvar" in command /buffer, rename option ↵ | Sébastien Helleu | |
"localvar" to "listvar" The option "localvar" (introduced long time ago, in WeeChat 0.3.0) is still recognized by WeeChat, to stay compatible with any extension/script calling it (or referencing it in the documentation). It is deprecated and will be removed in a future release. | |||
2020-12-13 | doc: add command to run WeeChat with address sanitizer (user's guide) | Sébastien Helleu | |
2020-10-21 | trigger: add variable "tg_argc" in data set by command trigger (closes #1576) | Sébastien Helleu | |
2020-10-15 | doc: Update hotlist example to match hotlist_prefix | Trygve Aaberge | |
hotlist_prefix defaults to "H: ", so the example should show the same to make it easier to understand what it is. | |||
2020-10-10 | doc: translate tg_trigger_name variable under triggers (issue #1567) | Sébastien Helleu | |
2020-08-01 | doc: add instructions to build WeeChat with address sanitizer (user's guide) | Sébastien Helleu | |
2020-08-01 | core: disable debug by default in autotools build | Sébastien Helleu | |
2020-07-20 | doc: improve description of tags "notify_xxx" in chapter on lines tags ↵ | Sébastien Helleu | |
(user's guide) (issue #1529) | |||
2020-06-13 | javascript: disable build by default and remove Debian packaging of ↵ | Sébastien Helleu | |
JavaScript plugin (issue #360) | |||
2020-06-06 | doc: add URL to the Debian download page in user's guide | Sébastien Helleu | |
2020-05-18 | doc: add missing non-breaking spaces before colons and semicolons in French docs | Sébastien Helleu | |
2020-05-16 | core: add bar items with nicklist groups and nicks/groups (closes #1506) | Sébastien Helleu | |
The bar item "buffer_nicklist_count" is now the number of displayed nicks only (not groups). New bar items: - "buffer_nicklist_count_groups": number of groups displayed - "buffer_nicklist_count_all": number of nicks and groups displayed | |||
2020-05-10 | core: add default key alt-enter to insert a newline (issue #1498) | Sébastien Helleu | |
2020-05-03 | doc: merge 53 autogen files into 11 files, move them to includes directory | Sébastien Helleu | |
2020-05-02 | doc: move files cmdline_options.xx.adoc and man.xx.adoc into "includes" ↵ | Sébastien Helleu | |
directory | |||
2020-05-02 | doc: merge files cmdline_options_debug.xx.adoc into cmdline_options.xx.adoc | Sébastien Helleu | |
2020-04-24 | doc: protect monospace text with plus characters (user's guide) | Sébastien Helleu | |
2020-04-24 | core: add default key alt-shift-N to toggle nicklist bar | Sébastien Helleu | |
2020-04-24 | buflist: add default key alt-shift-B to toggle buflist | Sébastien Helleu | |
2020-04-18 | doc: fix table sizes on small screens | Sébastien Helleu | |
2020-04-18 | doc: update default trigger cmd_pass in user's guide | Sébastien Helleu | |
2020-04-18 | core: make GnuTLS a required dependency | Sébastien Helleu | |
2020-04-12 | trigger: evaluate arguments of command when the trigger is created (closes ↵ | Sébastien Helleu | |
#1472) | |||
2020-03-01 | script: call function string_hash in script_repo_sha512sum_file to compute ↵ | Sébastien Helleu | |
SHA512 hash This removes dependency on libgcrypt in script plugin. | |||
2020-02-06 | doc: add keys and actions on fset and script buffers in user's guide | Sébastien Helleu | |
2019-11-24 | doc: list the things removed by WeeChat on /plugin unload (user's guide) | Sébastien Helleu | |
2019-10-22 | doc: add keys to type for the example message with color codes (user's guide) | Sébastien Helleu | |
2019-10-08 | doc: add value -1 for notify level in trigger of type line (user's guide) | Sébastien Helleu | |
2019-10-06 | doc: translate description of logger masks in user's guide | Sébastien Helleu | |
2019-09-18 | doc: 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-15 | doc: translate new Freenode Tor Hidden Service (user's guide) | Sébastien Helleu | |
2019-08-06 | core: replace python-dev by python3-dev in dependencies (user's guide) | Sébastien Helleu | |
2019-07-31 | doc: update note on Python recommended version in user's guide | Sébastien Helleu | |
2019-07-31 | core: fix help on python to build with Python 2 (issue #1382) | Sébastien Helleu | |
2019-07-01 | doc: rename option ENABLE_PYTHON3 to ENABLE_PYTHON2 in user's guide | Sébastien Helleu | |
2019-06-28 | doc: update chapter on colors in user's guide (issue #1343, issue #1345) | Sébastien Helleu | |
2019-06-12 | doc: remove obsolete options for "brew install" command (user's guide) | Sébastien Helleu | |