Sébastien Helleu
6aa66b5363
irc: compute color in case insensitive way ( closes #194 )
...
Reintroduce infos "irc_nick_color" and "irc_nick_color_name" (that were
marked deprecated since version 1.5).
A server name is added in the two infos and is optional, for backward
compatibility.
2023-08-24 09:24:51 +02:00
Sébastien Helleu
c2426e88c9
irc: add functions to convert strings to lower/upper case (following casemapping) (issue #194 )
2023-08-24 09:24:42 +02:00
Sébastien Helleu
09eae3e2af
irc: add tests on server functions
2023-08-23 15:33:34 +02:00
Sébastien Helleu
25b3f2eae7
irc: fix string comparison when CASEMAPPING is set to "ascii"
2023-08-23 15:33:34 +02:00
Sébastien Helleu
9462c87ce5
tests: add tests on string comparison functions with range of 29 chars
2023-08-23 12:14:07 +02:00
Sébastien Helleu
03927a3283
irc: check that server is not NULL in function irc_server_eval_fingerprint
2023-08-23 12:08:59 +02:00
Sébastien Helleu
7afc43901d
irc: move function irc_server_fingerprint_search_algo_with_size
2023-08-23 12:06:59 +02:00
Sébastien Helleu
49f52cc051
doc/faq: split CTCP options into two blocks
...
Second block is for CTCP replies made by older versions (< 4.1.0).
2023-08-22 23:55:01 +02:00
Sébastien Helleu
c0bd12bdf0
doc/faq: add disabling of buflist in question about CPU usage
2023-08-22 23:44:58 +02:00
Sébastien Helleu
0871024eda
core: add version 4.0.4
2023-08-22 12:08:42 +02:00
Nils Görs
4566ed2bf9
core: update German translations
2023-08-22 11:30:35 +02:00
Sébastien Helleu
9591af8be8
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.
2023-08-22 10:29:11 +02:00
Sébastien Helleu
28ff9d602a
debian: bump Standards-Version to 4.6.2
2023-08-22 10:03:35 +02:00
Sébastien Helleu
a3382f5a09
build: update build dependency from libncursesw5-dev to libncurses-dev
2023-08-22 09:55:24 +02:00
Sébastien Helleu
212741af05
debian: remove NEWS file
2023-08-22 09:36:39 +02:00
Sébastien Helleu
00dbb24658
debian: update changelog
2023-08-22 09:35:40 +02:00
Sébastien Helleu
fdebcf690b
script: add parameters up/down/go in /help script and command completion
2023-08-22 09:34:41 +02:00
Sébastien Helleu
763e8bd3a0
script: allow jump to the last script with command /script go end
2023-08-22 09:24:06 +02:00
Sébastien Helleu
6950c953a1
script: adjust scroll after command /script go N
2023-08-22 09:21:00 +02:00
Ivan Pešić
fd6bdd3b59
doc: Update Serbian documentation
2023-08-22 07:51:09 +02:00
Ivan Pešić
f098a112a1
core: Update Serbian translation
2023-08-22 07:51:09 +02:00
Sébastien Helleu
ce4f4fb3fa
logger: remove trailing empty line in display of backlog ( closes #2002 )
2023-08-21 16:01:59 +02:00
Sébastien Helleu
faf9d1600f
tests: change date format in test of print_date_tags
...
With complete date and time format, the tests output was incorrectly parsed by
Emacs.
2023-08-21 15:31:14 +02:00
Sébastien Helleu
f4b9cad720
perl: fix display of non-ASCII chars after load of a script with Perl >= 5.38 ( closes #1996 )
2023-08-21 13:10:26 +02:00
Sébastien Helleu
6def0cf502
buflist: add list buffer in /help buflist and /help buflist.format.indent
2023-08-20 21:00:33 +02:00
Sébastien Helleu
6969b9b2b8
buflist: indent the /list buffer
2023-08-20 20:54:24 +02:00
Sébastien Helleu
5ffce90f23
irc: change local variable "type" from "irc_list" to "list" on /list buffer
2023-08-20 20:53:44 +02:00
Sébastien Helleu
64cb3e6a63
irc: fix wrong time displayed for CTCP messages received from self nick ( closes #2000 )
2023-08-18 23:57:35 +02:00
Sébastien Helleu
1fe1e1a1e8
scripts: fix tests of functions print_date_tag, print_y_date_tags and hook_timer on 32-bit systems (issue #1999 )
2023-08-18 16:42:52 +02:00
Sébastien Helleu
ed5467c4a9
scripts: fix function string_parse_size on 32-bit systems (python and ruby) (issue #1999 )
2023-08-18 16:40:53 +02:00
Sébastien Helleu
fadfffc0b6
xfer: fix conversion of string to IPv4 on 32-bit systems (issue #1999 )
2023-08-18 15:34:06 +02:00
Sébastien Helleu
08e110c835
core: use dynamic string in function gui_buffer_set_highlight_words_list
2023-08-18 13:38:05 +02:00
Sébastien Helleu
2c8657826f
core: simplify function gui_buffer_notify_get
2023-08-18 13:37:39 +02:00
Sébastien Helleu
b756598070
tests: add tests on GUI buffer functions
2023-08-18 13:35:36 +02:00
Sébastien Helleu
14334880d8
tests: fix NULL pointer comparison in test of function irc_message_parse_to_hashtable
2023-08-18 13:30:38 +02:00
Sébastien Helleu
2ad8a0d868
core: update ChangeLog (issue #1997 )
2023-08-18 07:54:47 +02: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
aac4b38432
core: add name of section in warning message for invalid value when reading config
2023-08-18 00:47:11 +02:00
Sébastien Helleu
41d23a448a
core: fix increment/decrement of options weechat.notify.*
2023-08-17 17:25:19 +02:00
Sébastien Helleu
274f5f9d53
core: fix integer overflow when setting integer option with ++N or --N
2023-08-17 17:03:34 +02:00
Nils Görs
d8bd0b7da8
core: update German translations
2023-08-17 12:10:01 +02:00
Nils Görs
773013cde7
core: update German translations
2023-08-17 11:27:51 +02:00
Sébastien Helleu
921b7fc2d3
tests: add tests on eval ternary operator with extra colon in value
2023-08-16 21:08:55 +02:00
Sébastien Helleu
8b9cdc8329
core: update translations (issue #1282 )
2023-08-16 16:12:49 +02:00
Sébastien Helleu
43d341feac
core: fix /help cursor (issue #1282 )
2023-08-16 16:12:35 +02:00
Sébastien Helleu
81e09bd6e1
doc/user: add chapter on cursor mode (issue #1282 )
2023-08-16 15:59:48 +02:00
Sébastien Helleu
48e6a1e387
core: add parameters and key bindings to move to edges of current area with commands /cursor go and /cursor move ( closes #1282 )
2023-08-16 15:25:52 +02:00
Sébastien Helleu
41dbcb1a81
core: set minimum CMake version to 3.5
...
This removes the following CMake warning:
CMake Deprecation Warning at CMakeLists.txt:22 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
2023-08-15 10:56:28 +02:00
Sébastien Helleu
e94a18268e
core: convert scripts local variables to lower case
2023-08-15 10:50:35 +02:00