Age | Commit message (Collapse) | Author |
|
|
|
(issue #1903)
|
|
(issue #1903)
|
|
|
|
|
|
lower case
|
|
|
|
|
|
nor present in server autojoin option
|
|
is enabled (closes #1898)
|
|
|
|
|
|
docs (closes #1901)
|
|
channel
|
|
|
|
|
|
|
|
Keys added in mouse context were already hidden, so it makes sense to not
display keys in default context as well.
These keys added by the default plugins are documented anyway.
|
|
When command /key is called without arguments, and if fset plugin is loaded,
fset displays all key options (filter: `weechat.key*`).
|
|
Legacy keys are automatically converted to new names when loading configuration
file `weechat.conf`.
Examples:
"ctrl-I" => "tab"
"meta2-1;3A" => "meta-up"
"meta2-Z" => "shift-tab"
"meta-wmeta-meta2-A" => "meta-w,meta-up"
"ctrl-Cb" => "ctrl-c,b"
|
|
|
|
(closes #1892)
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
matters (issue #1872)
|
|
|
|
(issue #1872)
|
|
|
|
sensitive (issue #1872)
|
|
|
|
|
|
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.
|
|
sensitive (issue #1872)
|
|
(issue #1872)
|