maddy/internal/module
fox.cpp ea40a8fbc5
Implement global callbacks for "shutdown" and "reload"
This allows modules (and any other code) to implement arbitrary actions
on server shutdown and "reload". Later will be used to address issues
like #160. There are no plans to implement complete configuration
reloading, however, since it adds a lot of problems to the modules
framework and it is believed to be "not worth it" at the moment.

Closes #130.
2020-01-02 12:26:32 +03:00
..
auth.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
check.go Use context.Context all over the place 2019-12-13 17:31:35 +03:00
delivery_target.go Use context.Context all over the place 2019-12-13 17:31:35 +03:00
dummy.go Use context.Context all over the place 2019-12-13 17:31:35 +03:00
instances.go Implement global callbacks for "shutdown" and "reload" 2020-01-02 12:26:32 +03:00
modifier.go Use context.Context all over the place 2019-12-13 17:31:35 +03:00
module.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
msgmetadata.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
partial_delivery.go Use context.Context all over the place 2019-12-13 17:31:35 +03:00
registry.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
storage.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00