Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Regression was introduced by commit b38b2abe3b397af1133951fb5326cc5cbb80807e.
|
|
colons (closes #1296)
|
|
|
|
#1175)
|
|
"aspell_suggest" (closes #1288)
|
|
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 ": "
|
|
|
|
The following special sequences are not supported in regular expressions on
FreeBSD:
- "\w": replaced with "[a-zA-Z0-9_]"
- "\S": replaced with "[^ ]" (it should be "[^ \t\n\r\f\v]", but in practice
only spaces could be a problem when we use this sequence).
|
|
|
|
Functions tested:
- irc_color_decode
- irc_color_encode
- irc_color_decode_ansi
|
|
short ANSI color sequence
|
|
|
|
|
|
|
|
(same action as F1/F2)
|
|
(same action as F11/F12)
|
|
with terminals)
|
|
This fixes the following warning:
irc-ctcp.c:411:46: warning: '%s' directive output may be truncated writing up
to 1023 bytes into a region of size between 0 and 1023 [-Wformat-truncation=]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#1286)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
WeeChat home (deleted on exit)
|
|
This fixes a compilation issue on FreeBSD 11.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix regex in relay.network.allowed_ips doc
|
|
|
|
authentication factor in weechat protocol
|
|
string_{encode,decode}_base64
|
|
|
|
|
|
|
|
|