summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-08-21logger: remove trailing empty line in display of backlog (closes #2002)Sébastien Helleu
2023-08-21tests: change date format in test of print_date_tagsSébastien Helleu
2023-08-18scripts: fix tests of functions print_date_tag, print_y_date_tags and hook_ti...Sébastien Helleu
2023-08-18scripts: fix function string_parse_size on 32-bit systems (python and ruby) (...Sébastien Helleu
2023-08-18xfer: fix conversion of string to IPv4 on 32-bit systems (issue #1999)Sébastien Helleu
2023-08-18tests: add tests on GUI buffer functionsSébastien Helleu
2023-08-18tests: fix NULL pointer comparison in test of function irc_message_parse_to_h...Sébastien Helleu
2023-08-18tests: fix tests on function irc_join_compare_join_channel (closes #1997)Sébastien Helleu
2023-08-18tests: fix typo in test nameSébastien Helleu
2023-08-16tests: add tests on eval ternary operator with extra colon in valueSébastien Helleu
2023-08-14tests: add empty function to test function irc_list_buffer_set_localvar_filterSébastien Helleu
2023-08-12irc: add buffer for /list reply (closes #1972)Sébastien Helleu
2023-08-09irc: add missing tags on multiline messages (closes #1987)Sébastien Helleu
2023-08-08relay: fix display of IRC CTCP messages received from client (issue #1986)Sébastien Helleu
2023-08-01tests: add test on IRC notice sent to another nick with channel name at begin...Sébastien Helleu
2023-07-18irc: fix display of self CTCP message containing bold attribute (closes #1981)Sébastien Helleu
2023-07-15tests: add missing include of string.hSébastien Helleu
2023-07-12irc: remove default CTCP replies FINGER and USERINFO (issue #1974)Sébastien Helleu
2023-07-12irc: build dynamically the list of CTCPs supported in reply to "CTCP CLIENTIN...Sébastien Helleu
2023-07-12irc: evaluate options irc.ctcp.* (issue #1974)Sébastien Helleu
2023-07-10irc: add missing "account-tag" in list of supported capabilitiesSébastien Helleu
2023-07-10core: fix renaming of options with command `/item rename` (closes #1978)Sébastien Helleu
2023-07-08core: add option type "enum" (closes #1973)Sébastien Helleu
2023-07-01tests: fix hdata tests failure on Alpine 3.18Sébastien Helleu
2023-07-01tests/relay: fix crash in tests on Alpine 3.18Sébastien Helleu
2023-06-27core: check for newline characters in string_is_whitespace_charTrygve Aaberge
2023-06-26irc: fix display of country code in message 344 received as whois geo info (i...Sébastien Helleu
2023-06-26irc: display commands 716/717 in private buffer (if present) (closes #146)Sébastien Helleu
2023-06-25irc: reply to a CTCP request sent to self nick (closes #1966)Sébastien Helleu
2023-06-05tests: fix checks on integers in relay irc protocol testsSébastien Helleu
2023-06-05tests: add missing include of string.h in logger testsSébastien Helleu
2023-06-05logger: fix display of multiline messages in backlog (closes #1926)Sébastien Helleu
2023-06-05tests: add tests on logger tail functions (issue #1926)Sébastien Helleu
2023-06-04irc: add tag "new_host_xxx" in message displayed for command CHGHOST (closes ...Sébastien Helleu
2023-06-03relay: add support of capability "echo-message" (closes #1949)Sébastien Helleu
2023-06-02tests: add tests on relay "irc" protocolSébastien Helleu
2023-05-31tests: create and close server buffer in tests on function irc_join_splitSébastien Helleu
2023-05-31tests: fix close of channel buffers after tests on function irc_join_splitSébastien Helleu
2023-05-29core: set word_end_offset to character after wordTrygve Aaberge
2023-05-29core: fix chat colors at certain positions not being appliedTrygve Aaberge
2023-05-29tests: add tests on manual CTCP ACTION sent to IRC channelSébastien Helleu
2023-05-29irc: hide password in messages to nickserv with cap echo-message enabled (iss...Sébastien Helleu
2023-05-29irc: add command `/action` (closes #201, issue #1577), remove alias `action`Sébastien Helleu
2023-05-27irc: add missing host tag in self messages with cap echo-message enabled (iss...Sébastien Helleu
2023-05-27irc: fix display of STATUSMSG CTCP ACTION to channel with cap echo-message en...Sébastien Helleu
2023-05-27irc: fix display of outgoing CTCP when channel/private buffer doesn't existSébastien Helleu
2023-05-27irc: fix display of outgoing STATUSMSG CTCP ACTION without argumentsSébastien Helleu
2023-05-27irc: fix split of CTCP message with no argumentsSébastien Helleu
2023-05-27irc: display STATUSMSG actions differently from standard actions on channels ...Sébastien Helleu
2023-05-26tests: add tests on IRC message/notice/action/CTCP sent with cap echo-message...Sébastien Helleu