configmanager: get(): Make section (core) optional (hurrah)
|
Matthew Wild |
2011-12-10 |
configmanager: resolve_relative_path: Improved detection of absolute paths on Windows.
|
Waqas Hussain |
2011-08-25 |
configmanager: Added rawget().
|
Waqas Hussain |
2011-01-05 |
configmanager: Filenames without a path are also relative to the config file path, not the current working directory
|
Matthew Wild |
2010-12-21 |
configmanager: Support for wildcards in Include directives
|
Matthew Wild |
2010-12-20 |
configmanager: Switch back to returning 'ok' to signal config load success - fixes config errors not being displayed
|
Matthew Wild |
2010-12-18 |
configmanager: Change parser API again to pass a config table to insert settings to. Fixes Include(). (Thanks Zash/answerman)
|
Matthew Wild |
2010-11-11 |
configmanager: Update Include and RunScript directives to support paths relative to the (current!) config file
|
Matthew Wild |
2010-11-10 |
prosody, configmanager, certmanager: Relocate prosody.resolve_relative_path() to configmanager, and update certmanager (the only user of this function)
|
Matthew Wild |
2010-11-10 |
configmanager: Atomic reloads, and some other internal changes to achieve this
|
Matthew Wild |
2010-11-07 |
configmanager: Allow VirtualHost/Component definitions to be followed by a table of config options
|
Matthew Wild |
2010-10-08 |
configmanager: Remove dependency on eventmanager, and global 'prosody' object
|
Matthew Wild |
2010-07-17 |
Merge configmanager->trunk
|
Matthew Wild |
2010-05-05 |
configmanager: Add VirtualHost as an alias for Host (re-applied in trunk due to previous bad merge with 0.7)
|
Matthew Wild |
2010-04-14 |
Merge 0.7->trunk (with MUC needing checking, waqas)
|
Matthew Wild |
2010-05-04 |
Merge 0.6 into 0.7.
|
Waqas Hussain |
2010-05-01 |
configmanager: Add VirtualHost as an alias for Host
|
Matthew Wild |
2010-04-14 |
configmanager: Fix very wacky indentation
|
Matthew Wild |
2010-05-04 |
configmanager: Fix some wacky indentation
|
Matthew Wild |
2010-05-04 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
configmanager: Remove debugging code accidentally committed
|
Matthew Wild |
2010-02-14 |
configmanager: Error when a component and host clash hostnames
|
Matthew Wild |
2010-02-14 |
configmanager: Remove debugging code accidentally committed
|
Matthew Wild |
2010-02-14 |
configmanager: Error when a component and host clash hostnames
|
Matthew Wild |
2010-02-14 |
configmanager: Trailing whitespace
|
Matthew Wild |
2010-01-31 |
configmanager: Add parsers() method to return an array of supported config formats
|
Matthew Wild |
2010-01-09 |
configmanager: Assign a chunk name to config files loaded using the default config loader (fixes issues with some diagnostic tools).
|
Waqas Hussain |
2009-09-11 |
configmanager: Default options appearing before Host "*" to global (fixes potential traceback)
|
Matthew Wild |
2009-07-28 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |