aboutsummaryrefslogtreecommitdiffstats
path: root/core/configmanager.lua
Commit message (Expand)AuthorAgeFilesLines
* configmanager: Allow referencing environment variables in the config as as EN...Matthew Wild2018-09-031-2/+5
* configmanager: Move firing of the 'config-reloaded' event into util.startup (...Kim Alvefur2018-03-251-7/+0
* vairious: Add annotation when an empty environment is set [luacheck]Kim Alvefur2018-02-281-0/+1
* configmanager: Remove unused local [luacheck]Kim Alvefur2017-05-281-2/+2
* configmanager: Remove support for multiple parsers, fixes #852.Emmanuel Gil Peyrot2017-05-271-21/+6
* core: Split some very long lines [luacheck]Kim Alvefur2017-03-041-1/+2
* core.*: Remove use of module() functionKim Alvefur2015-02-211-7/+8
* configmanager: Refactor function to avoid re-declaring local variable [luacheck]Matthew Wild2015-05-181-9/+11
* configmanager: Rename unused function arguments [luacheck]Matthew Wild2015-05-181-3/+3
* configmanager: Rename variable to avoid name conflicts [luacheck]Matthew Wild2015-05-181-10/+10
* configmanager: Rename unused function argument [luacheck]Matthew Wild2015-05-181-1/+1
* configmanager: Remove unnecessary function localizations [luacheck]Matthew Wild2015-05-181-2/+1
* configmanager: Rename variable to avoid name conflict [luacheck]Matthew Wild2015-05-181-15/+12
* configmanager: Rename variable to avoid name conflict [luacheck]Matthew Wild2015-05-181-3/+3
* Merge 0.9->0.10Matthew Wild2014-07-311-0/+5
|\
| * configmanager: nameprep VirtualHost and Component namesMatthew Wild2014-07-311-0/+5
* | Merge 0.9->0.10Kim Alvefur2014-05-091-1/+5
|\|
| * configmanager: Delay importing LuaFileSystem until needed by an Include lineKim Alvefur2014-05-091-1/+5
* | core.configmanager: Move path utility functions into util.pathsKim Alvefur2014-05-091-35/+4
* | Merge 0.9->trunkMatthew Wild2013-09-031-1/+1
|\|
| * configmanager: Fix checking of absolute paths on WindowsKim Alvefur2013-08-301-1/+1
* | Remove all trailing whitespaceFlorian Zeitz2013-08-091-14/+14
|/
* configmanager: Some cleanup, remove unused variables and importsMatthew Wild2013-04-031-5/+4
* configmanager: Fix so unset variables are searched for in the global sectionKim Alvefur2013-03-231-1/+1
* configmanager, hostmanager, prosody: Almost complete removal of section-relat...Matthew Wild2013-03-221-47/+30
* configmanager: Fix include of relative files via Include directive in configMatthew Wild2012-09-131-3/+2
* Eliminate direct setfenv usageFlorian Zeitz2012-06-081-5/+4
* configmanager: get(): Make section (core) optional (hurrah)Matthew Wild2011-12-101-0/+3
* configmanager: resolve_relative_path: Improved detection of absolute paths on...Waqas Hussain2011-08-251-1/+1
* configmanager: Added rawget().Waqas Hussain2011-01-051-0/+9
* configmanager: Filenames without a path are also relative to the config file ...Matthew Wild2010-12-211-2/+3
* configmanager: Support for wildcards in Include directivesMatthew Wild2010-12-201-15/+49
* configmanager: Switch back to returning 'ok' to signal config load success - ...Matthew Wild2010-12-181-1/+1
* configmanager: Change parser API again to pass a config table to insert setti...Matthew Wild2010-11-111-9/+7
* configmanager: Update Include and RunScript directives to support paths relat...Matthew Wild2010-11-101-1/+6
* prosody, configmanager, certmanager: Relocate prosody.resolve_relative_path()...Matthew Wild2010-11-101-0/+21
* configmanager: Atomic reloads, and some other internal changes to achieve thisMatthew Wild2010-11-071-21/+29
* configmanager: Allow VirtualHost/Component definitions to be followed by a ta...Matthew Wild2010-10-081-0/+14
* configmanager: Remove dependency on eventmanager, and global 'prosody' objectMatthew Wild2010-07-171-2/+2
* Merge configmanager->trunkMatthew Wild2010-05-051-3/+4
|\
| * configmanager: Add VirtualHost as an alias for Host (re-applied in trunk due ...Matthew Wild2010-04-141-3/+3
* | configmanager: Fix very wacky indentationMatthew Wild2010-05-041-10/+13
* | configmanager: Fix some wacky indentationMatthew Wild2010-05-041-4/+5
|/
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| * configmanager: Remove debugging code accidentally committedMatthew Wild2010-02-141-2/+0
| * configmanager: Error when a component and host clash hostnamesMatthew Wild2010-02-141-2/+13
* | configmanager: Remove debugging code accidentally committedMatthew Wild2010-02-141-2/+0
* | configmanager: Error when a component and host clash hostnamesMatthew Wild2010-02-141-2/+13
* | configmanager: Trailing whitespaceMatthew Wild2010-01-311-1/+1