Sébastien Helleu
44197397ef
tests: remove obsolete coding charset in Python scripts
2025-04-26 14:52:39 +02:00
Sébastien Helleu
b2a5d5995b
doc: move copyright/license headers at the top of the files
2025-04-26 14:10:48 +02:00
Sébastien Helleu
683fa2f585
irc: add support of strikethrough color attribute (using half bright) ( closes #2248 )
...
As ncurses doesn't support strikethrough, the text is rendered as half
bright (WeeChat color: "dim").
2025-04-26 14:10:43 +02:00
Sébastien Helleu
a008e8a423
core: move some copyrights and licenses from REUSE config into the files
2025-04-25 18:16:02 +02:00
Sébastien Helleu
0e777fef4e
core: update example in /help key
2025-04-25 18:12:59 +02:00
Sébastien Helleu
da4c24152b
core: add option "precedence" in REUSE configuration
2025-04-22 20:54:51 +02:00
Sébastien Helleu
32e3e76dd3
doc/dev: add REUSE ignore tags
2025-04-22 20:54:33 +02:00
Sébastien Helleu
a336a26fc6
doc/man: add REUSE ignore tags
2025-04-22 20:53:50 +02:00
Sébastien Helleu
be3e487bd6
ci: replace TCL 8.7 by 8.6 in FreeBSD CI
2025-04-21 08:40:45 +02:00
Sébastien Helleu
e282f77eee
core: add parameter --show-trace in the call to schemathesis
...
This displays a complete traceback information in case of internal error.
2025-04-20 09:07:45 +02:00
Ivan Pešić
286122b0c3
doc: update Serbian documentation
2025-04-19 13:53:32 +02:00
Sébastien Helleu
7a28bb95e2
core: add version 4.6.2
2025-04-18 20:47:09 +02:00
Sébastien Helleu
a215a4581c
debian: update changelog
2025-04-18 20:44:58 +02:00
Sébastien Helleu
86a910884b
debian: bump Standards-Version to 4.7.2
2025-04-18 20:44:57 +02:00
Sébastien Helleu
41f96c6494
core: fix write of weechat.log to stdout with weechat-headless --stdout ( closes #2247 )
2025-04-15 08:11:39 +02:00
Sébastien Helleu
0835d043de
doc/api: fix typo in description of function hook_url
2025-04-12 12:20:59 +02:00
Sébastien Helleu
d0babe8679
core: add refresh of window title on buffer switch, when option weechat.look.window_title is set
2025-04-11 19:30:32 +02:00
Sébastien Helleu
61ce24cf46
core: add version 4.6.1
2025-04-09 14:09:29 +02:00
Sébastien Helleu
cf2e7f4691
core: fix REUSE configuration
2025-04-05 17:19:10 +02:00
Sébastien Helleu
86d68a87d5
core: rename issue templates
2025-04-05 17:16:47 +02:00
Sébastien Helleu
0c3eaa9ba2
ci: add separate GitHub actions workflow for the REUSE compliance check
2025-04-05 17:16:43 +02:00
Sébastien Helleu
5e47c6453e
ci: add copyright and license in GitHub Actions CI workflow
2025-04-05 16:53:28 +02:00
Sébastien Helleu
5ccbdca0c9
core: consider all keys are safe in cursor context ( closes #2244 )
2025-04-04 18:52:58 +02:00
Sébastien Helleu
ea90809e6c
core: update ChangeLog (issue #2243 )
2025-04-02 22:59:55 +02:00
Alvar Penning
d4b8685551
perl: fix build when multiplicity is not available
...
Building WeeChat 4.6.0 on OpenBSD failed with the following error.
> /usr/ports/pobj/weechat-4.6.0/weechat-4.6.0/src/plugins/perl/weechat-perl.c:356:13: error: expected ')'
> function) < 0)
> ^
> /usr/ports/pobj/weechat-4.6.0/weechat-4.6.0/src/plugins/perl/weechat-perl.c:352:9: note: to match this '('
> if (weechat_asprintf (
> ^
> /usr/ports/pobj/weechat-4.6.0/weechat-4.6.0/src/plugins/perl/../weechat-plugin.h:1312:31: note: expanded from macro 'weechat_asprintf'
> (weechat_plugin->asprintf)(__result, __fmt, ##__argz)
On further inspection, the line in question was recently altered in
099e11d7b8 , where a comma was forgotten in the
else branch of the MULTIPLICITY ifdef.
After adding the comma, WeeChat builds as usual.
2025-04-02 22:58:10 +02:00
Sébastien Helleu
5ba7a72d90
ci: add build without perl multiplicity
2025-04-02 22:54:21 +02:00
Sébastien Helleu
db5afcde92
core: add REUSE badge in README
2025-03-31 20:59:59 +02:00
Sébastien Helleu
b0cfdeff94
doc/dev: add copyright and license information (SPDX / REUSE)
2025-03-31 12:09:21 +02:00
Sébastien Helleu
ff9d580ef5
ci: add reuse lint
2025-03-31 11:47:49 +02:00
Sébastien Helleu
2475f20cb7
all: move description of C files below the copyright and license
2025-03-31 11:47:49 +02:00
Sébastien Helleu
3a6ac9ee76
all: add SPDX license tag
2025-03-31 07:49:26 +02:00
Sébastien Helleu
4ab35ad44a
core: add REUSE configuration file
2025-03-30 14:47:12 +02:00
Sébastien Helleu
55d936d63a
relay: add SPDX copyright tag in relay OpenAPI document
2025-03-30 14:47:12 +02:00
Sébastien Helleu
0a5222f5d6
php: add SPDX copyright tag in PHP stub file
2025-03-30 14:47:12 +02:00
Sébastien Helleu
f4b29093ca
python: add SPDX copyright tag in Python stub file
2025-03-30 14:47:12 +02:00
Sébastien Helleu
cf3e24cda8
doc: add SPDX copyright tag in docs
2025-03-30 14:47:12 +02:00
Sébastien Helleu
d8987a1678
all: replace Copyright lines by SPDX copyright tag
2025-03-30 14:47:12 +02:00
Sébastien Helleu
8260963932
core: remove file FindPkgConfig.cmake
...
Rely on the file provided by CMake itself.
2025-03-30 14:05:51 +02:00
Sébastien Helleu
45c8bab9b8
irc: display nick changes and quit messages when option irc.look.ignore_tag_messages is enabled ( closes #2241 )
2025-03-28 12:08:40 +01:00
Sébastien Helleu
768534c606
core: add upgrade note in version 4.6.0
2025-03-28 12:07:53 +01:00
Ivan Pešić
7ca62883cf
core: update Serbian translation
2025-03-28 07:50:16 +01:00
Sébastien Helleu
8ab1825b80
core: remove unused file FindZLIB.cmake
2025-03-24 18:31:55 +01:00
Sébastien Helleu
369917f1bc
core: remove unused file CMakeParseArguments.cmake
2025-03-24 18:25:11 +01:00
Sébastien Helleu
7370e04017
Version 4.7.0-dev
2025-03-23 10:45:42 +01:00
Sébastien Helleu
9663f79746
Version 4.6.0
v4.6.0
2025-03-23 10:42:41 +01:00
Sébastien Helleu
e0b7d2a645
core: update ChangeLog
2025-03-21 07:53:29 +01:00
Nils Görs
99bb1454a4
core: update German translations
2025-03-17 11:03:14 +01:00
Sébastien Helleu
caa7af253a
tests: add tests on function util_strftimeval with microseconds < 0 or > 999999
2025-03-17 08:12:33 +01:00
Sébastien Helleu
36300c763d
core: update ChangeLog (issue #1174 )
2025-03-16 15:58:30 +01:00
Sébastien Helleu
e3ffef457f
core: add contributor (issue #1174 )
2025-03-16 15:58:30 +01:00