about summary refs log tree commit diff stats
path: root/tests/by-name (follow)
Commit message (Collapse)AuthorAge
* {modules,tests}/back: Update to deal with newest backBenedikt Peetz3 days
|
* modules/stalwart-mail: Remove now unneeded `allowInsecureSmtp` optionBenedikt Peetz3 days
|
* tests/email-dns: InitBenedikt Peetz3 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` testBenedikt Peetz3 days
|
* {modules,tests}/dns: InitBenedikt Peetz3 days
| | | | Most of the dns module was taken from: <https://github.com/nix-community/dns.nix>
* tests/email: Test the mvpBenedikt Peetz3 days
|
* fix(modules/back): Remove the `gitPath` from the service nameBenedikt Peetz2024-12-25
| | | | With it, the service names become nearly illegible.
* fix(modules/git-server): Use `vhack.persist` for data-directoriesBenedikt Peetz2024-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): InitBenedikt Peetz2024-12-24
|
* refactor({modules,test}): Migrate to a `by-name` structureBenedikt Peetz2024-12-20