summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-11-05api: add function string_translate_charsSébastien Helleu
2022-10-15python: remove support of Python 2.xSébastien Helleu
2022-10-15tests: ignore pylint error unnecessary-passSébastien Helleu
2022-10-15api: do not expect any return value in callbacks change/delete of config_new_...Sébastien Helleu
2022-10-15tests: add tests on config functions (scripting API)Sébastien Helleu
2022-10-08tests: Use LONGS_EQUAL for version number testsTrygve Aaberge
2022-09-27api: add function file_compressSébastien Helleu
2022-09-27api: restrict number to integer in function string_parse_sizeSébastien Helleu
2022-09-27api: add function string_parse_sizeSébastien Helleu
2022-09-18core: add key alt+backspace, change behavior of key ctrl+w (closes #559)Sébastien Helleu
2022-09-17tests: add tests on filter functionsSé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-09-03xfer: fix DCC file receive on Termux (closes #1811)Sébastien Helleu
2022-08-29irc: fix target buffer of generic errors when they contain a target nick (clo...Sébastien Helleu
2022-08-16api: add function crypto_hash_fileSé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-13tests: add tests on dynamic string functions with NULL stringSébastien Helleu
2022-08-08tests: add tests on function xfer_file_search_crc32Sébastien Helleu
2022-08-07irc: fix parsing of messages with trailing spaces and no trailing parameter (...Sébastien Helleu
2022-08-03tests: fix pylint errorsSébastien Helleu
2022-08-02tests: fix _ast_num in script generatorSébastien Helleu
2022-08-02tests: fix scripting API tests with Python 3.8Sébastien Helleu
2022-08-02tests: disable pylint errors in testapi.pySébastien Helleu
2022-08-02tests: add tests on hdata functions (scripting API)Sébastien Helleu
2022-08-02tests: fix assignment in tcl script generatorSébastien Helleu
2022-08-02tests: fix assignment in perl script generatorSébastien Helleu
2022-08-02tests: use double quotes instead of simple quotes in ruby script generatorSébastien Helleu
2022-08-02tests: add subscript in script generatorSébastien Helleu
2022-08-02tests: fix unary op in script generatorSébastien Helleu
2022-08-01scripts: fix issue with long interval in function hook_timerSébastien Helleu
2022-08-01scripts: fix issue with year ≥ 2038 in functions print_date_tags and print_...Sébastien Helleu
2022-08-01scripts: fix issue with year ≥ 2038 in function infolist_new_var_timeSébastien Helleu
2022-08-01tests: fix run of Guile test scriptSé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-20api: add arguments "index_start" and "index_end" in function string_rebuild_s...Sébastien Helleu
2022-07-20api: rename function string_build_with_split_string to string_rebuild_split_s...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-05-27core: add display conditions in custom bar items (issue #808)Sébastien Helleu
2022-05-27core: add command /item (closes #808)Sébastien Helleu
2022-04-18core: add case conversion in evaluation of expressions (closes #1778)Sébastien Helleu
2022-04-18core: add bar item "spacer"Sébastien Helleu
2022-03-13tests: add tests on function gui_buffer_match_listSébastien Helleu