log core/configmanager.lua @ 14229:ce31fdde0ad1 default tip

age author description
Thu, 16 Apr 2026 18:49:04 +0100 Matthew Wild configmanager: Return errno (if any) for file opening errors 13.0
Sun, 27 Jul 2025 01:08:14 +0200 Kim Alvefur core.configmanager: Fix referencing previous config options #1950 13.0
Thu, 10 Apr 2025 11:19:48 +0100 Matthew Wild configmanager: Emit config warning when referencing non-existent value 13.0
Sat, 22 Feb 2025 00:04:51 +0100 Kim Alvefur core.configmanager: Pass name and line number in context 13.0
Sat, 22 Feb 2025 00:08:18 +0100 Kim Alvefur core.configmanager: Fix reporting delayed warnings from global section 13.0
Sat, 22 Feb 2025 00:00:41 +0100 Kim Alvefur core.configmanager: Remove dependency on 'prosody' global for Credential 13.0
Wed, 12 Feb 2025 22:35:39 +0100 Kim Alvefur core.configmanager: Delay reporting warnings about Credential until use 13.0
Tue, 21 Jan 2025 17:21:48 +0100 Kim Alvefur core.configmanager: Remove compat
Sat, 18 Jan 2025 13:29:59 +0100 Kim Alvefur util.startup: Rename credentials path variable too
Sat, 18 Jan 2025 12:31:48 +0100 Kim Alvefur core.configmanager: Rename Secret to Credential
Thu, 16 Jan 2025 15:21:34 +0100 Kim Alvefur core.configmanager: Add function for getting secrets from separate files
Thu, 16 Jan 2025 15:05:00 +0100 Kim Alvefur core.configmanager: Add ways to read config values from files
Fri, 08 Dec 2023 15:37:13 +0000 Matthew Wild configmanager: Fix linter issues
Fri, 08 Dec 2023 15:34:48 +0000 Matthew Wild configmanager: Support for appending to existing config options
Fri, 08 Dec 2023 14:24:49 +0000 Matthew Wild configmanager: Make _G accessible via `Lua` variable, deprecate direct access
Fri, 08 Dec 2023 13:36:51 +0000 Matthew Wild configmanager: Allow referencing previously-set options in the config file
Fri, 17 Mar 2023 16:23:07 +0100 Kim Alvefur core: Prefix module imports with prosody namespace
Sun, 29 May 2022 16:06:42 +0200 Kim Alvefur core.configmanager: Remove COMPAT for old config format from 2013
Sun, 03 Apr 2022 12:56:11 +0100 Matthew Wild configmanager: Clearer errors when providing unexpected values after VirtualHost (fixes #1735, thanks arawaks) 0.12
Mon, 28 Mar 2022 11:41:32 +0100 Matthew Wild configmanager: Add method to report loaded config files (part of #1729 fix) 0.12
Mon, 20 Dec 2021 20:46:24 +0000 Matthew Wild configmanager: Update error message to say 'VirtualHost' instead of 'Host'
Sat, 02 Nov 2019 13:56:13 +0100 Kim Alvefur core.configmanager: Handle nameprep validation errors
Sat, 02 Nov 2019 13:55:38 +0100 Kim Alvefur core.configmanager: Ensure Hosts are given names
Fri, 16 Aug 2019 14:02:51 -0700 João Duarte core.configmanager: Removed code related to complement_lua_path
Thu, 01 Aug 2019 09:21:10 -0700 João Duarte core.configmanager: Added support to 'complement_lua_path'
Wed, 20 Mar 2019 12:45:08 +0000 Matthew Wild configmanager: Pass through warnings from included files
Wed, 20 Mar 2019 12:20:51 +0000 Matthew Wild configmanager: Emit warning for duplicated config options
Wed, 20 Mar 2019 12:19:43 +0000 Matthew Wild configmanager: Add support for returning warnings
Mon, 03 Sep 2018 17:45:30 +0100 Matthew Wild configmanager: Allow referencing environment variables in the config as as ENV_<name>
Sun, 25 Mar 2018 17:02:00 +0200 Kim Alvefur configmanager: Move firing of the 'config-reloaded' event into util.startup (fixes #1117)
Wed, 28 Feb 2018 20:06:26 +0100 Kim Alvefur vairious: Add annotation when an empty environment is set [luacheck]
Sun, 28 May 2017 23:40:26 +0200 Kim Alvefur configmanager: Remove unused local [luacheck]