Commit graph

12 commits

Author SHA1 Message Date
fox.cpp
cfea080b4c Clean up inline module initialization
It was quickly hacked in, built on the pile of broken abstractions
and was source of several bugs.

This commit is almost full rewrite of most functions in config.go.
2019-08-25 20:23:13 +03:00
fox.cpp
5df1dad72c
Do not modify Node argument passed to initInlineModule
It causes config.Map state to be corrupted which make some
directives "disappear".

Closes #84.
2019-05-28 20:32:15 +03:00
fox.cpp
de4c4eb4dc Extract duplicated logic into moduleFromNode func 2019-05-13 19:37:59 +03:00
fox.cpp
2c54f91047 Allow to define module instances "inline" (see #42) 2019-05-13 19:37:59 +03:00
fox.cpp
7db67acad8 Drop most of the implicit defaults in favor of explicit configuration (#43)
* Drop most of the implicit defaults in favor of explicit configuration

We no longer follow caddy's "zero-configuration" approach. Mail is much
more complex than HTTP and we want to be explicit about things, always.

* Remove commented out directives from maddy.conf
2019-04-13 12:28:45 +03:00
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