Age | Commit message (Collapse) | Author |
|
irc_bar_item_buffer_name_content
|
|
|
|
|
|
|
|
Functions tested:
* irc_protocol_is_numeric_command
* irc_protocol_log_level_for_command
* irc_protocol_tags
* irc_protocol_nick_address
* irc_protocol_cb_account
* irc_protocol_cb_away
* irc_protocol_cb_001
* irc_protocol_cb_005
|
|
|
|
NULL or empty
|
|
|
|
|
|
weecrypto_totp_validate
|
|
NULL hash
|
|
|
|
|
|
|
|
|
|
function weecrypto_hash
|
|
|
|
|
|
|
|
|
|
|
|
Allowed algorithms are:
* PBKDF2 (SHA256 or SHA512, salt, iterations)
* SHA256
* SHA512
|
|
|
|
|
|
|
|
to crypto_hash
|
|
function string_hash
|
|
|
|
SHA512 hash
This removes dependency on libgcrypt in script plugin.
|
|
to compute SHA1 hash
This removes dependency on libgcrypt in relay plugin.
|
|
|
|
|
|
SHA512 hash
|
|
|
|
secure_derive_key
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
content
|
|
/script list -i
|
|
script_action_list_input
|
|
|
|
|
|
|
|
|
|
Thanks to Stuart Nevans Locke for reporting the issue.
|