Age | Commit message (Expand) | Author |
2021-10-17 | irc: use parsed command parameters in "nick" command callback | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "mode" command callback | Sébastien Helleu |
2021-10-17 | irc: rename macro IRC_PROTOCOL_CHECK_HOST to IRC_PROTOCOL_CHECK_PREFIX | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "kill" command callback | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "kick" command callback | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "join" command callback | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "invite" command callback | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "fail", "warn" and "note" command callb... | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "generic_error" command callback | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "error" command callback | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "chghost" command callback | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "cap" command callback | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "away" command callback | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "authenticate" command callback | Sébastien Helleu |
2021-10-17 | irc: use parsed command parameters in "account" command callback | Sébastien Helleu |
2021-10-17 | irc: fix typo in a comment | Sébastien Helleu |
2021-10-17 | irc: replace "message" by "command" in description of functions | Sébastien Helleu |
2021-10-17 | irc: send parsed parameters to IRC command callbacks | Sébastien Helleu |
2021-10-14 | irc: display command in lower case when there is a parsing error | Sébastien Helleu |
2021-10-14 | irc: do not display message with "(null)" for 973/974/975 command received if... | Sébastien Helleu |
2021-10-13 | irc: display a single error message when parsing of a command failed | Sébastien Helleu |
2021-10-13 | irc: display a single error message when a command is not found | Sébastien Helleu |
2021-10-13 | irc: do not display message with "(null)" for numeric command received if pos... | Sébastien Helleu |
2021-10-09 | irc: fix parsing of CAP message when there is no prefix (closes #1707) | Sébastien Helleu |
2021-09-21 | irc: fix parsing of TAGMSG message when there is a colon before the channel | Sébastien Helleu |
2021-08-08 | irc: save CLIENTTAGDENY from message 005 in server, do not send typing messag... | Sébastien Helleu |
2021-08-03 | irc: fix read out of bounds in case of malformed AUTHENTICATE message (issue ... | Sébastien Helleu |
2021-08-03 | irc: fix SASL authentication when AUTHENTICATE message is received with a ser... | Sébastien Helleu |
2021-08-01 | irc: display a different message for setname applied on self and other nicks ... | Sébastien Helleu |
2021-07-04 | irc, typing: display typing status for IRC nicks | Sébastien Helleu |
2021-06-27 | irc: allow signals "irc_raw_in" and "irc_in" to eat messages (issue #1657) | Simon Ser |
2021-06-25 | irc: implement IRCv3.2 SASL authentication, add command /auth (closes #413) | Sébastien Helleu |
2021-06-25 | irc: fix comment on TAGMSG callback function (issue #1654) | Sébastien Helleu |
2021-06-24 | irc: add keys/values with tags in output of irc_message_parse_to_hashtable (i... | Sébastien Helleu |
2021-06-24 | irc: add support of TAGMSG messages (issue #1654) | Sébastien Helleu |
2021-06-24 | irc: escape/unescape IRC message tags values (issue #1654) | Sébastien Helleu |
2021-06-21 | irc: set notify level to "private" for received WALLOPS | Sébastien Helleu |
2021-06-19 | irc: enable all capabilities by default (supported by both server and WeeChat... | Sébastien Helleu |
2021-06-19 | irc: add option irc.look.display_account_message (issue #320) | Sébastien Helleu |
2021-06-19 | irc: add option irc.look.display_extended_join (issue #320) | Sébastien Helleu |
2021-06-15 | irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (closes #175) | Sébastien Helleu |
2021-06-15 | irc: add command /setname, add support of message and capability "setname" (c... | Sébastien Helleu |
2021-06-15 | irc: always set realname in nicks even when extended-join capability is not e... | Sébastien Helleu |
2021-06-15 | irc: add support of FAIL/WARN/NOTE messages (issue #1653) | Sébastien Helleu |
2021-06-01 | irc: add support of SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-... | Sébastien Helleu |
2021-05-25 | core, buflist, irc, relay: replace freenode by libera in comments | Sébastien Helleu |
2021-05-22 | irc: split server command before evaluating it (issue #1643) | Sébastien Helleu |
2021-05-16 | irc, buflist: add bar item "tls_version" with options for colors, add buflist... | Andrew Potter |
2021-02-03 | irc: add info "irc_is_message_ignored" | Sébastien Helleu |
2021-01-02 | core: update copyright dates | Sébastien Helleu |