index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
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
tests: add tests on function weecrypto_get_hash_algo
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
relay: accept hash of password in init command with option "password_hash"
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-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
tests: add tests on function secure_derive_key
Sébastien Helleu
2020-02-29
core: add functions to compute binary/hex hash of data
Sébastien Helleu
2020-02-08
tests: add tests on ANSI default text/background colors
Sébastien Helleu
2020-02-04
tests: add eval tests with debug enabled
Sébastien Helleu
2020-02-03
tests: add unit tests on function util_file_get_content
Sébastien Helleu
2020-02-02
tests: add unit tests on function util_get_time_diff
Sébastien Helleu
2020-01-27
tests: add eval tests with hdata variables of different types
Sébastien Helleu
2020-01-27
tests: add eval tests on conditions with text after closing parenthesis
Sébastien Helleu
2020-01-27
tests: add eval tests on conditions with leading and trailing spaces (ignored)
Sébastien Helleu
2020-01-27
tests: add eval tests on "regex not matching" comparison
Sébastien Helleu
2020-01-27
tests: add eval tests with hdata list name and pointer
Sébastien Helleu
2020-01-27
tests: add eval tests with buffer local variables
Sébastien Helleu
2020-01-27
tests: add eval tests on options with different types
Sébastien Helleu
2020-01-27
tests: add eval test with empty value for "date:"
Sébastien Helleu
2020-01-27
tests: add eval tests with invalid values for "modifier:"
Sébastien Helleu
2020-01-27
tests: add eval tests with invalid values for "repeat:"
Sébastien Helleu
2020-01-27
tests: add eval tests with invalid values for "cut:" and "cutscr:"
Sébastien Helleu
2020-01-27
tests: add eval test with invalid value for "hide:"
Sébastien Helleu
2020-01-27
tests: add eval test with invalid regex group
Sébastien Helleu
2020-01-27
tests: add evaluation tests with ternary operator and escape of prefix ("$")
Sébastien Helleu
2020-01-27
tests: add other calc tests with multiple operators
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-12-18
core: fix evaluation of condition with nested "if" (closes #1434)
Sébastien Helleu
2019-11-25
tests: add unit tests on hash algorithms with salt (issue #635)
Sébastien Helleu
2019-10-12
core: add reverse of string for screen in evaluation of expressions with "rev...
Sébastien Helleu
2019-10-06
core: add support of modifiers in evaluation of expressions with "modifier:na...
Sébastien Helleu
2019-10-01
core: add function to convert WeeChat colors to ANSI colors (issue #528)
Sébastien Helleu
2019-10-01
core: add support of reverse video in ANSI color codes
Sébastien Helleu
2019-10-01
tests: add tests on GUI color functions
Sébastien Helleu
2019-10-01
core: fix style in CMake files
Sébastien Helleu
2019-09-27
irc: add "user" in output of irc_message_parse (closes #136)
Sébastien Helleu
2019-09-24
core: add power operator "**" in calc expressions (issue #997)
Sébastien Helleu
2019-09-24
core: fix wrong results with the unary minus in calc expressions
Sébastien Helleu
2019-09-21
core: ignore color codes in ${length:xxx} and ${lengthscr:xxx}
Sébastien Helleu
2019-09-21
core: add "length:xxx" and "lengthscr:xxx" in evaluation of expressions
Sébastien Helleu
2019-09-20
core: add calculation of expression in evaluation of expressions with "calc:....
Sébastien Helleu
2019-09-17
Fixed segfault during excessive evaluation.
Tobias Stoeckmann
2019-08-20
core: add values djb2_32 and sum_32 for option weechat.look.nick_color_hash (...
Sébastien Helleu
[next]