summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-message.c
AgeCommit message (Expand)Author
2023-07-20irc: fix memory leak in IRC message parserSébastien Helleu
2023-06-02irc: add missing "user" in documentation of functionsSébastien Helleu
2023-05-29irc: add command `/action` (closes #201, issue #1577), remove alias `action`Sébastien Helleu
2023-05-27irc: fix split of CTCP message with no argumentsSébastien Helleu
2023-05-14irc: do not allow send of empty messages (single line or multiline)Sébastien Helleu
2023-05-14irc: add support of "LINELEN" in message 005 (max message length in bytes) (c...Sébastien Helleu
2023-05-14irc: add support of capability "draft/multiline" (closes #1923)Sébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-08-07irc: fix parsing of messages with trailing spaces and no trailing parameter (...Sébastien Helleu
2022-06-25irc: update URLs to IRCv3 specificationsSébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-11-20irc: fix memory leak in case of realloc errorSébastien Helleu
2021-10-17irc: fix extraction of address from prefixSébastien Helleu
2021-10-17irc: parse and return command parameters in message parserSébastien Helleu
2021-06-24irc: add keys/values with tags in output of irc_message_parse_to_hashtable (i...Sébastien Helleu
2021-02-03irc: add info "irc_is_message_ignored"Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-03-28irc: remove empty linesSébastien Helleu
2020-03-21irc: use larger buffer for message in function irc_message_split_authenticate...Sébastien Helleu
2020-03-21irc: split AUTHENTICATE message in 400-byte chunks (closes #1459)Sébastien Helleu
2020-03-21irc: replace "char *" by "const char *" in arguments of split functionsSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-09-27irc: add "user" in output of irc_message_parse (closes #136)Sébastien Helleu
2019-08-04irc: fix length of user/nick/host in split of messages (closes #1387)Sébastien Helleu
2019-08-04tests: add unit tests on IRC functions irc_message_split* (issue #1387)Sébastien Helleu
2019-08-03tests: add unit tests on IRC functions irc_message_parse and irc_message_pars...Sébastien Helleu
2019-08-03irc: return NULL in function irc_message_get_address_from_host if the receive...Sébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-05-21irc: update ircv3 URLs in commentsSébastien Helleu
2018-05-19irc: remove unneeded check on variable posSébastien Helleu
2018-03-31irc: fix split of messages when server option "split_msg_max_length" is set t...Sébastien Helleu
2018-03-25irc: update URL with IRCv3.2 message tags specificationSébastien Helleu
2018-01-13irc: add server option "split_msg_max_length"Sébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-06-09irc: Remove unnecessary storesNeui
2017-05-24irc: remove unused variable in function irc_message_parseSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-09-08irc: fix charset decoding in incoming private messages (closes #520)Sébastien Helleu
2015-08-14irc: add option irc.network.channel_encode (issue #218, issue #482)Sébastien Helleu
2015-07-04core: add missing comments before functions when the result must be freed aft...Sébastien Helleu
2015-06-27irc: decode/encode only text in IRC messages and not the headers (bug #29886,...Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-11-01irc: reformat some code to make it more readableSébastien Helleu
2014-05-28irc: fix extract of channel in parser for JOIN/PART messages when there is a ...Sébastien Helleu
2014-02-20irc: fix parsing of nick/host when there is nothing after in message (malform...Sebastien Helleu