Age | Commit message (Collapse) | Author |
|
|
|
If the address of remote nick changes in a private buffer, a warning is
displayed.
|
|
".part" (closes #1237)
|
|
"charset_message" (closes #832)
This new option controls which part of the IRC message is decoded/encoded to
the target charset, and the new default behavior is to decode/encode the whole
IRC message (behavior in WeeChat >= 1.3 was to decode/encode only the text by
default).
|
|
release notes
|
|
|
|
|
|
(issue #1394)
|
|
|
|
There's no fallback on the other Python version:
- with no option: build with Python 3 only
- with option ENABLE_PYTHON2: build with Python 2 only.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For consistency, the option xfer.network.speed_limit has been renamed to
xfer.network.speed_limit_send.
|
|
notes
|
|
|
|
|
|
|
|
|
|
The following things have been renamed:
- file aspell.conf -> spell.conf
- options aspell.* -> spell.*
- bar item aspell_dict -> spell_dict
- bar item and local variable aspell_suggest -> spell_suggest
- info aspell_dict -> spell_dict
|
|
|
|
|
|
beginning of command line
The space can be added in option weechat.completion.nick_completer
(this is now the default value of the option):
/set weechat.completion.nick_completer ": "
|
|
|
|
string_{encode,decode}_base64
|
|
|
|
|
|
|
|
|
|
|
|
release notes
|
|
support the option "-server xxx"
|
|
|
|
|
|
#787)
|
|
|
|
|
|
|
|
|
|
|
|
This option is used to force partial completion on specific templates
(for now only "config_options").
|
|
|
|
|
|
|
|
|
|
|