Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
weechat.color.status_name_tls (issue #1903)
|
|
|
|
(issue #1903)
|
|
(issue #1903)
|
|
|
|
lower case
|
|
|
|
|
|
nor present in server autojoin option
|
|
is enabled (closes #1898)
|
|
|
|
channel
|
|
|
|
|
|
|
|
|
|
Two new fields are added in IRC server structure:
- "authentication_method", possible values:
0: not authenticated
1: authenticated with SASL
2: authenticated with other method
- "sasl_mechanism_used", possible values: see enum t_irc_sasl_mechanism
in src/plugins/irc/irc-sasl.h
|
|
freed (issue #1875)
This frees some allocated memory if size_alloc was greater than size in the
dynamic string.
|
|
|
|
(issue #1872)
|
|
Except the IRC command name filter (`m:xxx`).
|
|
|
|
|
|
This is faster because with case insensitive comparison, the chars are
converted to lower case anyway before being compared.
|
|
sensitive (issue #1872)
|
|
|
|
|
|
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"
|
|
This removes two compiler warnings.
|
|
CMake is now the only way to build WeeChat.
|
|
|
|
new nick is the same with different case
|
|
|
|
|
|
|
|
|
|
string_toupper
|
|
the server (closes #560, bug #21529)
|
|
|
|
buffer already opened (closes #1448)
|
|
|
|
server option autoreconnect is off (closes #1708)
|
|
|
|
This prevents any attack due to an external security issue in the Linux
netfilter implementation (nf_conntrack_irc).
See: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2663
|
|
|
|
(closes #1814)
|