Sébastien Helleu
|
f53e7fb9ef
|
core, plugins: fix typos in comments on functions, use imperative
|
2026-03-23 20:45:36 +01:00 |
|
Sébastien Helleu
|
106fe6ca7c
|
core: update copyright dates
|
2026-03-08 10:37:15 +01: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
|
d8987a1678
|
all: replace Copyright lines by SPDX copyright tag
|
2025-03-30 14:47:12 +02:00 |
|
Sébastien Helleu
|
547e2b934e
|
core: update copyright dates
|
2025-02-01 23:13:18 +01: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
|
24c4029c96
|
core: remove "wee-" prefix from source files in src/core and src/core/hook
|
2024-03-12 21:27:37 +01:00 |
|
Sébastien Helleu
|
eecb2a997e
|
core: update copyright dates
|
2024-01-01 22:29:58 +01:00 |
|
Sébastien Helleu
|
5d9af29024
|
api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (issue #194)
|
2023-08-24 18:19:32 +02:00 |
|
Sébastien Helleu
|
156bdc6444
|
core: change default chat colors (issue #1920)
Default values changed:
- weechat.color.chat_delimiters: green -> 22
- weechat.color.chat_highlight_bg: magenta -> 124
- weechat.color.chat_inactive_window: default -> 240
- weechat.color.chat_nick_colors: add many colors
- weechat.color.chat_nick_offline: default -> 242
- weechat.color.chat_nick_offline_highlight_bg: blue -> 17
- weechat.color.chat_prefix_buffer: brown -> 180
- weechat.color.emphasized_bg: magenta -> 54
- weechat.color.nicklist_away: cyan -> 240
|
2023-04-26 21:08:12 +02:00 |
|
Sébastien Helleu
|
33bba784c3
|
core: update copyright dates
|
2023-01-01 14:54:35 +01:00 |
|
Sébastien Helleu
|
c44b79dce7
|
core: update copyright dates
|
2022-01-17 18:41:06 +01:00 |
|
Sébastien Helleu
|
c54cadace5
|
tests: use macros UINT32_C and UINT64_C for integer constants of type uint32_t and uint64_t
This fixes the following compiler warnings: "integer constant is so large that
it is unsigned".
|
2021-03-17 21:56:43 +01:00 |
|
Sébastien Helleu
|
efc7a588d6
|
core: update copyright dates
|
2021-01-02 21:34:16 +01:00 |
|
Sébastien Helleu
|
bb82dbc0ec
|
tests: add missing braces around if/else in macro WEE_NICK_STRDUP_FOR_COLOR (issue #1565)
|
2020-10-04 08:53:08 +02:00 |
|
Sébastien Helleu
|
f8403c76db
|
api: add optional list of colors in infos "nick_color" and "nick_color_name" (closes #1565)
|
2020-10-04 08:46:36 +02:00 |
|
Sébastien Helleu
|
657e659c42
|
core: add argument "num_colors" in function gui_nick_hash_color, add tests on nick functions (issue #1565)
Functions tested:
- gui_nick_hash_djb2_64
- gui_nick_hash_djb2_32
- gui_nick_hash_sum_64
- gui_nick_hash_sum_32
- gui_nick_get_forced_color
- gui_nick_strdup_for_color
- gui_nick_find_color
- gui_nick_find_color_name
|
2020-10-04 08:46:25 +02:00 |
|
Sébastien Helleu
|
36c55f6973
|
tests: fix name of some unit tests
|
2020-08-05 07:28:30 +02:00 |
|
Sébastien Helleu
|
aa3941fee2
|
tests: always run callback in calls to function config_file_option_set
|
2020-03-13 23:12:22 +01:00 |
|
Sébastien Helleu
|
feb6258910
|
core: update copyright dates
|
2020-01-04 10:41:26 +01:00 |
|
Sébastien Helleu
|
3dab07d659
|
tests: add unit tests on hash algorithms with salt (issue #635)
|
2019-11-25 23:02:05 +01:00 |
|
Sébastien Helleu
|
608ec9f483
|
core: add values djb2_32 and sum_32 for option weechat.look.nick_color_hash (issue #1394)
|
2019-08-20 21:20:33 +02:00 |
|
Sébastien Helleu
|
80f103b68a
|
core: use fixed-width integer for computing nick hash (issue #1394)
|
2019-08-19 23:27:11 +02:00 |
|