| Commit message (Expand) | Author | Age | Files | Lines |
* | core.*: Remove use of module() function | Kim Alvefur | 2015-02-21 | 1 | -7/+8 |
* | configmanager: Refactor function to avoid re-declaring local variable [luacheck] | Matthew Wild | 2015-05-18 | 1 | -9/+11 |
* | configmanager: Rename unused function arguments [luacheck] | Matthew Wild | 2015-05-18 | 1 | -3/+3 |
* | configmanager: Rename variable to avoid name conflicts [luacheck] | Matthew Wild | 2015-05-18 | 1 | -10/+10 |
* | configmanager: Rename unused function argument [luacheck] | Matthew Wild | 2015-05-18 | 1 | -1/+1 |
* | configmanager: Remove unnecessary function localizations [luacheck] | Matthew Wild | 2015-05-18 | 1 | -2/+1 |
* | configmanager: Rename variable to avoid name conflict [luacheck] | Matthew Wild | 2015-05-18 | 1 | -15/+12 |
* | configmanager: Rename variable to avoid name conflict [luacheck] | Matthew Wild | 2015-05-18 | 1 | -3/+3 |
* | Merge 0.9->0.10 | Matthew Wild | 2014-07-31 | 1 | -0/+5 |
|\ |
|
| * | configmanager: nameprep VirtualHost and Component names | Matthew Wild | 2014-07-31 | 1 | -0/+5 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2014-05-09 | 1 | -1/+5 |
|\| |
|
| * | configmanager: Delay importing LuaFileSystem until needed by an Include line | Kim Alvefur | 2014-05-09 | 1 | -1/+5 |
* | | core.configmanager: Move path utility functions into util.paths | Kim Alvefur | 2014-05-09 | 1 | -35/+4 |
* | | Merge 0.9->trunk | Matthew Wild | 2013-09-03 | 1 | -1/+1 |
|\| |
|
| * | configmanager: Fix checking of absolute paths on Windows | Kim Alvefur | 2013-08-30 | 1 | -1/+1 |
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -14/+14 |
|/ |
|
* | configmanager: Some cleanup, remove unused variables and imports | Matthew Wild | 2013-04-03 | 1 | -5/+4 |
* | configmanager: Fix so unset variables are searched for in the global section | Kim Alvefur | 2013-03-23 | 1 | -1/+1 |
* | configmanager, hostmanager, prosody: Almost complete removal of section-relat... | Matthew Wild | 2013-03-22 | 1 | -47/+30 |
* | configmanager: Fix include of relative files via Include directive in config | Matthew Wild | 2012-09-13 | 1 | -3/+2 |
* | Eliminate direct setfenv usage | Florian Zeitz | 2012-06-08 | 1 | -5/+4 |
* | configmanager: get(): Make section (core) optional (hurrah) | Matthew Wild | 2011-12-10 | 1 | -0/+3 |
* | configmanager: resolve_relative_path: Improved detection of absolute paths on... | Waqas Hussain | 2011-08-25 | 1 | -1/+1 |
* | configmanager: Added rawget(). | Waqas Hussain | 2011-01-05 | 1 | -0/+9 |
* | configmanager: Filenames without a path are also relative to the config file ... | Matthew Wild | 2010-12-21 | 1 | -2/+3 |
* | configmanager: Support for wildcards in Include directives | Matthew Wild | 2010-12-20 | 1 | -15/+49 |
* | configmanager: Switch back to returning 'ok' to signal config load success - ... | Matthew Wild | 2010-12-18 | 1 | -1/+1 |
* | configmanager: Change parser API again to pass a config table to insert setti... | Matthew Wild | 2010-11-11 | 1 | -9/+7 |
* | configmanager: Update Include and RunScript directives to support paths relat... | Matthew Wild | 2010-11-10 | 1 | -1/+6 |
* | prosody, configmanager, certmanager: Relocate prosody.resolve_relative_path()... | Matthew Wild | 2010-11-10 | 1 | -0/+21 |
* | configmanager: Atomic reloads, and some other internal changes to achieve this | Matthew Wild | 2010-11-07 | 1 | -21/+29 |
* | configmanager: Allow VirtualHost/Component definitions to be followed by a ta... | Matthew Wild | 2010-10-08 | 1 | -0/+14 |
* | configmanager: Remove dependency on eventmanager, and global 'prosody' object | Matthew Wild | 2010-07-17 | 1 | -2/+2 |
* | Merge configmanager->trunk | Matthew Wild | 2010-05-05 | 1 | -3/+4 |
|\ |
|
| * | configmanager: Add VirtualHost as an alias for Host (re-applied in trunk due ... | Matthew Wild | 2010-04-14 | 1 | -3/+3 |
* | | configmanager: Fix very wacky indentation | Matthew Wild | 2010-05-04 | 1 | -10/+13 |
* | | configmanager: Fix some wacky indentation | Matthew Wild | 2010-05-04 | 1 | -4/+5 |
|/ |
|
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\ |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| * | configmanager: Remove debugging code accidentally committed | Matthew Wild | 2010-02-14 | 1 | -2/+0 |
| * | configmanager: Error when a component and host clash hostnames | Matthew Wild | 2010-02-14 | 1 | -2/+13 |
* | | configmanager: Remove debugging code accidentally committed | Matthew Wild | 2010-02-14 | 1 | -2/+0 |
* | | configmanager: Error when a component and host clash hostnames | Matthew Wild | 2010-02-14 | 1 | -2/+13 |
* | | configmanager: Trailing whitespace | Matthew Wild | 2010-01-31 | 1 | -1/+1 |
* | | configmanager: Add parsers() method to return an array of supported config fo... | Matthew Wild | 2010-01-09 | 1 | -2/+11 |
|/ |
|
* | configmanager: Assign a chunk name to config files loaded using the default c... | Waqas Hussain | 2009-09-12 | 1 | -4/+4 |
* | configmanager: Default options appearing before Host "*" to global (fixes pot... | Matthew Wild | 2009-07-28 | 1 | -0/+1 |
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | configmanager, modulemanager: Allow components to have modules specified in t... | Matthew Wild | 2009-07-09 | 1 | -1/+1 |
* | core.configmanager: Fire event when (re)loading config file | Matthew Wild | 2009-04-17 | 1 | -0/+5 |