Commit graph

7 commits

Author SHA1 Message Date
fox.cpp
5b4df6e9ee
Rename 'delivery' step to 'deliver'
It was (incorrectly) named 'deliver' in documentation but 'delivery' in
code.
2019-04-11 17:59:32 +03:00
fox.cpp
0ddf540d35 Implement lazy initialization of module instances
It is correct fix for initialization order issue introduced in
https://github.com/emersion/maddy/pull/24.
2019-04-08 19:34:09 +03:00
fox.cpp
741c997fdb log: Correctly handle 'log off' + add missing \n 2019-04-07 00:31:56 +03:00
fox.cpp
2ae192e12d log: Implement local syslog support 2019-04-07 00:31:56 +03:00
fox.cpp
89ac5d6c67 log: Implement basic redirection support 2019-04-07 00:31:56 +03:00
fox.cpp
ee553a4cc4 Rework logging
Implement debug log (can be enabled using `debug` config directive)
Remove errors directive for IMAP endpoint module.
2019-03-30 17:34:19 +02:00
fox.cpp
84d150a00f Rework config directives iteration
Create more high-level wrapper (config.Map) instead of walking syntax
tree directly.
2019-03-30 17:34:19 +02:00