Age | Commit message (Collapse) | Author |
|
|
|
Add new options irc.color.message_kick and irc.color.reason_kick to be used
for coloring KICK and KILL messages.
|
|
"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).
|
|
the timestamp (issue #1396)
IRC Messages:
- 346: invite list
- 348: exception list
- 728: quiet list
|
|
timestamp (closes #1396)
|
|
|
|
|
|
|
|
|
|
|
|
structure (issue #1387)
|
|
|
|
irc_message_parse_to_hashtable
|
|
received host is NULL
|
|
the nick (closes #1376, issue #1319)
|
|
|
|
|
|
file weechat.upgrade is not found
|
|
|
|
|
|
(closes #195)
|
|
|
|
(issue #151)
|
|
CAP ACK (closes #151)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
argument (closes #1296)
|
|
Allows for custom LIBDIR to specified with cmake builds. WEECHAT_LIBDIR
is used for a custom Weechat directory, or set from LIBDIR (as LIBDIR
used to be set).
|
|
"irc_server_isupport_value"
|
|
|
|
options
This option is OFF by default and should be enabled only for tests, to measure
test coverage.
|
|
ssl_fingerprint option
|
|
current buffer is not an irc buffer (closes #1325)
|
|
(closes #1324)
|
|
|
|
(closes #1322)
|
|
|
|
|
|
|
|
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=]
|
|
|