hack-house/hh/src
leetcrypt 01e607dced test(client),ci: fuzz frame parsers, VT-x classifier tests, smoke + CI hardening
- proptest-fuzz the untrusted frame parsers (sbx/ai/perm/users/decode_msg) so
  a hostile relay/peer can never panic a client; fixes a decode_msg timestamp
  byte-slice that panicked on a non-ASCII stamp (now char-boundary safe)
- extract a pure classify_vtx_holders() out of vtx_holders() and unit-test the
  KVM/QEMU/multipass detection and stoppability rules
- headless cross-stack smoke test (smoke-e2e.sh): real relay + two TUI clients
  in tmux, asserting SRP join, Fernet chat round-trip, and command dispatch
- CI: macOS matrix for the Rust client, cargo-audit + pip-audit, gitleaks
  secret scan, llvm-cov/pytest-cov coverage, and a smoke-test job

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-04 22:56:00 -07:00
..
app.rs feat(sbx): VirtualBox detect-first install + local GUI VM launch 2026-06-03 10:41:32 -07:00
crypto.rs ci: proper Rust+Python CI workflow; cargo fmt + clippy clean 2026-06-01 00:52:20 -07:00
ft.rs ci: proper Rust+Python CI workflow; cargo fmt + clippy clean 2026-06-01 00:52:20 -07:00
main.rs feat(client): prompt for a handle on join when none is given 2026-06-01 22:31:48 -07:00
net.rs test(client),ci: fuzz frame parsers, VT-x classifier tests, smoke + CI hardening 2026-06-04 22:56:00 -07:00
sbx.rs test(client),ci: fuzz frame parsers, VT-x classifier tests, smoke + CI hardening 2026-06-04 22:56:00 -07:00
theme.rs feat(theme): add theme randomizer and save-to-disk 2026-06-02 17:39:37 -07:00
ui.rs feat(sbx): VirtualBox detect-first install + local GUI VM launch 2026-06-03 10:41:32 -07:00