core.*: Remove use of module() function
|
Kim Alvefur |
2015-02-21 |
configmanager: Refactor function to avoid re-declaring local variable [luacheck]
|
Matthew Wild |
2015-05-18 |
configmanager: Rename unused function arguments [luacheck]
|
Matthew Wild |
2015-05-18 |
configmanager: Rename variable to avoid name conflicts [luacheck]
|
Matthew Wild |
2015-05-18 |
configmanager: Rename unused function argument [luacheck]
|
Matthew Wild |
2015-05-18 |
configmanager: Remove unnecessary function localizations [luacheck]
|
Matthew Wild |
2015-05-18 |
configmanager: Rename variable to avoid name conflict [luacheck]
|
Matthew Wild |
2015-05-18 |
configmanager: Rename variable to avoid name conflict [luacheck]
|
Matthew Wild |
2015-05-18 |
Merge 0.9->0.10
|
Matthew Wild |
2014-07-31 |
configmanager: nameprep VirtualHost and Component names
|
Matthew Wild |
2014-07-31 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-05-09 |
configmanager: Delay importing LuaFileSystem until needed by an Include line
|
Kim Alvefur |
2014-05-09 |
core.configmanager: Move path utility functions into util.paths
|
Kim Alvefur |
2014-05-09 |
Merge 0.9->trunk
|
Matthew Wild |
2013-09-02 |
configmanager: Fix checking of absolute paths on Windows
|
Kim Alvefur |
2013-08-30 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
configmanager: Some cleanup, remove unused variables and imports
|
Matthew Wild |
2013-04-03 |
configmanager: Fix so unset variables are searched for in the global section
|
Kim Alvefur |
2013-03-23 |
configmanager, hostmanager, prosody: Almost complete removal of section-related code, and the infamous 'core' section. Still backwards-compatible with API users.
|
Matthew Wild |
2013-03-22 |
configmanager: Fix include of relative files via Include directive in config
|
Matthew Wild |
2012-09-13 |
Eliminate direct setfenv usage
|
Florian Zeitz |
2012-06-08 |
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 |
configmanager, modulemanager: Allow components to have modules specified in the config (but don't load the global set of modules for them)
|
Matthew Wild |
2009-07-09 |
core.configmanager: Fire event when (re)loading config file
|
Matthew Wild |
2009-04-17 |
core.configmanager: Make components use 'component' module by default if none specified
|
Matthew Wild |
2009-03-22 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
core.configmanager: Small fix to check validity of Component definitions
|
Matthew Wild |
2009-03-03 |
Add RunScript command to config to run a Lua script prior to starting the server
|
Matthew Wild |
2009-02-13 |
Add Include command to include extra configuration files from the main one
|
Matthew Wild |
2009-02-13 |
Report errors in the config file to the user
|
Matthew Wild |
2009-02-13 |
Update copyright notices for 2009
|
Matthew Wild |
2009-01-30 |