summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-01relay: call function string_hash_binary in relay_websocket_build_handshake to...Sébastien Helleu
2020-02-29core: add support of CRC32 algorithm in hash functionsSébastien Helleu
2020-02-29api: add functions string_hash_binary and string_hashSébastien Helleu
2020-02-29core: call function secure_hash_binary in secure_derive_key to compute SHA512...Sébastien Helleu
2020-02-29tests: add tests on function secure_derive_keySébastien Helleu
2020-02-29core: return 0 in case of invalid parameters received in function secure_deri...Sébastien Helleu
2020-02-29core: add functions to compute binary/hex hash of dataSébastien Helleu
2020-02-28php: fix crash when loading script with PHP 7.4 (closes #1452)Sébastien Helleu
2020-02-26django.po: Update German translationsNils Görs
2020-02-21core: update stable version in version.shSébastien Helleu
2020-02-20core: add version 2.7.1 in release notesSébastien Helleu
2020-02-20core: add version 2.7.1 in ChangeLogSébastien Helleu
2020-02-20build: ignore file usr/share/applications/weechat.desktop in Cygwin buildSébastien Helleu
2020-02-18script: fix memory leak in read of script repository file if it has invalid c...Sébastien Helleu
2020-02-16script: fix unexpected display of scripts list in buffer with command /script...Sébastien Helleu
2020-02-16script: remove dead assignment of variable length in function script_action_l...Sébastien Helleu
2020-02-15doc: update auto-generated filesSébastien Helleu
2020-02-14core: update German translationsNils Görs
2020-02-14core: add CVE-2020-8955 in ChangeLogSébastien Helleu
2020-02-10irc: use irc_server_prefix_chars_default if server->prefix_chars is NULLSébastien Helleu
2020-02-10irc: fix crash when receiving a malformed message 352 (who)Sébastien Helleu
2020-02-09irc: fix crash when a new message 005 is received with longer nick prefixesSébastien Helleu
2020-02-09core: fix unlikely memory leak in completionSébastien Helleu
2020-02-08doc: remove reference to obsolete script shell.py in FAQSébastien Helleu
2020-02-08doc: add question about timezone in FAQSébastien Helleu
2020-02-08irc: fix crash when receiving a malformed message 324 (channel mode)Sébastien Helleu
2020-02-08tests: add tests on ANSI default text/background colorsSébastien Helleu
2020-02-07irc: remove nested switches in function irc_color_decode_ansi_cbSébastien Helleu
2020-02-06doc: add keys and actions on fset and script buffers in user's guideSébastien Helleu
2020-02-05irc: use dynamic string in function irc_color_encodeSébastien Helleu
2020-02-05irc: replace realloc by dynamic string in function irc_color_decodeSébastien Helleu
2020-02-04core: fix typo in French translation of /help fsetSébastien Helleu
2020-02-04tests: add eval tests with debug enabledSébastien Helleu
2020-02-03core: update ChangeLogSébastien Helleu
2020-02-03tests: add unit tests on function util_file_get_contentSébastien Helleu
2020-02-02tests: add unit tests on function util_get_time_diffSébastien Helleu
2020-02-02core: rename function util_get_uptime to util_get_time_diffSébastien Helleu
2020-02-01irc: add nick changes in the hotlist (except self nick change)Sébastien Helleu
2020-01-30core: update ChangeLog (issue #1442)Sébastien Helleu
2020-01-30Fix the build with guile-3.0.0.orbea
2020-01-27tests: add eval tests with hdata variables of different typesSébastien Helleu
2020-01-27tests: add eval tests on conditions with text after closing parenthesisSébastien Helleu
2020-01-27tests: add eval tests on conditions with leading and trailing spaces (ignored)Sébastien Helleu
2020-01-27tests: add eval tests on "regex not matching" comparisonSébastien Helleu
2020-01-27tests: add eval tests with hdata list name and pointerSébastien Helleu
2020-01-27tests: add eval tests with buffer local variablesSébastien Helleu
2020-01-27tests: add eval tests on options with different typesSébastien Helleu
2020-01-27tests: add eval test with empty value for "date:"Sébastien Helleu
2020-01-27tests: add eval tests with invalid values for "modifier:"Sébastien Helleu
2020-01-27tests: add eval tests with invalid values for "repeat:"Sébastien Helleu