Age | Commit message (Collapse) | Author |
|
|
|
Regression was introduced by commit b38b2abe3b397af1133951fb5326cc5cbb80807e.
|
|
colons (closes #1296)
|
|
Functions tested:
- irc_color_decode
- irc_color_encode
- irc_color_decode_ansi
|
|
short ANSI color sequence
|
|
|
|
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=]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
string_{encode,decode}_base64
|
|
|
|
|
|
|
|
|
|
|
|
set to an invalid value
|
|
|
|
the nick comes back on the server (closes #1221)
|
|
|
|
automatic check of WHOX on the channel (issue #1212)
|
|
|
|
|
|
|
|
|
|
|
|
capabilities
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
list|listfull (closes #1193)
|
|
|
|
|
|
automatically with server option "away_check")
|
|
This fixes a crash when calling the function hdata_string on the "prefix"
variable in the nick.
|
|
|