qcc/internal
Niko Marmeladkov 48143cdbf5 Allocate: deduplicate by pubkey, GetByPubKey: return latest
Allocate now checks if pubkey already has an identity and returns it. Prevents duplicate identities for same pubkey (was causing random number assignment on cert auth). GetByPubKey returns identity with highest CreatedAt for deterministic behavior.
2026-07-01 15:41:00 +03:00
..
auth Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
ca Add cert-based re-authentication (OpAuthCert) 2026-06-30 14:56:29 +03:00
call Add debug log to HandleDial, remove OpRegister 2026-07-01 15:08:23 +03:00
config Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
congestion Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
crypto Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
identity Allocate: deduplicate by pubkey, GetByPubKey: return latest 2026-07-01 15:41:00 +03:00
protocol Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
server Add debug log to HandleDial, remove OpRegister 2026-07-01 15:08:23 +03:00
store Initial commit: QuiC Call server 2026-06-30 12:52:09 +03:00
transport Fix missing ALPN NextProtos for QUIC handshake 2026-06-30 13:43:54 +03:00