Age | Commit message (Collapse) | Author |
|
|
|
|
|
banned on channel (closes #88)
|
|
|
|
|
|
Changes:
- use "=" to separate key from value, add it only if value is set (any string,
including empty string)
- do not convert "_" to "-" in key
|
|
|
|
draft/multiline is enabled (issue #1923)
|
|
(closes #1927)
|
|
|
|
IRC_COMMAND_CAP_SUPPORTED
|
|
|
|
|
|
|
|
|
|
is enabled (closes #1898)
|
|
channel
|
|
|
|
Two new fields are added in IRC server structure:
- "authentication_method", possible values:
0: not authenticated
1: authenticated with SASL
2: authenticated with other method
- "sasl_mechanism_used", possible values: see enum t_irc_sasl_mechanism
in src/plugins/irc/irc-sasl.h
|
|
Changed:
- "N voices" to "N voiced"
- "N normals" to "N regular"
|
|
|
|
new nick is the same with different case
|
|
|
|
|
|
|
|
string_toupper
|
|
|
|
|
|
|
|
(closes #1814)
|
|
(closes #1807)
|
|
|
|
(closes #1805)
New options:
- irc.color.message_setname
- irc.look.smart_filter_setname
|
|
|
|
|
|
|
|
The regression was introduced with the new way to parse IRC message parameters,
in version 3.4.
|
|
|
|
|
|
|
|
|
|
|
|
RPL_HELPSTART/RPL_HELPTXT/RPL_ENDOFHELP (issue #1772)
|
|
|
|
|
|
|
|
#1751)
|
|
|
|
311/312/327 (whois) and 314 (whowas)
|
|
|