audit message when server starts and shuts down

This commit is contained in:
2026-02-21 22:05:33 -07:00
parent 6189b474d0
commit 6e06c7a3a8
5 changed files with 46 additions and 0 deletions
+2
View File
@@ -76,6 +76,8 @@ type AuditRecord struct {
// at all times!
const (
AuditPublishToFrontPage = 1
AuditStartup = 2
AuditShutdown = 3
AuditLoginOK = 101
AuditLoginFail = 102
AuditAccountCreated = 103