Proof of concept mechanical port of ircnet/ircd to Rust as part of a bit about C being insecure for network services
0

Configure Feed

Select the types of activity you want to include in your feed.

docs(memory): record P11 slices 131-133 (TS propagation + S2S link fixes)

+57
+1
docs/claude-memory/README.md
··· 57 57 - [leveva channel-merge works](leveva-channel-merge-works.md) — split-then-merge of two independent same-name channels preserves both members + op on HEAD; couldn't repro "remote member missing" post-129; two-node port-lock is process-local (use unique ports per test binary) 58 58 - [leveva LINK_VERSION 021- staleness](leveva-link-version-021-staleness.md) — recurring pre-existing red: PASS-greeting tests/snapshots go stale vs server::LINK_VERSION (021- prefix); fix as a separate prep commit, git-stash to confirm pre-existing 59 59 - [leveva S2S handshake diagnostics](leveva-link-version-021-staleness.md) — read_link_handshake now surfaces a peer's ERROR refusal + EOF/port hints + a 30s idle timeout (was a blind "did not complete"); a connect{} to a client port like 6667 is the classic cause 60 + - [leveva TS + link fixes (slices 131-133)](leveva-ts-and-link-fixes-131-133.md) — connect-dedup (LinkingSet, no re-dial mid-handshake glare) + server-intro broadcast (announce_linked_peer to siblings); channel-ts/user-ts CAPAB tokens carry timestamps as ENCAP-wrapped unix-NANOSECONDS, oldest wins (deop younger chanops / evict younger nick to its UID); the USERTS-before-UNICK buffering + the cross-task Envelope::ForceNick primitive