Age | Commit message (Collapse) | Author |
|
|
|
Except the IRC command name filter (`m:xxx`).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#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"
|
|
|
|
|
|
Unlink Python binaries so that the install of packages via brew is a success.
See: https://github.com/actions/setup-python/issues/577
|
|
|
|
|
|
|
|
weechat.look.command_chars (closes #1871)
|
|
|
|
|
|
This function is deprecated since Python 3.11.
|
|
code of snprintf
This removes three compiler warnings.
|