summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-14core: update German translationsNils Görs
2020-03-13tests: always run callback in calls to function config_file_option_setSébastien Helleu
2020-03-12irc: fix variable name in function irc_server_connect when GnuTLS is disabledSébastien Helleu
2020-03-11tests: add tests on IRC protocol functions and some callbacksSébastien Helleu
2020-03-10irc: rename argument in function irc_protocol_is_numeric_commandSébastien Helleu
2020-03-10irc: return 0 in function irc_protocol_is_numeric_command if the command is N...Sébastien Helleu
2020-03-09irc: add support of fake servers (no I/O, for testing purposes)Sébastien Helleu
2020-03-08irc: copy temporary server flag in command /server copySébastien Helleu
2020-03-05tests: add tests on functions weecrypto_totp_generate and weecrypto_totp_vali...Sébastien Helleu
2020-03-04tests: add tests on functions weecrypto_hash and weecrypto_hash_pbkdf2 with N...Sébastien Helleu
2020-03-03core: update ChangeLog (issue #1455)Sébastien Helleu
2020-03-03core: add detection of Ruby 2.7 in autotoolsSébastien Helleu
2020-03-03core: add detection for Ruby 2.7Lucas Kanashiro
2020-03-03tests: add tests on function weecrypto_get_hash_algoSébastien Helleu
2020-03-02core: add minimum libgcypt version 1.7.0 for SHA3 algorithms in comment of fu...Sébastien Helleu
2020-03-02core: fix ChangeLog entrySébastien Helleu
2020-03-02core: fix copyright date in wee-crypto sourcesSébastien Helleu
2020-03-02core: require libgcrypt >= 1.7.0 for SHA3 algorithmsSébastien Helleu
2020-03-02tests: fix generation of test scripts with Python 3.8Sébastien Helleu
2020-03-02core: add CVE ids in ChangeLogSébastien Helleu
2020-03-02relay: accept hash of password in init command with option "password_hash"Sébastien Helleu
2020-03-01script: rename variable length_hash to hash_sizeSébastien Helleu
2020-03-01relay: rename variable length_hash to hash_sizeSébastien Helleu
2020-03-01api: add function crypto_hash_pbkdf2Sébastien Helleu
2020-03-01core: move crypto functions to wee-crypto.c, rename API function string_hash ...Sébastien Helleu
2020-03-01core: merge functions string_hash_binary and string_hash into a single functi...Sébastien Helleu
2020-03-01core: add function secure_hash_pbkdf2Sébastien Helleu
2020-03-01script: call function string_hash in script_repo_sha512sum_file to compute SH...Sébastien Helleu
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