summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2023-09-26core: replace inet_addr() with inet_pton()LuK1337
2023-09-25core: fix TOTP moving factor on big-endian systemsLuK1337
2023-09-16core: properly terminate thread and release memory in url hookSébastien Helleu
2023-09-16api: add function hook_urlSébastien Helleu
2023-09-13core: add algorithms `sha512-224`, `sha512-256`, `sha3-*`, blake2b-*` and `bl...Sébastien Helleu
2023-09-13api: add algorithms `sha512-224`, `sha512-256`, blake2b-*` and `blake2s-*` in...Sébastien Helleu
2023-09-12core: translate error messages (issue #2013)Sébastien Helleu
2023-09-12core: automatically backup config file read if it has an unsupported version ...Sébastien Helleu
2023-09-11core: add path in message displayed when a config file is updated to a newer ...Sébastien Helleu
2023-09-11core: display a message when a configuration file is updated to a newer versionSébastien Helleu
2023-09-07core: add completion "eval_variables", used in completion of `/eval`Sébastien Helleu
2023-09-07core: fix comment on function eval_replace_vars_cbSébastien Helleu
2023-09-05core: add note for translators on command arguments (issue #2005)Sébastien Helleu
2023-09-01doc: fix alignment of command arguments in auto-generated file when command n...Sébastien Helleu
2023-08-30core: do not evaluate properties "key_bind_xxx" and "key_unbind_xxx" in optio...Sébastien Helleu
2023-08-29api: add support of path to variable and hashtable comparison in function hda...Sébastien Helleu
2023-08-29core: remove unused variable old_valueSébastien Helleu
2023-08-29core: check that property is not NULL before calling freeSébastien Helleu
2023-08-28core: add missing include of unistd.hSébastien Helleu
2023-08-28core: move sys filename and functionsSébastien Helleu
2023-08-28core: update translationsSébastien Helleu
2023-08-28core: add key ctrl+z to suspend WeeChat process (closes #985)Sébastien Helleu
2023-08-28core: add command `/sys` to show resource limits and usageSébastien Helleu
2023-08-27core: add support of quotes in commands `/key bind` and `/key bindctxt`Sébastien Helleu
2023-08-27core: add countdown example in `/help repeat` (issue #2007)Sébastien Helleu
2023-08-27core: evaluate command given to `/repeat` with contextual variables (closes #...Sébastien Helleu
2023-08-26core: add variable ${property} in evaluation of options weechat.buffer.* (iss...Sébastien Helleu
2023-08-25core: add option `callbacks` in command `/debug`Sébastien Helleu
2023-08-25core: add function util_get_microseconds_stringSébastien Helleu
2023-08-25core: add microseconds precision in function util_parse_delaySébastien Helleu
2023-08-24core: add buffer local keys in completion "buffer_properties_setauto"Sébastien Helleu
2023-08-24api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (is...Sébastien Helleu
2023-08-24core: add option `setauto` in command `/buffer` (issue #352)Sébastien Helleu
2023-08-24core: add options weechat.buffer.* to save buffer properties set by user (iss...Sébastien Helleu
2023-08-18core: add name of section in warning message for invalid value when reading c...Sébastien Helleu
2023-08-17core: fix increment/decrement of options weechat.notify.*Sébastien Helleu
2023-08-17core: fix integer overflow when setting integer option with `++N` or `--N`Sébastien Helleu
2023-08-16core: fix /help cursor (issue #1282)Sébastien Helleu
2023-08-16core: add parameters and key bindings to move to edges of current area with c...Sébastien Helleu
2023-07-31core: remove CMake option "ENABLE_DOC_WARN_LOCALE" (issue #1985)Sébastien Helleu
2023-07-31core: fix typoSébastien Helleu
2023-07-31doc: stop build of docs if a locale is missing, add CMake option "ENABLE_DOC_...Sébastien Helleu
2023-07-31core: add missing trailing newline char in doc generation error messagesSébastien Helleu
2023-07-18core: fix typo in commentSébastien Helleu
2023-07-11core: clarify messages for unknown options/sections read in config files (clo...Sébastien Helleu
2023-07-08core: use type "enum" in optionsSébastien Helleu
2023-07-08core: add option type "enum" (closes #1973)Sébastien Helleu
2023-07-05core: add quotes around key names in /help keySébastien Helleu
2023-07-04core: fix cursor position after `/plugin list -i` or `/plugin list -il`Sébastien Helleu
2023-07-04core: check that ptr_value is not NULLSébastien Helleu