Age | Commit message (Collapse) | Author |
|
Reintroduce infos "irc_nick_color" and "irc_nick_color_name" (that were
marked deprecated since version 1.5).
A server name is added in the two infos and is optional, for backward
compatibility.
|
|
(closes #2000)
|
|
|
|
"echo-message" is enabled (closes #1991)
|
|
actually joined (closes #1990)
|
|
|
|
|
|
(issue #1736)
|
|
Commands 716/717 are returned if the target user has mode +g, they look like
this:
:server 716 my_nick bob :is in +g mode and must manually allow you to message them. Your message was discarded.
:server 717 my_nick bob :has been informed that you messaged them.
|
|
|
|
#1808)
|
|
|
|
(issue #139)
|
|
|
|
(issue #139)
|
|
enabled (issue #139, issue #1577)
|
|
(closes #1577, issue #139)
|
|
buffer (issue #139)
|
|
|
|
is enabled (issue #139)
|
|
|
|
(issue #139)
The status PRIVMSG and NOTICE are now displayed the same way for outgoing and
received messages:
Msg(alice) -> @#test: message for ops
Notice(alice) -> @#test: notice for ops
And any message like this is displayed with these tags if the nick is self
nick (case of a bouncer or if capability "echo-message" is enabled):
"self_msg", "notify_none", "no_highlight".
|
|
|
|
|
|
|
|
|
|
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
|