index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
configmanager.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
configmanager: Add parsers() method to return an array of supported config ↵
Matthew Wild
2010-01-09
1
-2
/
+11
|
|
|
|
formats
*
configmanager: Assign a chunk name to config files loaded using the default ↵
Waqas Hussain
2009-09-12
1
-4
/
+4
|
|
|
|
config loader (fixes issues with some diagnostic tools).
*
configmanager: Default options appearing before Host "*" to global (fixes ↵
Matthew Wild
2009-07-28
1
-0
/
+1
|
|
|
|
potential traceback)
*
Remove version number from copyright headers
Matthew Wild
2009-07-10
1
-1
/
+1
|
*
configmanager, modulemanager: Allow components to have modules specified in ↵
Matthew Wild
2009-07-09
1
-1
/
+1
|
|
|
|
the config (but don't load the global set of modules for them)
*
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 ↵
Matthew Wild
2009-03-22
1
-3
/
+5
|
|
|
|
none specified
*
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
unit tests ;)