summaryrefslogtreecommitdiff
path: root/tests/unit/plugins/irc
AgeCommit message (Expand)Author
2023-04-12irc: improve short description of server (issue #1903)Sébastien Helleu
2023-04-12irc: connect with TLS and port 6697 by default (issue #1903)Sébastien Helleu
2023-04-12irc: rename "ssl" options to "tls" (issue #1903)Sébastien Helleu
2023-04-12irc: check that IRC URL starts with "irc" (issue #1903)Sébastien Helleu
2023-04-05tests: add tests on function irc_server_alloc_with_urlSébastien Helleu
2023-04-03irc: don't switch to buffer of joined channel if it was not manually joined n...Sébastien Helleu
2023-04-02irc: update autojoin option with redirected channels when autojoin_dynamic is...Sébastien Helleu
2023-03-31irc: fix target buffer for commands 432/433 when the nickname looks like a ch...Sébastien Helleu
2023-01-31irc: add command `/knock` (closes #7)Sébastien Helleu
2023-01-28irc: make IRC server names case sensitive (issue #1872)Sébastien Helleu
2023-01-28core: sort configuration files by name, reload them by priority (issue #1872)Sébastien Helleu
2023-01-15irc: update message with number of nicks when joining a channelSébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-12-24api: return arithmetic difference between chars in string comparison functionsSébastien Helleu
2022-11-21core: add option `unicode` in command `/debug`Sébastien Helleu
2022-09-15irc: add option irc.look.display_pv_nick_changeSébastien Helleu
2022-09-05irc: fix display of message 350 (whois, gateway) (closes #1815)Sébastien Helleu
2022-09-05tests: add missing include of string.hSébastien Helleu
2022-08-29irc: fix target buffer of generic errors when they contain a target nick (clo...Sébastien Helleu
2022-08-15irc: fix extract of isupport value when it is last in list and without value ...Sébastien Helleu
2022-08-13irc: display ACCOUNT command in private buffersSébastien Helleu
2022-08-13irc: add options and display SETNAME command in channels and private buffers ...Sébastien Helleu
2022-08-13irc: display CHGHOST command in private buffersSébastien Helleu
2022-08-07irc: fix parsing of messages with trailing spaces and no trailing parameter (...Sébastien Helleu
2022-07-21irc: fix display of TOPIC message with an empty trailing parameterSébastien Helleu
2022-07-21irc: fix display of QUIT message with an empty trailing parameter (closes #1797)Sébastien Helleu
2022-07-16irc: fix duplicated channels in autojoin option when autojoin_dynamic is enab...Sébastien Helleu
2022-07-02tests: add tests on IRC messages 524/704/705/706 (issue #1772)Sébastien Helleu
2022-07-02api: run hook_print callback also on empty messagesSébastien Helleu
2022-03-13tests: close xfer buffer after receiving some filesSébastien Helleu
2022-03-12tests: close buffers of channels created for tests on irc_join_save_channels_...Sébastien Helleu
2022-03-11irc: add option "sort" in command /autojoinSébastien Helleu
2022-03-10tests: add missing include of string.hSébastien Helleu
2022-03-10irc: display only one message in /autojoin command outputSébastien Helleu
2022-03-10tests: move include of tests/tests.h outside of extern "C"Sébastien Helleu
2022-03-10tests: add tests on verbose argument of irc join functionsSébastien Helleu
2022-03-10irc: fix add of same channel with and without key in the array listSébastien Helleu
2022-03-10irc: add command /autojoinSébastien Helleu
2022-03-10irc: add server option "autojoin_record"Sébastien Helleu
2022-03-05tests: add tests on function irc_server_validSébastien Helleu
2022-03-04tests: add tests on functions irc_server_search and irc_server_casesearchSébastien Helleu
2022-02-28irc: fix display of message 901 (you are now logged out) (closes #1758)Sébastien Helleu
2022-02-10irc: fix parsing of message 223 (m_filter) sent by InspIRCd server (closes #1...Sébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2022-01-06irc: use default callback in case of missing parameters in messages 311/312/3...Sébastien Helleu
2022-01-05irc: fix parsing of message 338 (whois, host) sent by Rizon server (closes #1...Sébastien Helleu
2022-01-04irc: fix display of message 344 received as whois geo info (closes #1736)Sébastien Helleu
2021-12-30irc: add IRC message tags in messages displayed (closes #1680)Sébastien Helleu
2021-11-13tests: add tests on some IRC SASL functionsSébastien Helleu
2021-11-06irc: fix join of channels with name longer than 127 chars (closes #1717)Sébastien Helleu