Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-18 | core: add pointer name in description of function eval_replace_vars_cb | Sébastien Helleu | |
2021-03-17 | doc: update German auto-generated files | Sébastien Helleu | |
2021-03-17 | api: add support of pointer names in function string_eval_expression (direct ↵ | Sébastien Helleu | |
and in hdata) These two formats are now supported, if "pointer_name" is present in the "pointers" hashtable: * "${pointer_name}": value of pointer (example: "0x1234abcd") * ${buffer[pointer_name].full_name}: use of a pointer name instead of pointer value or list name | |||
2021-03-17 | tests: use macros UINT32_C and UINT64_C for integer constants of type ↵ | Sébastien Helleu | |
uint32_t and uint64_t This fixes the following compiler warnings: "integer constant is so large that it is unsigned". | |||
2021-03-17 | core: update German translations | Nils Görs | |
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 | api: add info "weechat_daemon" | Sébastien Helleu | |
2021-03-14 | doc: use full path /usr/bin/pass in example for option ↵ | Sébastien Helleu | |
sec.crypt.passphrase_command | |||
2021-03-14 | core: mention /fset command in header comment of configuration files | Sébastien Helleu | |
2021-03-14 | core: update ChangeLog (closes #1618) | Sébastien Helleu | |
2021-03-14 | fset: add fset bar on configuration reload (issue #1618) | Sébastien Helleu | |
2021-03-14 | buflist: always add buflist bar when plugin is loaded, hide bar by default ↵ | Sébastien Helleu | |
if buflist is disabled (issue #1618) | |||
2021-03-14 | buflist: add buflist bar on configuration reload (issue #1618) | Sébastien Helleu | |
2021-03-13 | doc: update German documentation | Nils Görs | |
2021-03-13 | doc: add upgrade chapter in user's guide | Sébastien Helleu | |
2021-03-08 | debian: update debian/ubuntu patches with new Standards-Version | Sébastien Helleu | |
2021-03-08 | debian: fix watch according to download page changes | Sébastien Helleu | |
2021-03-08 | debian: bump Standards-Version to 4.5.1 | Sébastien Helleu | |
2021-03-07 | core: add missing include of sys/time.h in C headers | Sébastien Helleu | |
2021-03-07 | Version 3.2-dev | Sébastien Helleu | |
2021-03-07 | Version 3.1 | Sébastien Helleu | |
2021-03-07 | core: reorder release notes for version 3.1 | Sébastien Helleu | |
2021-03-07 | core: fix compilation of tests on FreeBSD | Sébastien Helleu | |
2021-03-07 | debian: update changelog | Sébastien Helleu | |
2021-03-06 | doc: update Polish auto-generated files | Sébastien Helleu | |
2021-03-06 | doc: updated polish user guide | Krzysztof Korościk | |
2021-03-06 | po: updated polish translation | Krzysztof Korościk | |
2021-03-05 | core: add contributor in AUTHORS.adoc (issue #1615) | Sébastien Helleu | |
2021-03-05 | core: fix pt_BR translations | Sébastien Helleu | |
2021-03-05 | core: update pt_BR translations. | Érico Rolim | |
2021-03-05 | core: force Ubuntu 18.04 for CI | Sébastien Helleu | |
2021-02-28 | core: fix quoted line in cursor mode (closes #1602) | Sébastien Helleu | |
Regression was introduced in version 2.7 by commit 93d2dbf3e1ef30e676a6edd56ab2b9bd2ddd70d9. | |||
2021-02-28 | Version 3.1-rc1 | Sébastien Helleu | |
2021-02-28 | core: add missing "xxx" in format of evaluated expressions (ChangeLog) | Sébastien Helleu | |
2021-02-27 | Merge branch 'master' of https://github.com/weechat/weechat | Nils Görs | |
2021-02-27 | doc: update German documentation | Nils Görs | |
2021-02-27 | core: fix paragraph in release notes | 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-27 | irc: fix separator between nick and host in bar item "irc_nick_host" | Sébastien Helleu | |
Use "!" instead of "@" to separate nick from host, like it is done in IRC protocol. The nick and host is now displayed as "nick!user@host" instead of "nick@user@host". | |||
2021-02-27 | fset: fix description of function fset_bar_item_fset_cb | 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-26 | doc: update German auto-generated file | Sébastien Helleu | |
2021-02-26 | core: update German translations | Nils Görs | |
2021-02-25 | core: add info_hashtable "secured_data" | Sébastien Helleu | |
2021-02-20 | doc: remove references to Savannah in developer'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-16 | core: convert "totp" to upper case in ChangeLog | Sébastien Helleu | |
2021-02-11 | doc: update German auto-generated file | Sébastien Helleu | |