continuwuity/src/core
Shannon Sterz 3de026160e docs: express forbidden_remote_server_names as valid regex
this field expects a regex not a glob, so the correct value should be
".*" if one wants to block all remote server names. otherwise, setting
"*" as documented results in an error on start because the configuration
could not be properly parsed.
2026-02-21 16:27:59 +00:00
..
alloc refactor(treewide): get rid of compile time build environment introspection 2026-01-19 19:44:28 +00:00
config docs: express forbidden_remote_server_names as valid regex 2026-02-21 16:27:59 +00:00
error fix: Use 404 instead of 400 (and include sender) 2026-02-15 15:55:36 +00:00
info fix: Correct user agent changes 2026-02-15 15:21:06 +00:00
log refactor: Replace std RwLock with parking_lot 2025-07-20 16:31:55 +01:00
matrix chore(deps): Update rand 2026-02-20 22:57:45 +00:00
metrics simplify request handler task base 2025-01-30 18:58:32 +00:00
mods Post-formatting aesthetic and spacing corrections 2025-07-02 19:17:06 +01:00
utils chore: Clippy & prek fixes 2026-02-21 11:27:39 -05:00
Cargo.toml chore(deps): Update rand 2026-02-20 22:57:45 +00:00
debug.rs refactor(treewide): get rid of compile time build environment introspection 2026-01-19 19:44:28 +00:00
mod.rs refactor(treewide): get rid of compile time build environment introspection 2026-01-19 19:44:28 +00:00
server.rs move systemd stopping notification point 2025-04-03 19:38:51 +00:00