libertaria-stack/capsule-core/src
Markus Maiwald 87cd30dbe3 feat(relay): Implement Sticky Sessions & RelaySend CLI
- Added  to support reusing SessionID and Ephemeral Keys.
- Updated  to track session statistics (packet counts) for rate-limiting.
- Implemented  CLI command to send packets via Relay.
- Refactored  to accept optional reusable keypair.
- Updated tests.
2026-01-31 22:21:53 +01:00
..
tui feat(relay): Implement RelayPacket and onion wrapping logic 2026-01-31 18:11:09 +01:00
circuit.zig feat(relay): Implement Sticky Sessions & RelaySend CLI 2026-01-31 22:21:53 +01:00
config.zig feat(integration): Phase 14 - Integrate Relay & Circuit into CapsuleNode 2026-01-31 20:56:15 +01:00
control.zig feat(integration): Wire Relay Forwarding & CLI Control 2026-01-31 21:47:40 +01:00
discovery.zig feat(capsule): implement discovery, federation, and persistence (Phase 10) 2026-01-31 08:35:22 +01:00
federation.zig chore(federation): Bump protocol version to 2 (DHT key propagation) 2026-01-31 22:16:21 +01:00
main.zig feat(relay): Implement RelayPacket and onion wrapping logic 2026-01-31 18:11:09 +01:00
node.zig feat(relay): Implement Sticky Sessions & RelaySend CLI 2026-01-31 22:21:53 +01:00
peer_table.zig feat(capsule): implement discovery, federation, and persistence (Phase 10) 2026-01-31 08:35:22 +01:00
qvl_store.zig feat(relay): Add Circuit Building and QVL relay selection 2026-01-31 19:57:03 +01:00
relay_service.zig feat(relay): Implement Sticky Sessions & RelaySend CLI 2026-01-31 22:21:53 +01:00
storage.zig feat(crypto): Integrate ECDH & XChaCha20-Poly1305 for Relay 2026-01-31 22:13:11 +01:00