Log

core/configmanager.lua @ 5776:bd0ff8ae98a8

description author age
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
configmanager: Some cleanup, remove unused variables and imports Matthew Wild Wed, 03 Apr 2013 08:14:55 +0100
configmanager: Fix so unset variables are searched for in the global section Kim Alvefur Sat, 23 Mar 2013 04:14:52 +0100
configmanager, hostmanager, prosody: Almost complete removal of section-related code, and the infamous 'core' section. Still backwards-compatible with API users. Matthew Wild Fri, 22 Mar 2013 11:21:24 +0000
configmanager: Fix include of relative files via Include directive in config Matthew Wild Thu, 13 Sep 2012 18:31:34 +0100
Eliminate direct setfenv usage Florian Zeitz Fri, 08 Jun 2012 05:04:38 +0200
configmanager: get(): Make section (core) optional (hurrah) Matthew Wild Sat, 10 Dec 2011 17:21:19 +0000
configmanager: resolve_relative_path: Improved detection of absolute paths on Windows. Waqas Hussain Thu, 25 Aug 2011 12:07:36 +0500
configmanager: Added rawget(). Waqas Hussain Wed, 05 Jan 2011 06:16:07 +0500
configmanager: Filenames without a path are also relative to the config file path, not the current working directory Matthew Wild Tue, 21 Dec 2010 22:25:54 +0000
configmanager: Support for wildcards in Include directives Matthew Wild Mon, 20 Dec 2010 14:06:32 +0000
configmanager: Switch back to returning 'ok' to signal config load success - fixes config errors not being displayed Matthew Wild Sat, 18 Dec 2010 23:15:58 +0000
configmanager: Change parser API again to pass a config table to insert settings to. Fixes Include(). (Thanks Zash/answerman) Matthew Wild Thu, 11 Nov 2010 12:23:51 +0000
configmanager: Update Include and RunScript directives to support paths relative to the (current!) config file Matthew Wild Wed, 10 Nov 2010 19:50:07 +0000
prosody, configmanager, certmanager: Relocate prosody.resolve_relative_path() to configmanager, and update certmanager (the only user of this function) Matthew Wild Wed, 10 Nov 2010 19:46:53 +0000
configmanager: Atomic reloads, and some other internal changes to achieve this Matthew Wild Sun, 07 Nov 2010 20:38:01 +0000
configmanager: Allow VirtualHost/Component definitions to be followed by a table of config options Matthew Wild Fri, 08 Oct 2010 03:19:20 +0100
configmanager: Remove dependency on eventmanager, and global 'prosody' object Matthew Wild Sat, 17 Jul 2010 14:50:16 +0100
Merge configmanager->trunk Matthew Wild Wed, 05 May 2010 19:01:14 +0100
configmanager: Add VirtualHost as an alias for Host (re-applied in trunk due to previous bad merge with 0.7) Matthew Wild Wed, 14 Apr 2010 12:59:46 +0100
Merge 0.7->trunk (with MUC needing checking, waqas) Matthew Wild Tue, 04 May 2010 23:36:50 +0100
Merge 0.6 into 0.7. Waqas Hussain Sat, 01 May 2010 05:18:38 +0500
configmanager: Add VirtualHost as an alias for Host Matthew Wild Wed, 14 Apr 2010 12:59:46 +0100
configmanager: Fix very wacky indentation Matthew Wild Tue, 04 May 2010 23:11:41 +0100
configmanager: Fix some wacky indentation Matthew Wild Tue, 04 May 2010 23:07:49 +0100
Merge 0.6->0.7 Matthew Wild Mon, 22 Mar 2010 17:24:55 +0000
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
configmanager: Remove debugging code accidentally committed Matthew Wild Sun, 14 Feb 2010 20:37:49 +0000
configmanager: Error when a component and host clash hostnames Matthew Wild Sun, 14 Feb 2010 18:41:44 +0000
configmanager: Remove debugging code accidentally committed Matthew Wild Sun, 14 Feb 2010 20:37:49 +0000
configmanager: Error when a component and host clash hostnames Matthew Wild Sun, 14 Feb 2010 18:41:44 +0000
configmanager: Trailing whitespace Matthew Wild Sun, 31 Jan 2010 17:14:52 +0000
configmanager: Add parsers() method to return an array of supported config formats Matthew Wild Sat, 09 Jan 2010 06:59:47 +0000
configmanager: Assign a chunk name to config files loaded using the default config loader (fixes issues with some diagnostic tools). Waqas Hussain Sat, 12 Sep 2009 03:45:19 +0500
configmanager: Default options appearing before Host "*" to global (fixes potential traceback) Matthew Wild Tue, 28 Jul 2009 18:02:11 +0100
Remove version number from copyright headers Matthew Wild Fri, 10 Jul 2009 03:11:45 +0100
configmanager, modulemanager: Allow components to have modules specified in the config (but don't load the global set of modules for them) Matthew Wild Thu, 09 Jul 2009 14:34:49 +0100
core.configmanager: Fire event when (re)loading config file Matthew Wild Fri, 17 Apr 2009 16:14:20 +0100
core.configmanager: Make components use 'component' module by default if none specified Matthew Wild Sun, 22 Mar 2009 15:33:38 +0000
0.3->0.4 Matthew Wild Fri, 20 Mar 2009 20:16:25 +0000
core.configmanager: Small fix to check validity of Component definitions Matthew Wild Tue, 03 Mar 2009 16:54:29 +0000
Add RunScript command to config to run a Lua script prior to starting the server Matthew Wild Fri, 13 Feb 2009 14:43:12 +0000
Add Include command to include extra configuration files from the main one Matthew Wild Fri, 13 Feb 2009 14:38:17 +0000
Report errors in the config file to the user Matthew Wild Fri, 13 Feb 2009 14:37:15 +0000
Update copyright notices for 2009 Matthew Wild Fri, 30 Jan 2009 17:59:26 +0000
0.2->0.3 Matthew Wild Fri, 30 Jan 2009 17:40:25 +0000
GPL->MIT! Matthew Wild Fri, 30 Jan 2009 17:22:56 +0000
configmanager: Add support for defining components Matthew Wild Thu, 29 Jan 2009 02:13:30 +0000
0.1 -> 0.2 Matthew Wild Wed, 10 Dec 2008 15:44:03 +0000
Insert copyright/license headers Matthew Wild Wed, 03 Dec 2008 14:39:07 +0000
Fix for configmanager when config file can't be found Matthew Wild Sat, 29 Nov 2008 03:26:46 +0000
New configmanager. Old-style config files still work, but will print a warning Matthew Wild Sun, 23 Nov 2008 02:12:46 +0000
Import initial configmanager, not sure if it works yet, but it does pass the unit tests ;) Matthew Wild Fri, 21 Nov 2008 05:47:27 +0000