]> jfr.im git - irc/weechat/weechat.git/log
irc/weechat/weechat.git
8 months agoVersion 4.0.5 v4.0.5
Sébastien Helleu [Sun, 24 Sep 2023 07:30:58 +0000 (09:30 +0200)] 
Version 4.0.5

8 months agocore: fix style in ChangeLog
Sébastien Helleu [Sun, 24 Sep 2023 07:12:21 +0000 (09:12 +0200)] 
core: fix style in ChangeLog

8 months agoscript: only check if return value of plugin_script_search_path is NULL (issue #2019)
Sébastien Helleu [Fri, 22 Sep 2023 20:58:51 +0000 (22:58 +0200)] 
script: only check if return value of plugin_script_search_path is NULL (issue #2019)

8 months agoscript: fix removal of script in system directory while trying to install a script...
Sébastien Helleu [Fri, 22 Sep 2023 20:51:44 +0000 (22:51 +0200)] 
script: fix removal of script in system directory while trying to install a script (issue #2019)

8 months agoscript: fix autoload of multiple scripts at once with `/script autoload` (issue ...
Sébastien Helleu [Wed, 20 Sep 2023 18:05:49 +0000 (20:05 +0200)] 
script: fix autoload of multiple scripts at once with `/script autoload` (issue #2018)

8 months agoirc: add option irc.look.open_pv_buffer_echo_msg (issue #2016)
Sébastien Helleu [Thu, 14 Sep 2023 18:22:43 +0000 (20:22 +0200)] 
irc: add option irc.look.open_pv_buffer_echo_msg (issue #2016)

8 months agoirc: update title in query buffer when remote nick is myself (issue #2016)
Sébastien Helleu [Thu, 14 Sep 2023 14:15:09 +0000 (16:15 +0200)] 
irc: update title in query buffer when remote nick is myself (issue #2016)

8 months agoirc: fix title of query buffer for own messages received (issue #2016)
Sébastien Helleu [Thu, 14 Sep 2023 13:22:11 +0000 (15:22 +0200)] 
irc: fix title of query buffer for own messages received (issue #2016)

8 months agoirc: open a query buffer on PRIVMSG received from self nick when capability echo...
Sébastien Helleu [Thu, 14 Sep 2023 12:51:50 +0000 (14:51 +0200)] 
irc: open a query buffer on PRIVMSG received from self nick when capability echo-message is NOT enabled (issue #2016)

8 months agoirc: don't open a new private buffer on `/msg` command when capability echo-message...
Sébastien Helleu [Thu, 14 Sep 2023 09:21:25 +0000 (11:21 +0200)] 
irc: don't open a new private buffer on `/msg` command when capability echo-message is enabled (issue #2016)

8 months agocore: move ChangeLog entry to the appropriate version
Sébastien Helleu [Thu, 14 Sep 2023 09:12:16 +0000 (11:12 +0200)] 
core: move ChangeLog entry to the appropriate version

8 months agoirc: fix title of private buffers wrongly set to own address when capability echo...
Sébastien Helleu [Thu, 14 Sep 2023 06:04:44 +0000 (08:04 +0200)] 
irc: fix title of private buffers wrongly set to own address when capability echo-message is enabled (issue #2016)

8 months agocore: translate error messages (issue #2013)
Sébastien Helleu [Tue, 12 Sep 2023 13:12:15 +0000 (15:12 +0200)] 
core: translate error messages (issue #2013)

8 months agocore: automatically backup config file read if it has an unsupported version (issue...
Sébastien Helleu [Tue, 12 Sep 2023 12:59:25 +0000 (14:59 +0200)] 
core: automatically backup config file read if it has an unsupported version (issue #2013)

8 months agoxfer: fix memory leak on plugin unload
Sébastien Helleu [Tue, 12 Sep 2023 11:38:14 +0000 (13:38 +0200)] 
xfer: fix memory leak on plugin unload

8 months agodoc/api: fix return values for callback_read in config_new_section
Sébastien Helleu [Tue, 12 Sep 2023 11:35:02 +0000 (13:35 +0200)] 
doc/api: fix return values for callback_read in config_new_section

8 months agocore: add path in message displayed when a config file is updated to a newer version
Sébastien Helleu [Mon, 11 Sep 2023 20:49:21 +0000 (22:49 +0200)] 
core: add path in message displayed when a config file is updated to a newer version

8 months agoirc: fix autojoin of channels when private buffers are opened (issue #2012)
Sébastien Helleu [Mon, 11 Sep 2023 19:41:47 +0000 (21:41 +0200)] 
irc: fix autojoin of channels when private buffers are opened (issue #2012)

8 months agocore: display a message when a configuration file is updated to a newer version
Sébastien Helleu [Mon, 11 Sep 2023 07:30:13 +0000 (09:30 +0200)] 
core: display a message when a configuration file is updated to a newer version

9 months agocore: fix style for keys in ChangeLog
Sébastien Helleu [Tue, 29 Aug 2023 10:32:23 +0000 (12:32 +0200)] 
core: fix style for keys in ChangeLog

9 months agoscript: fix crash when a `/script` command triggers another `/script` command (issue...
Sébastien Helleu [Sun, 27 Aug 2023 15:19:01 +0000 (17:19 +0200)] 
script: fix crash when a `/script` command triggers another `/script` command (issue #923)

9 months agoirc: use str_nicks only if not NULL in callback of message 353
Sébastien Helleu [Sat, 26 Aug 2023 16:56:37 +0000 (18:56 +0200)] 
irc: use str_nicks only if not NULL in callback of message 353

9 months agoAdd compatibility with Python < 3.10 in weechat.pyi
Trygve Aaberge [Thu, 24 Aug 2023 16:36:05 +0000 (18:36 +0200)] 
Add compatibility with Python < 3.10 in weechat.pyi

The | syntax for unions is only supported in Python 3.10 and later.
Since Python 3.8 and 3.9 are still supported upstream for a while and we
had a user reporting on IRC that they couldn't use the stub file since
they are using 3.8, change to the old syntax for unions to support this.

There aren't really any drawbacks of this. It's just a bit more verbose,
and a typing import is necessary, but neither of those really matters in
a generated stub file.

9 months agoirc: add tests on server functions
Sébastien Helleu [Wed, 23 Aug 2023 10:21:26 +0000 (12:21 +0200)] 
irc: add tests on server functions

9 months agoirc: fix string comparison when CASEMAPPING is set to "ascii"
Sébastien Helleu [Wed, 23 Aug 2023 13:24:53 +0000 (15:24 +0200)] 
irc: fix string comparison when CASEMAPPING is set to "ascii"

9 months agoirc: check that server is not NULL in function irc_server_eval_fingerprint
Sébastien Helleu [Wed, 23 Aug 2023 10:08:59 +0000 (12:08 +0200)] 
irc: check that server is not NULL in function irc_server_eval_fingerprint

9 months agoVersion 4.0.5-dev
Sébastien Helleu [Tue, 22 Aug 2023 09:48:41 +0000 (11:48 +0200)] 
Version 4.0.5-dev

9 months agoVersion 4.0.4 v4.0.4
Sébastien Helleu [Tue, 22 Aug 2023 09:43:34 +0000 (11:43 +0200)] 
Version 4.0.4

9 months agoscript: adjust scroll after command `/script go N`
Sébastien Helleu [Tue, 22 Aug 2023 07:21:00 +0000 (09:21 +0200)] 
script: adjust scroll after command `/script go N`

9 months agocore: fix gcc warning on uninitialized variable `pos_end`
Sébastien Helleu [Tue, 22 Aug 2023 08:20:55 +0000 (10:20 +0200)] 
core: fix gcc warning on uninitialized variable `pos_end`

The variable `pos_end` is never used when not initialized anyway, thanks to the
`break` done before.

9 months agologger: remove trailing empty line in display of backlog (issue #2002)
Sébastien Helleu [Mon, 21 Aug 2023 14:01:59 +0000 (16:01 +0200)] 
logger: remove trailing empty line in display of backlog (issue #2002)

9 months agoperl: fix display of non-ASCII chars after load of a script with Perl >= 5.38 (issue...
Sébastien Helleu [Mon, 21 Aug 2023 11:10:26 +0000 (13:10 +0200)] 
perl: fix display of non-ASCII chars after load of a script with Perl >= 5.38 (issue #1996)

9 months agoirc: fix wrong time displayed for CTCP messages received from self nick (issue #2000)
Sébastien Helleu [Fri, 18 Aug 2023 21:57:35 +0000 (23:57 +0200)] 
irc: fix wrong time displayed for CTCP messages received from self nick (issue #2000)

9 months agoscripts: fix tests of functions print_date_tag, print_y_date_tags and hook_timer...
Sébastien Helleu [Fri, 18 Aug 2023 14:42:52 +0000 (16:42 +0200)] 
scripts: fix tests of functions print_date_tag, print_y_date_tags and hook_timer on 32-bit systems (issue #1999)

9 months agoscripts: fix function string_parse_size on 32-bit systems (python and ruby) (issue...
Sébastien Helleu [Fri, 18 Aug 2023 14:33:35 +0000 (16:33 +0200)] 
scripts: fix function string_parse_size on 32-bit systems (python and ruby) (issue #1999)

9 months agoxfer: fix conversion of string to IPv4 on 32-bit systems (issue #1999)
Sébastien Helleu [Fri, 18 Aug 2023 13:34:06 +0000 (15:34 +0200)] 
xfer: fix conversion of string to IPv4 on 32-bit systems (issue #1999)

9 months agotests: fix tests on function irc_join_compare_join_channel (issue #1997)
Sébastien Helleu [Fri, 18 Aug 2023 05:34:52 +0000 (07:34 +0200)] 
tests: fix tests on function irc_join_compare_join_channel (issue #1997)

9 months agotests: fix typo in test name
Sébastien Helleu [Fri, 18 Aug 2023 05:30:20 +0000 (07:30 +0200)] 
tests: fix typo in test name

9 months agocore: fix increment/decrement of options weechat.notify.*
Sébastien Helleu [Thu, 17 Aug 2023 15:25:19 +0000 (17:25 +0200)] 
core: fix increment/decrement of options weechat.notify.*

9 months agocore: fix integer overflow when setting integer option with `++N` or `--N`
Sébastien Helleu [Thu, 17 Aug 2023 15:03:34 +0000 (17:03 +0200)] 
core: fix integer overflow when setting integer option with `++N` or `--N`

9 months agoirc: fix redirection of command `/list` when the reply doesn't start with message...
Sébastien Helleu [Thu, 13 Jul 2023 16:22:08 +0000 (18:22 +0200)] 
irc: fix redirection of command `/list` when the reply doesn't start with message 321 (start of /list)

9 months agoirc: add missing tags on multiline messages (issue #1987)
Sébastien Helleu [Wed, 9 Aug 2023 12:53:03 +0000 (14:53 +0200)] 
irc: add missing tags on multiline messages (issue #1987)

9 months agoVersion 4.0.4-dev
Sébastien Helleu [Tue, 8 Aug 2023 19:19:12 +0000 (21:19 +0200)] 
Version 4.0.4-dev

9 months agoVersion 4.0.3 v4.0.3
Sébastien Helleu [Tue, 8 Aug 2023 18:51:54 +0000 (20:51 +0200)] 
Version 4.0.3

9 months agorelay: fix display of IRC CTCP messages received from client (issue #1986)
Sébastien Helleu [Tue, 8 Aug 2023 07:38:54 +0000 (09:38 +0200)] 
relay: fix display of IRC CTCP messages received from client (issue #1986)

10 months agotests: add test on IRC notice sent to another nick with channel name at beginning...
Sébastien Helleu [Tue, 1 Aug 2023 20:48:43 +0000 (22:48 +0200)] 
tests: add test on IRC notice sent to another nick with channel name at beginning (issue #1991)

10 months agoirc: fix display of outgoing notice with channel when capability "echo-message" is...
Sébastien Helleu [Tue, 1 Aug 2023 20:35:21 +0000 (22:35 +0200)] 
irc: fix display of outgoing notice with channel when capability "echo-message" is enabled (issue #1991)

10 months agocore: remove CMake option "ENABLE_DOC_WARN_LOCALE" from release notes (issue #1985)
Sébastien Helleu [Tue, 1 Aug 2023 06:32:16 +0000 (08:32 +0200)] 
core: remove CMake option "ENABLE_DOC_WARN_LOCALE" from release notes (issue #1985)

10 months agocore: remove CMake option "ENABLE_DOC_WARN_LOCALE" (issue #1985)
Sébastien Helleu [Mon, 31 Jul 2023 20:01:34 +0000 (22:01 +0200)] 
core: remove CMake option "ENABLE_DOC_WARN_LOCALE" (issue #1985)

10 months agocore: fix typo
Sébastien Helleu [Mon, 31 Jul 2023 19:51:08 +0000 (21:51 +0200)] 
core: fix typo

10 months agodoc: stop build of docs if a locale is missing, add CMake option "ENABLE_DOC_WARN_LOC...
Sébastien Helleu [Mon, 31 Jul 2023 19:27:16 +0000 (21:27 +0200)] 
doc: stop build of docs if a locale is missing, add CMake option "ENABLE_DOC_WARN_LOCALE" (issue #1985)

10 months agocore: add missing trailing newline char in doc generation error messages
Sébastien Helleu [Mon, 31 Jul 2023 06:07:33 +0000 (08:07 +0200)] 
core: add missing trailing newline char in doc generation error messages

10 months agocore: add version 4.0.3 in release notes
Sébastien Helleu [Mon, 31 Jul 2023 06:10:37 +0000 (08:10 +0200)] 
core: add version 4.0.3 in release notes

10 months agoirc: fix switch to channel manually joined (issue #1982)
Sébastien Helleu [Mon, 31 Jul 2023 06:03:50 +0000 (08:03 +0200)] 
irc: fix switch to channel manually joined (issue #1982)

This happens when server option autojoin_dynamic is on and option
irc.look.buffer_switch_autojoin is off.

Regression was introduced in version 4.0.0 by commit
1c3b871204072b612ea3793708b508fc4de923be.

10 months agocore: fix input length and crash after delete of line (issue #1989)
Sébastien Helleu [Fri, 28 Jul 2023 05:13:39 +0000 (07:13 +0200)] 
core: fix input length and crash after delete of line (issue #1989)

10 months agoirc: fix memory leak in IRC message parser
Sébastien Helleu [Thu, 20 Jul 2023 06:49:23 +0000 (08:49 +0200)] 
irc: fix memory leak in IRC message parser

Bug was introduced in WeeChat 3.4 by commit
c4b4d80936b5b1fe9f179a481f5c3a325ff8e42e.

10 months agoirc: fix display of self CTCP message containing bold attribute (issue #1981)
Sébastien Helleu [Tue, 18 Jul 2023 16:48:48 +0000 (18:48 +0200)] 
irc: fix display of self CTCP message containing bold attribute (issue #1981)

10 months agocore: add version 4.0.2 in release notes
Sébastien Helleu [Wed, 12 Jul 2023 20:06:13 +0000 (22:06 +0200)] 
core: add version 4.0.2 in release notes

10 months agoVersion 4.0.3-dev
Sébastien Helleu [Wed, 12 Jul 2023 18:47:52 +0000 (20:47 +0200)] 
Version 4.0.3-dev

10 months agoVersion 4.0.2 v4.0.2
Sébastien Helleu [Wed, 12 Jul 2023 18:42:04 +0000 (20:42 +0200)] 
Version 4.0.2

10 months agocore: fix renaming of options with command `/item rename` (issue #1978)
Sébastien Helleu [Mon, 10 Jul 2023 05:31:28 +0000 (07:31 +0200)] 
core: fix renaming of options with command `/item rename` (issue #1978)

The options `weechat.custom_bar_item.xxx.*` are now properly renamed to the new
item name.

This fixes a save issue (item saved with old name in config) and a crash if a
new item is created with the old name.

10 months agocore: add quotes around key names in /help key
Sébastien Helleu [Wed, 5 Jul 2023 19:25:58 +0000 (21:25 +0200)] 
core: add quotes around key names in /help key

11 months agocore: check that ptr_value is not NULL
Sébastien Helleu [Tue, 4 Jul 2023 17:15:20 +0000 (19:15 +0200)] 
core: check that ptr_value is not NULL

11 months agocore: keep keys ctrl-H and ctrl-? (in lower case) if they were manually bound to...
Sébastien Helleu [Tue, 4 Jul 2023 17:10:04 +0000 (19:10 +0200)] 
core: keep keys ctrl-H and ctrl-? (in lower case) if they were manually bound to custom commands in a previous version

11 months agocore: add key ctrl-backspace in /help key (closes #1975)
Sébastien Helleu [Tue, 4 Jul 2023 16:41:31 +0000 (18:41 +0200)] 
core: add key ctrl-backspace in /help key (closes #1975)

11 months agodoc: fix anchor links in auto-generated files
Sébastien Helleu [Tue, 4 Jul 2023 16:31:03 +0000 (18:31 +0200)] 
doc: fix anchor links in auto-generated files

11 months agocore: update ChangeLog
Sébastien Helleu [Mon, 3 Jul 2023 21:01:12 +0000 (23:01 +0200)] 
core: update ChangeLog

11 months agocore: fix styles
Sébastien Helleu [Mon, 3 Jul 2023 20:59:37 +0000 (22:59 +0200)] 
core: fix styles

11 months agocore: don't send key_pressed signal again for the same key press
Trygve Aaberge [Mon, 3 Jul 2023 19:59:23 +0000 (21:59 +0200)] 
core: don't send key_pressed signal again for the same key press

If you press an incomplete key sequence, previously WeeChat would send
the key_pressed signal again for the same keys on the next key.

E.g. if you press escape and then 1, previously you would get the
key_pressed signal with signal_data `\x01[` when you pressed escape, and
then key_pressed with `\x01[` again when you pressed 1 (plus key_pressed
with `1` for the 1 key). So two signals for the escape key, even though
it was only pressed once.

With this patch, you only get one signal for each key press. So one with
`\x01[` when you press escape and then one with `1` when you press 1.

11 months agocore: don't send key_combo_* signals for incomplete keys
Trygve Aaberge [Mon, 3 Jul 2023 19:59:09 +0000 (21:59 +0200)] 
core: don't send key_combo_* signals for incomplete keys

Version 4.0.0 (specifically commit 1f5c791c3) changed the key handling
so key_combo_* signals were sent for each character in a sequence,
rather than just when the sequence is finished. This broke parts of the
vimode.py script.

E.g. for the up arrow, 3.8 sends key_combo_default signal once with the
signal_data `\x01[[A`, while 4.0.0 sends it three times with the
signal_data `\x01[`, `\x01[[` and `\x01[[A`.

With this patch, the previous behavior is brought back. There is one
small change though. In 3.8 if you press escape one or two times it
doesn't send key_combo_default, but if you press it three or more times
it sends it for each escape press. With this patch, it's never sent for
plain escape presses, only when the sequence is finished with some other
key.

This is intentional, as getting key_combo_default for escape presses
doesn't make sense since it's not a finished combo, and the behavior of
3.8 where you got it after three or more key presses was most likely
unintentional as it just happened because it didn't match any key
bindings anymore (there are key bindings starting with one or two escape
characters, but not more).

11 months agotests: fix hdata tests failure on Alpine 3.18
Sébastien Helleu [Sat, 1 Jul 2023 07:52:02 +0000 (09:52 +0200)] 
tests: fix hdata tests failure on Alpine 3.18

11 months agotests/relay: fix crash in tests on Alpine 3.18
Sébastien Helleu [Sat, 1 Jul 2023 07:43:56 +0000 (09:43 +0200)] 
tests/relay: fix crash in tests on Alpine 3.18

11 months agobuild: fix detection of PHP 8.2 on Alpine 3.18
Sébastien Helleu [Sat, 1 Jul 2023 07:15:00 +0000 (09:15 +0200)] 
build: fix detection of PHP 8.2 on Alpine 3.18

11 months agoVersion 4.0.2-dev
Sébastien Helleu [Sat, 1 Jul 2023 07:53:53 +0000 (09:53 +0200)] 
Version 4.0.2-dev

11 months agoVersion 4.0.1 v4.0.1
Sébastien Helleu [Fri, 30 Jun 2023 19:18:01 +0000 (21:18 +0200)] 
Version 4.0.1

11 months agoguile: fix crash on quit with Guile < 3 (closes #1965)
Sébastien Helleu [Tue, 27 Jun 2023 19:44:54 +0000 (21:44 +0200)] 
guile: fix crash on quit with Guile < 3 (closes #1965)

11 months agocore: update ChangeLog
Sébastien Helleu [Tue, 27 Jun 2023 19:28:46 +0000 (21:28 +0200)] 
core: update ChangeLog

11 months agocore: check for newline characters in string_is_whitespace_char
Trygve Aaberge [Mon, 26 Jun 2023 21:52:23 +0000 (23:52 +0200)] 
core: check for newline characters in string_is_whitespace_char

This fixes a bug where if you had multiple lines in the input and
pressed ctrl-w when the cursor was after the first word of any line but
the first, it would delete both the word before the cursor and the last
word on the preceding line.

11 months agoapi: do not convert option name to lower case in API functions config_set_plugin...
Sébastien Helleu [Tue, 27 Jun 2023 10:56:42 +0000 (12:56 +0200)] 
api: do not convert option name to lower case in API functions config_set_plugin and config_set_desc_plugin

11 months agoirc: sent "QUIT" message to servers connected with TLS on `/upgrade`
Sébastien Helleu [Mon, 26 Jun 2023 20:06:46 +0000 (22:06 +0200)] 
irc: sent "QUIT" message to servers connected with TLS on `/upgrade`

11 months agocore: fix level of section title in release notes
Sébastien Helleu [Mon, 26 Jun 2023 19:22:28 +0000 (21:22 +0200)] 
core: fix level of section title in release notes

11 months agocore: display actual key name and command with key Alt+k
Sébastien Helleu [Mon, 26 Jun 2023 17:30:42 +0000 (19:30 +0200)] 
core: display actual key name and command with key Alt+k

Key Alt+K (upper K) is removed as well as commands `/input grab_raw_key` and
`/input grab_raw_key_command`.

11 months agoirc: reply to a CTCP request sent to self nick (closes #1966)
Sébastien Helleu [Sun, 25 Jun 2023 20:05:03 +0000 (22:05 +0200)] 
irc: reply to a CTCP request sent to self nick (closes #1966)

11 months agocore: add missing space in French translation
Sébastien Helleu [Sun, 25 Jun 2023 17:14:48 +0000 (19:14 +0200)] 
core: add missing space in French translation

11 months agocore: force key "return" to command "/input return" when migrating legacy keys
Sébastien Helleu [Sun, 25 Jun 2023 17:14:15 +0000 (19:14 +0200)] 
core: force key "return" to command "/input return" when migrating legacy keys

11 months agocore: fix format in Czech translation
Sébastien Helleu [Sat, 24 Jun 2023 22:48:21 +0000 (00:48 +0200)] 
core: fix format in Czech translation

11 months agocore: add option weechat.color.status_name_insecure in ChangeLog and release notes
Sébastien Helleu [Sun, 25 Jun 2023 13:17:16 +0000 (15:17 +0200)] 
core: add option weechat.color.status_name_insecure in ChangeLog and release notes

11 months agoVersion 4.0.1-dev
Sébastien Helleu [Sun, 25 Jun 2023 13:12:34 +0000 (15:12 +0200)] 
Version 4.0.1-dev

11 months agoVersion 4.0.0 v4.0.0
Sébastien Helleu [Sat, 24 Jun 2023 20:00:30 +0000 (22:00 +0200)] 
Version 4.0.0

11 months agodoc/user: fix typo in French translation
Sébastien Helleu [Fri, 23 Jun 2023 10:01:56 +0000 (12:01 +0200)] 
doc/user: fix typo in French translation

11 months agocore: update German translations
Nils Görs [Fri, 23 Jun 2023 05:43:45 +0000 (07:43 +0200)] 
core: update German translations

11 months agocore: update ChangeLog
Sébastien Helleu [Mon, 19 Jun 2023 05:30:31 +0000 (07:30 +0200)] 
core: update ChangeLog

11 months agocore: ignore rest of config file if config version is invalid or not supported
Sébastien Helleu [Sat, 17 Jun 2023 11:13:11 +0000 (13:13 +0200)] 
core: ignore rest of config file if config version is invalid or not supported

11 months agocore: update German translations
Nils Görs [Fri, 16 Jun 2023 12:31:16 +0000 (14:31 +0200)] 
core: update German translations

11 months agoexec: fix URL to plugin API reference in /help exec
Sébastien Helleu [Thu, 15 Jun 2023 20:07:34 +0000 (22:07 +0200)] 
exec: fix URL to plugin API reference in /help exec

11 months agodoc/user: fix URL to plugin API reference
Sébastien Helleu [Thu, 15 Jun 2023 20:04:45 +0000 (22:04 +0200)] 
doc/user: fix URL to plugin API reference

11 months agorelay: add IPv6 example in /help relay.network.bind_address
Sébastien Helleu [Thu, 15 Jun 2023 20:04:16 +0000 (22:04 +0200)] 
relay: add IPv6 example in /help relay.network.bind_address

11 months agocore: replace Debian Bullseye by Bookworm in Debian build script
Sébastien Helleu [Mon, 12 Jun 2023 19:26:21 +0000 (21:26 +0200)] 
core: replace Debian Bullseye by Bookworm in Debian build script

11 months agodoc/user: update dependencies versions to Debian Bookworm
Sébastien Helleu [Mon, 12 Jun 2023 19:26:00 +0000 (21:26 +0200)] 
doc/user: update dependencies versions to Debian Bookworm

11 months agodoc/user: fix description of key ctrl+q in search context
Sébastien Helleu [Mon, 12 Jun 2023 16:38:21 +0000 (18:38 +0200)] 
doc/user: fix description of key ctrl+q in search context