summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-22doc: add question about configuration for a small terminal size in FAQSébastien Helleu
2020-03-22doc: fix font size in literal blocksSébastien Helleu
2020-03-22doc: update German auto-generated fileSébastien Helleu
2020-03-22core: update German translationsNils Görs
2020-03-22Version 2.8-rc1Sébastien Helleu
2020-03-22core: fix C++ compiler flags with autotoolsSébastien Helleu
2020-03-22php: add detection of PHP 7.4 in autotoolsSébastien Helleu
2020-03-22ruby: fix compiler warning on third argument of function weechat_ruby_hash_fo...Sébastien Helleu
2020-03-21irc: use larger buffer for message in function irc_message_split_authenticate...Sébastien Helleu
2020-03-21irc: split AUTHENTICATE message in 400-byte chunks (closes #1459)Sébastien Helleu
2020-03-21irc: replace "char *" by "const char *" in arguments of split functionsSébastien Helleu
2020-03-20api: add info "auto_connect" (closes #1453)Sébastien Helleu
2020-03-20doc: add note about call to "free" on result of info_get (plugin API reference)Sébastien Helleu
2020-03-19tests: add tests on functions irc_protocol_cb_mode and irc_protocol_cb_nickSébastien Helleu
2020-03-18tests: add tests on functions irc_protocol_cb_kick and irc_protocol_cb_killSébastien Helleu
2020-03-17tests: add tests on function irc_protocol_cb_joinSébastien Helleu
2020-03-16tests: add tests on function irc_protocol_cb_chghostSébastien Helleu
2020-03-15doc: update German auto-generated fileSébastien Helleu
2020-03-15irc: set channel modes to NULL instead of "+" when no modes are remainingSébastien Helleu
2020-03-15tests: rename function run_cmd_server to server_recvSébastien Helleu
2020-03-15irc: add another example of MODE messageSébastien Helleu
2020-03-15irc: remove unused variable "modes" from function irc_bar_item_buffer_name_co...Sébastien Helleu
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