Josh Soref
4ef3011ea9
spelling: cannot
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 18:22:02 +02:00
Josh Soref
08895863d9
spelling: callbacks
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 18:20:02 +02:00
Josh Soref
fd1899aa12
spelling: buffer
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 18:20:02 +02:00
Josh Soref
3eb4b203f2
spelling: backtrace
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 18:20:02 +02:00
Josh Soref
969376c88a
spelling: backslashes
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 18:20:02 +02:00
Josh Soref
17381d983f
spelling: autoconnect
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 18:20:02 +02:00
Josh Soref
631ca3f8df
spelling: authenticate
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 18:20:02 +02:00
Josh Soref
a464135f39
spelling: at
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 18:20:02 +02:00
Josh Soref
ef107fd66d
spelling: anymore
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 18:20:02 +02:00
Josh Soref
d3ceabf5de
spelling: an
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 17:34:04 +02:00
Josh Soref
02ea93e88f
spelling: above
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 17:34:00 +02:00
Sébastien Helleu
824c172984
Revert "ci: install version 3.35.5 of schemathesis"
...
This reverts commit 2b702f21d3 .
2024-09-25 21:31:40 +02:00
Sébastien Helleu
759ffc3d21
core: add CVE id in ChangeLog
2024-09-25 20:29:14 +02:00
Sébastien Helleu
6534919868
irc: decode IRC color codes only when displaying messages
...
Before parsing IRC messages, they were almost all changed to convert IRC color
codes to WeeChat color codes, which caused some bugs when storing data like
account and real names (stored with WeeChat color codes instead of IRC colors).
Now the messages are parsed as-is, then the colors are converted only when
strings are displayed in a buffer by `weechat_printf()`.
2024-09-22 23:05:16 +02:00
Sébastien Helleu
02847246b2
core, plugins, tests: fix octal notation in strings
2024-09-19 08:34:18 +02:00
Sébastien Helleu
2b702f21d3
ci: install version 3.35.5 of schemathesis
...
This fixes the CI as schemathesis 3.36.0 has a regression on ignored_auth
check (https://github.com/schemathesis/schemathesis/issues/2462 ).
2024-09-19 08:34:18 +02:00
Krzysztof Korościk
fc16a4c141
doc: updated polish translation
2024-09-17 11:35:50 +02:00
Sébastien Helleu
1cf65df089
tests: add tests on missing supported IRC messages
2024-09-15 21:47:43 +02:00
Sébastien Helleu
01103cb02a
irc: do not strip trailing spaces from incoming IRC messages
2024-09-15 21:47:32 +02:00
Sébastien Helleu
6908eec160
tests: replace POINTERS_EQUAL by STRCMP_EQUAL in string comparisons with NULL
2024-09-14 10:26:42 +02:00
Sébastien Helleu
cfd4ab909f
core: set max version for Curl symbol CURLAUTH_NTLM_WB
2024-09-11 18:19:26 +02:00
Sébastien Helleu
554892131d
core: update ChangeLog (issue #2180 )
2024-09-10 07:26:22 +02:00
Fredrik Fornwall
a15ae18c81
core: Fix build on Android to define htobe64
2024-09-09 21:48:55 +02:00
Sébastien Helleu
7ed85f3ed3
core: add version 4.4.2
2024-09-08 12:25:42 +02:00
Sébastien Helleu
df4acd5d3d
core: fix test of Debian patches when there are no patches
2024-09-08 09:27:50 +02:00
Sébastien Helleu
bb83685ac6
core: add contributor (issue #2179 )
2024-09-07 16:46:27 +02:00
Sébastien Helleu
91961433e3
core: update ChangeLog ( closes #2178 )
2024-09-07 08:56:33 +02:00
Sébastien Helleu
9aa0a94156
trigger: fix integer overflow in loop (issue #2178 )
2024-09-07 08:40:47 +02:00
Sébastien Helleu
970f20af31
relay: fix integer overflow in loops (issue #2178 )
2024-09-07 08:40:19 +02:00
Sébastien Helleu
62d0347d4b
irc: fix integer overflow in loops (issue #2178 )
2024-09-07 08:40:07 +02:00
Sébastien Helleu
5564baf424
core: fix integer overflow in loops (issue #2178 )
2024-09-07 08:39:37 +02:00
Yiheng Cao
315f769ab2
core: fix integer overflow in string_free_split functions (issue #2178 )
2024-09-07 08:27:43 +02:00
Sébastien Helleu
5f62eb1f2b
tests: add tests on function string_rebuild_split_string with empty items
2024-09-07 08:27:26 +02:00
Sébastien Helleu
143f694fe2
core, plugins: add missing parentheses when dereferencing a pointer with an array index
2024-09-05 20:57:29 +02:00
Sébastien Helleu
230c436dd4
core: add note about security issues in GitHub question issue template
2024-09-04 09:21:52 +02:00
Nils Görs
b3f34ecf33
core: update German translations
2024-09-03 14:10:20 +02:00
Sébastien Helleu
3253500d15
irc: add option irc.look.notice_nicks_disable_notify
2024-09-02 19:55:27 +02:00
Sébastien Helleu
fce44675c4
core: fix typo in French translation
2024-09-02 18:48:54 +02:00
Nils Görs
0ab7c20f0d
core: update German translations
2024-09-02 15:46:38 +02:00
Sébastien Helleu
b36c6c2e26
doc/faq: fix suggested value for option irc.server.xxx.tls_priorities
2024-08-31 16:32:32 +02:00
Sébastien Helleu
9b969be1f9
doc/user: change fake hostname in weechat relay example
...
The hostname `example.com` is already used in doc and help on commands.
2024-08-31 08:52:00 +02:00
Sébastien Helleu
954a7462c0
doc/user: add api relay example with https
2024-08-31 08:50:37 +02:00
Sébastien Helleu
434c1ee3c4
relay/api: send the sync request at the same time as buffer data retrieval
...
This fixes events missed by the client when synchronizing after fetching data.
2024-08-25 21:13:38 +02:00
Sébastien Helleu
6bb4d64512
relay/api: allow array with multiple requests in websocket frame received from client
2024-08-25 20:48:52 +02:00
Sébastien Helleu
4572e46ced
relay: change input prompt label when fetching data from remote, keep remote status displayed
2024-08-24 11:25:06 +02:00
Sébastien Helleu
c1130446eb
relay: add status "data synchronization" on remote buffers
2024-08-24 11:00:52 +02:00
Sébastien Helleu
9f44a1087b
core, plugins: simplify help on parameters that can be repeated in commands
2024-08-24 10:59:21 +02:00
Sébastien Helleu
08ad5be78d
core: automatically build list of sources used for translations
2024-08-24 10:25:17 +02:00
Sébastien Helleu
cba7c764da
core: add missing "<id>" in /help buffer for parameter "clear"
2024-08-23 08:27:19 +02:00
Sébastien Helleu
c3fd7e4e44
doc: fix color of text with syntax highlighting and light theme
2024-08-22 19:08:42 +02:00