Age | Commit message (Collapse) | Author |
|
#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
|
|
|
|
|
|
|
|
|
|
config)
|
|
|
|
|
|
This fixes a gcc warning: "warning: ‘strncpy’ output truncated before
terminating nul copying as many bytes from a string as its length
[-Wstringop-truncation]".
|
|
|
|
lua: mkdir API functions should return ERROR on error.
|