mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
This patch adds a Clear method to the domaininfo database, which removes information for the given domain. This can be used to manually make the server forget about a domain, in case there are operational reasons to do so. Today, this is done via chasquid-util (which removes the backing file), but that is hacky, and this is part of replacing it with a cleaner implementation.