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
/
src
/
core
Age
Commit message (
Expand
)
Author
2020-05-16
gui: add gui_focus_info hashtable info (#1245)
Simmo Saan
2020-05-16
core: add color in /buffer output for notification level, update translations...
Sébastien Helleu
2020-05-16
core: Allow displaying notify level with /buffer notify
Trygve Aaberge
2020-05-09
core: add an option for multiline input in a buffer (closes #984)
Trygve Aaberge
2020-05-08
core: rename functions hook_completion_{get_string|list_add} to completion_{g...
Sébastien Helleu
2020-05-05
core: add include comparison operators in evaluation of expressions
Sébastien Helleu
2020-04-27
api: add functions completion_new, completion_search and completion_free (iss...
Sébastien Helleu
2020-04-21
core: restore signal "signal_sighup", and if eaten do not reload configuration
Sébastien Helleu
2020-04-22
core: reload config on SIGHUP
Tom Fitzhenry
2020-04-19
core: add command line option "--stdout" in weechat-headless binary (closes #...
Sébastien Helleu
2020-04-19
core: log to stdout, if headless
Tom Fitzhenry
2020-04-18
core: make GnuTLS a required dependency
Sébastien Helleu
2020-04-08
tests: add tests on calc functions
Sébastien Helleu
2020-04-07
core: fix memory leak in calculation of expression on FreeBSD (closes #1469)
Sébastien Helleu
2020-03-23
core: fix compiler warnings on Cygwin
Sébastien Helleu
2020-03-20
api: add info "auto_connect" (closes #1453)
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 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-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
core: call function secure_hash_binary in secure_derive_key to compute SHA512...
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-02
core: rename function util_get_uptime to util_get_time_diff
Sébastien Helleu
2020-01-20
core: flush stdout/stderr before forking in hook_process function (closes #1441)
Sébastien Helleu
2020-01-12
core: add variable "old_full_name" in buffer, set before the buffer is rename...
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-12-18
core: add debug option "-d" in command /eval (issue #1434)
Sébastien Helleu
2019-12-18
core: add missing variable "proxy" in function hook_connect_print_log
Sébastien Helleu
2019-11-25
core: add more info in /help weechat.look.nick_color_hash_salt (issue #635)
Sébastien Helleu
2019-11-25
core: add option weechat.look.nick_color_hash_salt to allow for reshuffling o...
Simmo Saan
2019-10-23
core: optimize search of options in configuration sections
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: ensure completion_item is not NULL before using it
Sébastien Helleu
2019-10-06
core: fix crash in completion of filenames
Sébastien Helleu
2019-10-06
core: add optional default path (evaluated) in completion "filename" (issue #60)
Sébastien Helleu
2019-10-06
core: add support of modifiers in evaluation of expressions with "modifier:na...
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-19
core: remove extra spaces in arguments of /help uptime and /help version
Sébastien Helleu
2019-09-17
Fixed segfault during excessive evaluation.
Tobias Stoeckmann
[prev]
[next]