core/configmanager.lua
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]
Sat, 27 May 2017 15:32:28 +0100 Emmanuel Gil Peyrot configmanager: Remove support for multiple parsers, fixes #852.
Sat, 04 Mar 2017 17:49:48 +0100 Kim Alvefur core: Split some very long lines [luacheck]
Sat, 21 Feb 2015 10:42:19 +0100 Kim Alvefur core.*: Remove use of module() function
Mon, 18 May 2015 19:07:31 +0100 Matthew Wild configmanager: Refactor function to avoid re-declaring local variable [luacheck]
Mon, 18 May 2015 19:07:06 +0100 Matthew Wild configmanager: Rename unused function arguments [luacheck]
Mon, 18 May 2015 19:06:34 +0100 Matthew Wild configmanager: Rename variable to avoid name conflicts [luacheck]
Mon, 18 May 2015 19:05:26 +0100 Matthew Wild configmanager: Rename unused function argument [luacheck]
Mon, 18 May 2015 19:05:08 +0100 Matthew Wild configmanager: Remove unnecessary function localizations [luacheck]
Mon, 18 May 2015 19:04:37 +0100 Matthew Wild configmanager: Rename variable to avoid name conflict [luacheck]
Mon, 18 May 2015 19:03:07 +0100 Matthew Wild configmanager: Rename variable to avoid name conflict [luacheck]
Thu, 31 Jul 2014 07:11:54 +0100 Matthew Wild Merge 0.9->0.10
Thu, 31 Jul 2014 06:56:21 +0100 Matthew Wild configmanager: nameprep VirtualHost and Component names
Fri, 09 May 2014 23:28:09 +0200 Kim Alvefur Merge 0.9->0.10
Fri, 09 May 2014 19:59:49 +0200 Kim Alvefur configmanager: Delay importing LuaFileSystem until needed by an Include line
Fri, 09 May 2014 19:34:35 +0200 Kim Alvefur core.configmanager: Move path utility functions into util.paths
Tue, 03 Sep 2013 00:20:28 +0100 Matthew Wild Merge 0.9->trunk
Fri, 30 Aug 2013 18:51:55 +0200 Kim Alvefur configmanager: Fix checking of absolute paths on Windows
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Wed, 03 Apr 2013 08:14:55 +0100 Matthew Wild configmanager: Some cleanup, remove unused variables and imports
Sat, 23 Mar 2013 04:14:52 +0100 Kim Alvefur configmanager: Fix so unset variables are searched for in the global section
Fri, 22 Mar 2013 11:21:24 +0000 Matthew Wild configmanager, hostmanager, prosody: Almost complete removal of section-related code, and the infamous 'core' section. Still backwards-compatible with API users.
Thu, 13 Sep 2012 18:31:34 +0100 Matthew Wild configmanager: Fix include of relative files via Include directive in config
Fri, 08 Jun 2012 05:04:38 +0200 Florian Zeitz Eliminate direct setfenv usage
Sat, 10 Dec 2011 17:21:19 +0000 Matthew Wild configmanager: get(): Make section (core) optional (hurrah)
Thu, 25 Aug 2011 12:07:36 +0500 Waqas Hussain configmanager: resolve_relative_path: Improved detection of absolute paths on Windows.
Wed, 05 Jan 2011 06:16:07 +0500 Waqas Hussain configmanager: Added rawget().
Tue, 21 Dec 2010 22:25:54 +0000 Matthew Wild configmanager: Filenames without a path are also relative to the config file path, not the current working directory
Mon, 20 Dec 2010 14:06:32 +0000 Matthew Wild configmanager: Support for wildcards in Include directives
Sat, 18 Dec 2010 23:15:58 +0000 Matthew Wild configmanager: Switch back to returning 'ok' to signal config load success - fixes config errors not being displayed
Thu, 11 Nov 2010 12:23:51 +0000 Matthew Wild configmanager: Change parser API again to pass a config table to insert settings to. Fixes Include(). (Thanks Zash/answerman)
Wed, 10 Nov 2010 19:50:07 +0000 Matthew Wild configmanager: Update Include and RunScript directives to support paths relative to the (current!) config file
Wed, 10 Nov 2010 19:46:53 +0000 Matthew Wild prosody, configmanager, certmanager: Relocate prosody.resolve_relative_path() to configmanager, and update certmanager (the only user of this function)
Sun, 07 Nov 2010 20:38:01 +0000 Matthew Wild configmanager: Atomic reloads, and some other internal changes to achieve this
Fri, 08 Oct 2010 03:19:20 +0100 Matthew Wild configmanager: Allow VirtualHost/Component definitions to be followed by a table of config options
Sat, 17 Jul 2010 14:50:16 +0100 Matthew Wild configmanager: Remove dependency on eventmanager, and global 'prosody' object
Wed, 05 May 2010 19:01:14 +0100 Matthew Wild Merge configmanager->trunk
Wed, 14 Apr 2010 12:59:46 +0100 Matthew Wild configmanager: Add VirtualHost as an alias for Host (re-applied in trunk due to previous bad merge with 0.7)
Tue, 04 May 2010 23:36:50 +0100 Matthew Wild Merge 0.7->trunk (with MUC needing checking, waqas)
Sat, 01 May 2010 05:18:38 +0500 Waqas Hussain Merge 0.6 into 0.7.
Wed, 14 Apr 2010 12:59:46 +0100 Matthew Wild configmanager: Add VirtualHost as an alias for Host
less more (0) -60 tip