| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | core.configmanager: Make components use 'component' module by default if none... | Matthew Wild | 2009-03-22 | 1 | -3/+5 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
* | core.configmanager: Small fix to check validity of Component definitions | Matthew Wild | 2009-03-03 | 1 | -6/+8 |
* | Add RunScript command to config to run a Lua script prior to starting the server | Matthew Wild | 2009-02-13 | 1 | -3/+3 |
* | Add Include command to include extra configuration files from the main one | Matthew Wild | 2009-02-13 | 1 | -3/+16 |
* | Report errors in the config file to the user | Matthew Wild | 2009-02-13 | 1 | -4/+4 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
* | configmanager: Add support for defining components | Matthew Wild | 2009-01-29 | 1 | -1/+13 |
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
* | Fix for configmanager when config file can't be found | Matthew Wild | 2008-11-29 | 1 | -3/+7 |
* | New configmanager. Old-style config files still work, but will print a warning | Matthew Wild | 2008-11-23 | 1 | -10/+26 |
* | Import initial configmanager, not sure if it works yet, but it does pass the ... | Matthew Wild | 2008-11-21 | 1 | -0/+105 |