aboutsummaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Expand)AuthorFilesLines
2026-03-08feat(dns): Implement DNS record management and query handlingBobby1-3/+7
2026-03-07Refactor dashboard and mailboxes pages to integrate services for data retrievalBobby1-1/+9
2026-03-07fix: move go-smtp and pongo2 dependencies to the main require blockBobby1-2/+2
2026-03-07feat: implement SMTP server with authentication, port validation, and email s...Bobby1-0/+2
2026-03-07feat: add configuration management and server setupBobby1-0/+7
2026-03-07Implement authentication system with login/logout functionality and session m...Bobby1-1/+1
2026-03-06Implement database connection and routing system with HTTP method supportBobby1-1/+21
2026-03-06Add configuration and logging modules with TOML supportBobby1-0/+10