summaryrefslogtreecommitdiff
path: root/tests/unit/plugins/irc/test-irc-server.cpp
AgeCommit message (Expand)Author
2023-04-27irc: add `${username}` in server options "nicks" and "username", change their...Sébastien Helleu
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-01-28irc: make IRC server names case sensitive (issue #1872)Sébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-09-05tests: add missing include of string.hSébastien Helleu
2022-08-15irc: fix extract of isupport value when it is last in list and without value ...Sébastien Helleu
2022-03-10tests: move include of tests/tests.h outside of extern "C"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-01-17core: update copyright datesSébastien Helleu
2021-10-17tests: protect IRC message with quotes in command /server fakerecvSébastien Helleu
2021-10-14tests: check displayed message/error for all simulated IRC commands receivedSébastien Helleu
2021-09-03irc: fix send of empty JOIN when connecting to a server with only parted chan...Sébastien Helleu
2021-08-08irc: save CLIENTTAGDENY from message 005 in server, do not send typing messag...Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-08-05irc: send all channels in a single JOIN command when reconnecting to the serv...Sébastien Helleu