Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#1872)
|
|
This is faster because with case insensitive comparison, the chars are
converted to lower case anyway before being compared.
|
|
This is faster because with case insensitive comparison, the chars are
converted to lower case anyway before being compared.
|
|
sensitive (issue #1872)
|
|
(issue #1872)
|
|
#1872)
|
|
|
|
|
|
|
|
|
|
|
|
Priority is now allowed in function config_file_new, parameter `name`, with the
same format as hooks: "priority|name" (for example: "2000|test").
If not specified, the default priority is 1000.
|
|
|
|
|
|
Now the autojoin is made only one time, until the server buffer is closed.
A new flag `autojoin_done` is added to know whether the autojoin has already
been done or not on the server. It is set to 1 on first autojoin, and reset to
0 only if the server buffer is closed.
The flag `reconnect_join` is removed, because it is now obsolete.
|
|
Changed:
- "N voices" to "N voiced"
- "N normals" to "N regular"
|
|
|
|
|
|
weechat.look.command_chars (closes #1871)
|
|
This function is deprecated since Python 3.11.
|
|
code of snprintf
This removes three compiler warnings.
|
|
This removes two compiler warnings.
|
|
"input_text_changed" (closes #1869)
|
|
CMake is now the only way to build WeeChat.
|
|
These warnings may be enabled again in future when Ruby itself will be fixed.
|
|
by longjmp or vfork
|
|
|
|
|
|
Use a step of 10 between each scripting plugin priority.
|
|
A crash could occur if the command closes buffers.
An infinite loop could occur if the command creates new buffers.
|
|
iteration
|
|
|
|
new nick is the same with different case
|
|
|
|
|
|
|
|
|
|
(closes #1867)
|