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
2023-08-28
core: add command `/sys` to show resource limits and usage
Sébastien Helleu
2023-08-27
core: add support of quotes in commands `/key bind` and `/key bindctxt`
Sébastien Helleu
2023-08-27
core: add countdown example in `/help repeat` (issue #2007)
Sébastien Helleu
2023-08-27
core: evaluate command given to `/repeat` with contextual variables (closes #...
Sébastien Helleu
2023-08-26
core: add variable ${property} in evaluation of options weechat.buffer.* (iss...
Sébastien Helleu
2023-08-25
core: add option `callbacks` in command `/debug`
Sébastien Helleu
2023-08-25
core: add function util_get_microseconds_string
Sébastien Helleu
2023-08-25
core: add microseconds precision in function util_parse_delay
Sébastien Helleu
2023-08-24
core: add buffer local keys in completion "buffer_properties_setauto"
Sébastien Helleu
2023-08-24
api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (is...
Sébastien Helleu
2023-08-24
core: add option `setauto` in command `/buffer` (issue #352)
Sébastien Helleu
2023-08-24
core: add options weechat.buffer.* to save buffer properties set by user (iss...
Sébastien Helleu
2023-08-18
core: add name of section in warning message for invalid value when reading c...
Sébastien Helleu
2023-08-17
core: fix increment/decrement of options weechat.notify.*
Sébastien Helleu
2023-08-17
core: fix integer overflow when setting integer option with `++N` or `--N`
Sébastien Helleu
2023-08-16
core: fix /help cursor (issue #1282)
Sébastien Helleu
2023-08-16
core: add parameters and key bindings to move to edges of current area with c...
Sébastien Helleu
2023-07-31
core: remove CMake option "ENABLE_DOC_WARN_LOCALE" (issue #1985)
Sébastien Helleu
2023-07-31
core: fix typo
Sébastien Helleu
2023-07-31
doc: stop build of docs if a locale is missing, add CMake option "ENABLE_DOC_...
Sébastien Helleu
2023-07-31
core: add missing trailing newline char in doc generation error messages
Sébastien Helleu
2023-07-18
core: fix typo in comment
Sébastien Helleu
2023-07-11
core: clarify messages for unknown options/sections read in config files (clo...
Sébastien Helleu
2023-07-08
core: use type "enum" in options
Sébastien Helleu
2023-07-08
core: add option type "enum" (closes #1973)
Sébastien Helleu
2023-07-05
core: add quotes around key names in /help key
Sébastien Helleu
2023-07-04
core: fix cursor position after `/plugin list -i` or `/plugin list -il`
Sébastien Helleu
2023-07-04
core: check that ptr_value is not NULL
Sébastien Helleu
2023-07-04
core: keep keys ctrl-H and ctrl-? (in lower case) if they were manually bound...
Sébastien Helleu
2023-07-04
core: add key ctrl-backspace in /help key (issue #1975)
Sébastien Helleu
2023-07-04
doc: fix anchor links in auto-generated files
Sébastien Helleu
2023-06-27
core: check for newline characters in string_is_whitespace_char
Trygve Aaberge
2023-06-26
core: display actual key name and command with key Alt+k
Sébastien Helleu
2023-06-25
core: force key "return" to command "/input return" when migrating legacy keys
Sébastien Helleu
2023-06-17
core: ignore rest of config file if config version is invalid or not supported
Sébastien Helleu
2023-06-10
core: add completions "filters_names_disabled" and "filters_names_enabled"
Sébastien Helleu
2023-06-05
doc: fix URLs to WeeChat docs
Sébastien Helleu
2023-05-30
core: send all command line parameters not beginning with a dash to all plugi...
Sébastien Helleu
2023-05-16
core: move creation of info_hashtable "secured_data" in plugin-api-info.c
Sébastien Helleu
2023-05-13
core: add quotes around paths in CMake files (closes #29)
Sébastien Helleu
2023-05-05
core: fix execution of multiple commands separated by newline when there are ...
Sébastien Helleu
2023-05-04
api: don't split on newline by default in functions `command` and `command_op...
Sébastien Helleu
2023-05-01
core: add enabled/disabled status color in output of `/filter list` (closes #...
Sébastien Helleu
2023-05-01
core: add options weechat.color.chat_status_disabled and weechat.color.chat_s...
Sébastien Helleu
2023-04-26
core: enable option weechat.look.color_inactive_time by default (issue #1920)
Sébastien Helleu
2023-04-26
core: change default chat colors (issue #1920)
Sébastien Helleu
2023-04-26
core: change default prefix_suffix char and color (issue #1920)
Sébastien Helleu
2023-04-26
core: change default color of bars and windows separators (issue #1920)
Sébastien Helleu
2023-04-26
core: add option weechat.color.status_name_insecure (issue #1920)
Sébastien Helleu
2023-04-26
core: always allow 256 colors, find nearest color if less colors are availabl...
Sébastien Helleu
[prev]
[next]