index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-03-10
irc: rename argument in function irc_protocol_is_numeric_command
Sébastien Helleu
2020-03-10
irc: return 0 in function irc_protocol_is_numeric_command if the command is N...
Sébastien Helleu
2020-03-09
irc: add support of fake servers (no I/O, for testing purposes)
Sébastien Helleu
2020-03-08
irc: copy temporary server flag in command /server copy
Sébastien Helleu
2020-03-05
tests: add tests on functions weecrypto_totp_generate and weecrypto_totp_vali...
Sébastien Helleu
2020-03-04
tests: add tests on functions weecrypto_hash and weecrypto_hash_pbkdf2 with N...
Sébastien Helleu
2020-03-03
core: update ChangeLog (issue #1455)
Sébastien Helleu
2020-03-03
core: add detection of Ruby 2.7 in autotools
Sébastien Helleu
2020-03-03
core: add detection for Ruby 2.7
Lucas Kanashiro
2020-03-03
tests: add tests on function weecrypto_get_hash_algo
Sébastien Helleu
2020-03-02
core: add minimum libgcypt version 1.7.0 for SHA3 algorithms in comment of fu...
Sébastien Helleu
2020-03-02
core: fix ChangeLog entry
Sébastien Helleu
2020-03-02
core: fix copyright date in wee-crypto sources
Sébastien Helleu
2020-03-02
core: require libgcrypt >= 1.7.0 for SHA3 algorithms
Sébastien Helleu
2020-03-02
tests: fix generation of test scripts with Python 3.8
Sébastien Helleu
2020-03-02
core: add CVE ids in ChangeLog
Sébastien Helleu
2020-03-02
relay: accept hash of password in init command with option "password_hash"
Sébastien Helleu
2020-03-01
script: rename variable length_hash to hash_size
Sébastien Helleu
2020-03-01
relay: rename variable length_hash to hash_size
Sébastien Helleu
2020-03-01
api: add function crypto_hash_pbkdf2
Sébastien Helleu
2020-03-01
core: move crypto functions to wee-crypto.c, rename API function string_hash ...
Sébastien Helleu
2020-03-01
core: merge functions string_hash_binary and string_hash into a single functi...
Sébastien Helleu
2020-03-01
core: add function secure_hash_pbkdf2
Sébastien Helleu
2020-03-01
script: call function string_hash in script_repo_sha512sum_file to compute SH...
Sébastien Helleu
2020-03-01
relay: call function string_hash_binary in relay_websocket_build_handshake to...
Sébastien Helleu
2020-02-29
core: add support of CRC32 algorithm in hash functions
Sébastien Helleu
2020-02-29
api: add functions string_hash_binary and string_hash
Sébastien Helleu
2020-02-29
core: call function secure_hash_binary in secure_derive_key to compute SHA512...
Sébastien Helleu
2020-02-29
tests: add tests on function secure_derive_key
Sébastien Helleu
2020-02-29
core: return 0 in case of invalid parameters received in function secure_deri...
Sébastien Helleu
2020-02-29
core: add functions to compute binary/hex hash of data
Sébastien Helleu
2020-02-28
php: fix crash when loading script with PHP 7.4 (closes #1452)
Sébastien Helleu
2020-02-26
django.po: Update German translations
Nils Görs
2020-02-21
core: update stable version in version.sh
Sébastien Helleu
2020-02-20
core: add version 2.7.1 in release notes
Sébastien Helleu
2020-02-20
core: add version 2.7.1 in ChangeLog
Sébastien Helleu
2020-02-20
build: ignore file usr/share/applications/weechat.desktop in Cygwin build
Sébastien Helleu
2020-02-18
script: fix memory leak in read of script repository file if it has invalid c...
Sébastien Helleu
2020-02-16
script: fix unexpected display of scripts list in buffer with command /script...
Sébastien Helleu
2020-02-16
script: remove dead assignment of variable length in function script_action_l...
Sébastien Helleu
2020-02-15
doc: update auto-generated files
Sébastien Helleu
2020-02-14
core: update German translations
Nils Görs
2020-02-14
core: add CVE-2020-8955 in ChangeLog
Sébastien Helleu
2020-02-10
irc: use irc_server_prefix_chars_default if server->prefix_chars is NULL
Sébastien Helleu
2020-02-10
irc: fix crash when receiving a malformed message 352 (who)
Sébastien Helleu
2020-02-09
irc: fix crash when a new message 005 is received with longer nick prefixes
Sébastien Helleu
2020-02-09
core: fix unlikely memory leak in completion
Sébastien Helleu
2020-02-08
doc: remove reference to obsolete script shell.py in FAQ
Sébastien Helleu
2020-02-08
doc: add question about timezone in FAQ
Sébastien Helleu
2020-02-08
irc: fix crash when receiving a malformed message 324 (channel mode)
Sébastien Helleu
[next]