a DNS server in Go, a website with Oauth via Kanidm, and an exploration into using Continuation Passing Style to compose API operations. https://hatecomputers.club
Go to file
Elizabeth ae1ab91def
continuous-integration/drone/pr Build is passing Details
fix old call in hcdns_test
2024-04-09 16:33:30 -06:00
adapters get something up there 2024-04-08 17:04:19 -06:00
api add error and success messages, finish profile validation 2024-04-09 16:29:52 -06:00
args get something up there 2024-04-08 17:04:19 -06:00
database add error and success messages, finish profile validation 2024-04-09 16:29:52 -06:00
hcdns fix old call in hcdns_test 2024-04-09 16:33:30 -06:00
scheduler clean up old sessions every 500 seconds 2024-03-27 15:10:39 -06:00
static add error and success messages, finish profile validation 2024-04-09 16:29:52 -06:00
templates add error and success messages, finish profile validation 2024-04-09 16:29:52 -06:00
utils get something up there 2024-04-08 17:04:19 -06:00
.dockerignore use random ports and test db paths 2024-04-02 16:51:13 -06:00
.drone.yml fix dns race condition 2024-04-02 20:26:24 -06:00
.env.example authentication! oauth2! 2024-03-27 15:02:31 -06:00
.gitignore add error and success messages, finish profile validation 2024-04-09 16:29:52 -06:00
Dockerfile get something up there 2024-04-08 17:04:19 -06:00
docker-compose.yml get something up there 2024-04-08 17:04:19 -06:00
go.mod internal recursive dns server (#2) 2024-03-28 16:58:07 -04:00
go.sum internal recursive dns server (#2) 2024-03-28 16:58:07 -04:00
main.go add integration tests for dns server 2024-04-02 16:26:39 -06:00