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-file.c
Age
Commit message (
Expand
)
Author
2023-10-30
core: fix memory leak when config version is invalid or not supported
Sébastien Helleu
2023-10-30
core: fix crash when "config_version" is present in a configuration file with...
Sébastien Helleu
2023-09-12
core: translate error messages (issue #2013)
Sébastien Helleu
2023-09-12
core: automatically backup config file read if it has an unsupported version ...
Sébastien Helleu
2023-09-11
core: add path in message displayed when a config file is updated to a newer ...
Sébastien Helleu
2023-09-11
core: display a message when a configuration file is updated to a newer version
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 integer overflow when setting integer option with `++N` or `--N`
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: add option type "enum" (closes #1973)
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-05
doc: fix URLs to WeeChat docs
Sébastien Helleu
2023-03-25
core: fix memory leak in function config_file_read_internal
Sébastien Helleu
2023-03-19
core: do not call check callback when setting default value of option
Sébastien Helleu
2023-03-19
core: run config hooks only when value or default value is actually changed i...
Sébastien Helleu
2023-03-16
core: display a warning if the config version read is newer than supported ve...
Sébastien Helleu
2023-03-16
core: add function config_file_option_set_default
Sébastien Helleu
2023-03-16
core: add configuration version, add API function config_set_version
Sébastien Helleu
2023-03-16
core: simplify function config_file_read_internal
Sébastien Helleu
2023-01-28
core, plugins: replace calls to strcmp by string_strcmp when difference matte...
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 get/set object properties case sensitive (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: add function config_file_get_configs_by_priority (issue #1872)
Sébastien Helleu
2023-01-28
core: simplify code in config functions (issue #1872)
Sébastien Helleu
2023-01-28
core: sort configuration files by name, reload them by priority (issue #1872)
Sébastien Helleu
2023-01-28
core: add priority in config file (issue #1872)
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-10-23
core: Prevent use of uninitialized memory when setting invalid color
Trygve Aaberge
2022-07-20
api: add arguments "index_start" and "index_end" in function string_rebuild_s...
Sébastien Helleu
2022-07-20
api: rename function string_build_with_split_string to string_rebuild_split_s...
Sébastien Helleu
2022-06-18
core: add trailing slashes in URLs
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2021-11-04
core: fix access to integer/long/time arrays in hdata, add support of static ...
Sébastien Helleu
2021-10-01
core: add command /toggle
Sébastien Helleu
2021-09-27
core: check that option is not NULL in function config_file_option_value_to_s...
Sébastien Helleu
2021-09-27
core: fix search of option when the section is not given
Sébastien Helleu
2021-09-27
core: check that option_name is not NULL in config file functions
Sébastien Helleu
2021-05-11
core: split WeeChat home in 4 directories, use XDG directories by default (is...
Sébastien Helleu
2021-03-14
core: mention /fset command in header comment of configuration files
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-11-17
core: fix and normalize error messages
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-10-23
core: optimize search of options in configuration sections
Sébastien Helleu
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-01-07
core: fix some styles
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
[next]