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
/
wee-config.c
Age
Commit message (
Expand
)
Author
2023-08-30
core: do not evaluate properties "key_bind_xxx" and "key_unbind_xxx" in optio...
Sébastien Helleu
2023-08-28
core: move sys filename and functions
Sébastien Helleu
2023-08-28
core: add command `/sys` to show resource limits and usage
Sébastien Helleu
2023-08-26
core: add variable ${property} in evaluation of options weechat.buffer.* (iss...
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-17
core: fix increment/decrement of options weechat.notify.*
Sébastien Helleu
2023-07-08
core: use type "enum" in options
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-06-25
core: force key "return" to command "/input return" when migrating legacy keys
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
2023-04-19
core: convert deprecated commands bound to keys when upgrading weechat.conf t...
Sébastien Helleu
2023-04-12
core: rename option weechat.color.status_name_ssl to weechat.color.status_nam...
Sébastien Helleu
2023-04-07
core: change default color of "mouse_status" item to lightgreen
Sébastien Helleu
2023-04-01
core, plugins: set options to NULL by default, refactor config init functions
Sébastien Helleu
2023-04-01
alias: rename all aliases to lower case on upgrade (issue #1872)
Sébastien Helleu
2023-03-31
core: remove keys `meta-[I` and `meta-[G` for pgup/pgdn (issue #1900)
Sébastien Helleu
2023-03-26
core: Add an option to start multiline input text on a new line
Trygve Aaberge
2023-03-25
core: Increase default value for paste_max_lines to 100
Trygve Aaberge
2023-03-25
core: Remove option weechat.look.paste_auto_add_newline
Trygve Aaberge
2023-03-17
core: check new keys manually added with /set
Sébastien Helleu
2023-03-16
core: display a specific error when trying to bind a key without area in mous...
Sébastien Helleu
2023-03-16
core: add function config_file_option_set_default
Sébastien Helleu
2023-03-16
core: create config options for all keys that can be managed with `/set` and ...
Sébastien Helleu
2023-03-16
core: use new key name in command `/key` and configuration file
Sébastien Helleu
2023-03-16
core: add function to expand raw key code to name with alias, use it in /key ...
Sébastien Helleu
2023-01-28
core, plugins: replace calls to string_str(n)cmp by str(n)cmp (issue #1872)
Sébastien Helleu
2023-01-28
core: make configuration files, sections and options case sensitive (issue #1...
Sébastien Helleu
2023-01-28
core: set priority in calls to config_file_new (issue #1872)
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-12-29
core: add option weechat.look.chat_space_right (issue #1862)
Sébastien Helleu
2022-12-21
core: improve case convert and insensitive char comparisons (closes #258)
Sébastien Helleu
2022-12-10
core: add color attributes "blink" and "dim" (half bright) (closes #1855)
Sébastien Helleu
2022-07-24
core: add option weechat.look.highlight_disable_regex and buffer property "hi...
Sébastien Helleu
2022-05-27
core: add display conditions in custom bar items (issue #808)
Sébastien Helleu
2022-05-27
core: add command /item (closes #808)
Sébastien Helleu
2022-01-23
Remove old and unused config option weechat.plugin.debug
Trygve Aaberge
2022-01-17
core: update copyright dates
Sébastien Helleu
2021-05-22
core: split signal command before evaluating it (issue #1643)
Sébastien Helleu
2021-05-22
core: split startup command before evaluating it (issue #1643)
Sébastien Helleu
2021-05-12
core: improve options to load GnuTLS system/user CAs (closes #972)
Sébastien Helleu
2021-05-11
core: change default value of option weechat.plugin.path to "${weechat_data_d...
Sébastien Helleu
2021-05-11
core: evaluate option weechat.plugin.path (issue #1285)
Sébastien Helleu
[next]