Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | {modules,tests}/back: Update to deal with newest back | Benedikt Peetz | 3 days |
| | |||
* | modules/stalwart-mail: Remove now unneeded `allowInsecureSmtp` option | Benedikt Peetz | 3 days |
| | |||
* | tests/email-dns: Init | Benedikt Peetz | 3 days |
| | | | | | | | This test is somewhat involved, but tries to exercise our full mail handling capabilities. It effectively only tests that alice can send a message to bob, but it checks nearly all security mechanisms (DNSSEC is currently still missing). | ||
* | test/email-ip: Rename from the general `email` test | Benedikt Peetz | 3 days |
| | |||
* | {modules,tests}/dns: Init | Benedikt Peetz | 3 days |
| | | | | Most of the dns module was taken from: <https://github.com/nix-community/dns.nix> | ||
* | tests/email: Test the mvp | Benedikt Peetz | 3 days |
| | |||
* | fix(modules/back): Remove the `gitPath` from the service name | Benedikt Peetz | 2024-12-25 |
| | | | | With it, the service names become nearly illegible. | ||
* | fix(modules/git-server): Use `vhack.persist` for data-directories | Benedikt Peetz | 2024-12-25 |
| | | | | | This avoids having to create them manually on the server and is, overall just generally a better way to solve this problem. | ||
* | feat(tests/back): Init | Benedikt Peetz | 2024-12-24 |
| | |||
* | refactor({modules,test}): Migrate to a `by-name` structure | Benedikt Peetz | 2024-12-20 |