6 Commits
Author SHA1 Message Date
mrhid6 f65174a368 feat: announcement email with one-click unsubscribe headers 2026-09-11 13:34:14 +00:00
mrhid6 2dd4d8acda fix: declare grpc dependency in shared go.mod
The workspace supplied it; a standalone build of the module could not
resolve google.golang.org/grpc at all.
2026-09-08 07:36:13 +00:00
mrhid6 d7ada3eb76 fix(server): add the lk go.sum entry the workspace was masking
go build inside the Docker image runs outside the workspace, so server/go.sum
needed the hyperboloide/lk entry that GOWORK resolution was supplying locally.
Caught by the image build, not by go build.
2026-07-24 15:35:01 +01:00
mrhid6 788d98b0c1 chore(shared): add hyperboloide/lk for licence signing
Probed the library before building against it. Two corrections to plan 1:

- PublicKey.ToB32String() returns one value, not (string, error)
- The scheme is ECDSA P-384 with SHA-256, not ed25519 as the spec and plan
  claim. Design is unaffected; the prose needs fixing.
2026-07-24 14:53:26 +01:00
mrhid6 59b0e63c2b feat(shared): add EnsureCoreIndexes 2026-07-24 13:39:46 +01:00
mrhid6 4da2e546b7 chore: scaffold shared module 2026-07-24 13:38:05 +01:00