summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-03-13tests: add tests on function gui_buffer_validSébastien Helleu
2022-03-13tests: add tests on functions gui_buffer_search_type and gui_buffer_search_no...Sébastien Helleu
2022-03-13tests: add tests on functions gui_buffer_new and gui_buffer_new_propsSé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-21tests: add tests on function logger_backlog_display_lineSébastien Helleu
2022-02-19tests: add tests on function string_strndupSébastien Helleu
2022-02-10irc: fix parsing of message 223 (m_filter) sent by InspIRCd server (closes #1...Sébastien Helleu
2022-01-30core: search in message tags when tags are displayed with /debug tagsSébastien Helleu
2022-01-30core: add support of date and tags in messages displayed in buffers with free...Sébastien Helleu
2022-01-30tests: add tests on gui_chat_printf_date_tags with past date and tagsSébastien Helleu
2022-01-29tests: add tests on GUI chat functionsSébastien Helleu
2022-01-28tests: add tests on functions gui_line_build_string_prefix_message and gui_li...Sébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2022-01-14tests: split tests on functions string_tolower and string_toupperSébastien Helleu
2022-01-14core: rename argument "length" to "bytes" in function string_strndupSé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-21tests: add missing include of stdio.hSébastien Helleu
2021-11-13trigger: hide key and password in command "/msg nickserv setpass nick key pas...Sébastien Helleu
2021-11-13tests: add tests on some IRC SASL functionsSébastien Helleu
2021-11-12tests: add tests on default triggersSébastien Helleu
2021-11-09tests: add extra tests on functions string_strcmp_ignore_chars and string_con...Sébastien Helleu
2021-11-07tests: fix allocation of test_ptr_1_hashtable_dyn in hdata testsSébastien Helleu
2021-11-07tests: add tests on UTF-8 string functionsSébastien Helleu
2021-11-06irc: fix join of channels with name longer than 127 chars (closes #1717)Sébastien Helleu
2021-11-06api: add parameters pointers, extra_vars and options in function hdata_searchSébastien Helleu
2021-11-05tests: add missing include of string.hSébastien Helleu
2021-11-05core: add unit tests on hdataSébastien Helleu
2021-10-17irc: do not display first parameter in numeric command when it is "*"Sébastien Helleu
2021-10-17irc: do not display "*" when received as nick in command 900Sébastien Helleu
2021-10-17irc: remove parameters argc/argv/argv_eol from command callbacksSébastien Helleu
2021-10-17tests: ensure trailing spaces are preserved in some incoming IRC commandsSébastien Helleu
2021-10-17tests: protect IRC message with quotes in command /server fakerecvSébastien Helleu
2021-10-17irc: use parsed command parameters in "901" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "900" command callbackSébastien Helleu
2021-10-17irc: use parsed command parameters in "730", "731", "732", "733" and "734" co...Sébastien Helleu