log core/configmanager.lua @ 9598:dcd85bc34d21

age author description
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().