happyDomain/services
Pierre-Olivier Mercier 2a00d69ebb refactor: use random identifiers instead of SHA1 hashes for service IDs
Replace SHA1-based service ID generation with happydns.NewRandomIdentifier()
for consistency with the rest of the codebase.
2026-03-14 10:36:53 +07:00
..
abstract Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
common chore: replace interface{} with any across the codebase 2026-03-01 17:38:04 +07:00
providers/google Merge SPF records from multiple services into single TXT record 2026-03-14 10:36:53 +07:00
analyzer.go refactor: use random identifiers instead of SHA1 hashes for service IDs 2026-03-14 10:36:53 +07:00
caa.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
caa_test.go Add tests on services 2026-01-07 22:26:19 +07:00
cname.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
cname_test.go Add tests on services 2026-01-07 22:26:19 +07:00
decode.go Update all structs to use dns.RR 2025-04-22 14:15:03 +02:00
dkim.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
dkim_test.go Add tests on services 2026-01-07 22:26:19 +07:00
dmarc.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
dmarc_test.go Add tests on services 2026-01-07 22:26:19 +07:00
icons.go Fix forced import path 2023-09-07 12:04:55 +02:00
interfaces.go chore: replace interface{} with any across the codebase 2026-03-01 17:38:04 +07:00
mta-sts.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
mta-sts_test.go Add tests on services 2026-01-07 22:26:19 +07:00
mx.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
mx_test.go Add tests on services 2026-01-07 22:26:19 +07:00
naptr.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
naptr_test.go Centralize relative RData transformation in helper 2026-01-07 22:26:19 +07:00
orphan.go Services stores records instead of abstact data 2026-01-07 22:26:19 +07:00
ptr.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
ptr_test.go Add tests on services 2026-01-07 22:26:19 +07:00
spf.go Merge SPF records from multiple services into single TXT record 2026-03-14 10:36:53 +07:00
spf_test.go Merge SPF records from multiple services into single TXT record 2026-03-14 10:36:53 +07:00
srv.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
sshfp.go refactor: restructure project architecture and folder hierarchy 2025-05-28 22:00:02 +02:00
tls-rpt.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
tls-rpt_test.go Add tests on services 2026-01-07 22:26:19 +07:00
tlsa.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
txt.go Refactor RR relativization to use subdomain-aware helpers 2026-01-16 21:52:05 +08:00
txt_test.go Centralize relative RData transformation in helper 2026-01-07 22:26:19 +07:00