summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-protocol.c
AgeCommit message (Collapse)Author
2021-10-17irc: use parsed command parameters in "nick" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "mode" command callbackSébastien Helleu
2021-10-17irc: rename macro IRC_PROTOCOL_CHECK_HOST to IRC_PROTOCOL_CHECK_PREFIXSébastien Helleu
2021-10-17irc: use parsed command parameters in "kill" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "kick" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "join" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "invite" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "fail", "warn" and "note" command ↵Sébastien Helleu
callbacks
2021-10-17irc: use parsed command parameters in "generic_error" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "error" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "chghost" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "cap" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "away" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "authenticate" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "account" command callbackSébastien Helleu
2021-10-17irc: fix typo in a commentSébastien Helleu
2021-10-17irc: replace "message" by "command" in description of functionsSébastien Helleu
2021-10-17irc: send parsed parameters to IRC command callbacksSébastien Helleu
2021-10-14irc: display command in lower case when there is a parsing errorSébastien Helleu
2021-10-14irc: do not display message with "(null)" for 973/974/975 command received ↵Sébastien Helleu
if pos_mode is NULL
2021-10-13irc: display a single error message when parsing of a command failedSébastien Helleu
2021-10-13irc: display a single error message when a command is not foundSébastien Helleu
2021-10-13irc: do not display message with "(null)" for numeric command received if ↵Sébastien Helleu
pos_args is NULL
2021-10-09irc: fix parsing of CAP message when there is no prefix (closes #1707)Sébastien Helleu
2021-09-21irc: fix parsing of TAGMSG message when there is a colon before the channelSébastien Helleu
This fixes the display of typing notifications on some IRC servers like inspircd.
2021-08-08irc: save CLIENTTAGDENY from message 005 in server, do not send typing ↵Sébastien Helleu
messages if "typing" client tag is denied
2021-08-03irc: fix read out of bounds in case of malformed AUTHENTICATE message (issue ↵Sébastien Helleu
#1679)
2021-08-03irc: fix SASL authentication when AUTHENTICATE message is received with a ↵Sébastien Helleu
server name (closes #1679)
2021-08-01irc: display a different message for setname applied on self and other nicks ↵Sébastien Helleu
(closes #1676)
2021-07-04irc, typing: display typing status for IRC nicksSébastien Helleu
2021-06-27irc: allow signals "irc_raw_in" and "irc_in" to eat messages (issue #1657)Simon Ser
This is useful to implement IRC protocol extensions which introduce new commands.
2021-06-25irc: implement IRCv3.2 SASL authentication, add command /auth (closes #413)Sébastien Helleu
2021-06-25irc: fix comment on TAGMSG callback function (issue #1654)Sébastien Helleu
2021-06-24irc: add keys/values with tags in output of irc_message_parse_to_hashtable ↵Sébastien Helleu
(issue #1654) Key is "tag_xxx" (where "xxx" is the name of tag) and value is the unescaped tag value.
2021-06-24irc: add support of TAGMSG messages (issue #1654)Sébastien Helleu
2021-06-24irc: escape/unescape IRC message tags values (issue #1654)Sébastien Helleu
Spec: https://ircv3.net/specs/extensions/message-tags#escaping-values
2021-06-21irc: set notify level to "private" for received WALLOPSSébastien Helleu
2021-06-19irc: enable all capabilities by default (supported by both server and ↵Sébastien Helleu
WeeChat) (closes #320) Capabilities can be excluded with the format: "*,!account-*,!extended-join".
2021-06-19irc: add option irc.look.display_account_message (issue #320)Sébastien Helleu
2021-06-19irc: add option irc.look.display_extended_join (issue #320)Sébastien Helleu
2021-06-15irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (closes #175)Sébastien Helleu
2021-06-15irc: add command /setname, add support of message and capability "setname" ↵Sébastien Helleu
(closes #1653)
2021-06-15irc: always set realname in nicks even when extended-join capability is not ↵Sébastien Helleu
enabled (issue #1653)
2021-06-15irc: add support of FAIL/WARN/NOTE messages (issue #1653)Sébastien Helleu
Spec: https://ircv3.net/specs/extensions/standard-replies
2021-06-01irc: add support of SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and ↵Sébastien Helleu
SCRAM-SHA-512 (closes #1628)
2021-05-25core, buflist, irc, relay: replace freenode by libera in commentsSébastien Helleu
2021-05-22irc: split server command before evaluating it (issue #1643)Sébastien Helleu
2021-05-16irc, buflist: add bar item "tls_version" with options for colors, add ↵Andrew Potter
buflist format "${format_tls_version}" (issue #1622)
2021-02-03irc: add info "irc_is_message_ignored"Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu