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
|
a1cbe63a42
|
tests: move CMake file, main C++/headers for tests and scripts to unit directory
|
2025-05-05 13:18:34 +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
|
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
|
f89d4a60cd
|
tests: fix tests on function irc_join_compare_join_channel (closes #1997)
|
2023-08-18 07:34:52 +02:00 |
|
Sébastien Helleu
|
5bf78f40e5
|
tests: fix typo in test name
|
2023-08-18 07:30:20 +02:00 |
|
Sébastien Helleu
|
f7149dc7be
|
tests: create and close server buffer in tests on function irc_join_split
|
2023-05-31 23:39:19 +02:00 |
|
Sébastien Helleu
|
c0300ec0a4
|
tests: fix close of channel buffers after tests on function irc_join_split
|
2023-05-31 23:00:34 +02:00 |
|
Sébastien Helleu
|
1f21cdc0bd
|
irc: update secure data when server autojoin option contains ${sec.data.xxx} and option autojoin_dynamic is enabled (closes #1934)
|
2023-05-16 21:03:22 +02:00 |
|
Sébastien Helleu
|
b127bed0fc
|
irc: add option buffer in command /autojoin sort (closes #1876)
|
2023-05-01 17:02:51 +02:00 |
|
Sébastien Helleu
|
1c3b871204
|
irc: don't switch to buffer of joined channel if it was not manually joined nor present in server autojoin option
|
2023-04-03 20:00:32 +02:00 |
|
Sébastien Helleu
|
ff85d00e7f
|
irc: update autojoin option with redirected channels when autojoin_dynamic is enabled (closes #1898)
|
2023-04-02 13:49:25 +02:00 |
|
Sébastien Helleu
|
33bba784c3
|
core: update copyright dates
|
2023-01-01 14:54:35 +01:00 |
|
Sébastien Helleu
|
083032972d
|
api: return arithmetic difference between chars in string comparison functions
Return code is changed for the following functions:
- string_strcasecmp
- string_strcasecmp_range
- string_strncasecmp
- string_strncasecmp_range
- string_strcmp_ignore_chars
- utf8_charcmp
- utf8_charcasecmp
- utf8_charcasecmp_range
|
2022-12-24 16:25:20 +01:00 |
|
Sébastien Helleu
|
0440309cee
|
irc: fix duplicated channels in autojoin option when autojoin_dynamic is enabled (closes #1795)
|
2022-07-16 14:05:48 +02:00 |
|
Sébastien Helleu
|
47e71a1bbd
|
tests: close buffers of channels created for tests on irc_join_save_channels_to_autojoin
|
2022-03-12 15:20:45 +01:00 |
|
Sébastien Helleu
|
3f9c46468c
|
irc: add option "sort" in command /autojoin
|
2022-03-11 19:31:56 +01:00 |
|
Sébastien Helleu
|
9a286c65c6
|
tests: add missing include of string.h
|
2022-03-10 21:37:13 +01:00 |
|
Sébastien Helleu
|
bb03e18425
|
irc: display only one message in /autojoin command output
|
2022-03-10 21:12:46 +01:00 |
|
Sébastien Helleu
|
74ba21a8c4
|
tests: add tests on verbose argument of irc join functions
|
2022-03-10 21:12:46 +01:00 |
|
Sébastien Helleu
|
02bdf854bc
|
irc: fix add of same channel with and without key in the array list
|
2022-03-10 21:12:46 +01:00 |
|
Sébastien Helleu
|
9cfdb4a324
|
irc: add command /autojoin
|
2022-03-10 21:12:46 +01:00 |
|
Sébastien Helleu
|
c1e65e8edd
|
irc: add server option "autojoin_record"
|
2022-03-10 21:12:46 +01:00 |
|