• Joined on 2026-02-16
hugo commented on issue hugo/MetaCrate#100 2026-08-11 22:57:49 +00:00
Hardening: audit MSRV, dependencies, features, and supply chain

Implemented and pushed in commit 9e3b532.

Implementation:

  • Replaced the unmaintained audiopus/audiopus_sys stack (RUSTSEC-2026-0150) with a private safe Rust libopus 1.3+ adapter. The reviewed…
hugo pushed to main at hugo/MetaCrate 2026-08-11 22:57:22 +00:00
9e3b532a7e Harden dependency and supply-chain policy (#100)
hugo commented on issue hugo/MetaCrate#99 2026-08-11 22:13:23 +00:00
CI: establish cross-platform feature and native dependency matrix

Implemented and pushed in commit 9779e50.

What changed:

  • Added a validated seven-profile Rust release matrix and ubuntu-latest-only Gitea workflow covering Rust 1.96 MSRV compatibility, current…
hugo closed issue hugo/MetaCrate#99 2026-08-11 22:13:23 +00:00
CI: establish cross-platform feature and native dependency matrix
hugo pushed to main at hugo/MetaCrate 2026-08-11 22:12:46 +00:00
9779e50ce9 Establish release CI matrix (#99)
hugo opened issue hugo/IronStorage#78 2026-08-11 21:59:08 +00:00
Cache for Toto on iPhone must survive installs
hugo commented on issue hugo/IronStorage#75 2026-08-11 21:55:41 +00:00
show OTP codes on normal detail page, too, not just from the TOTP pane

Implemented in commit 2026637. Normal password details now show the storage-generated current TOTP code and determinate remaining-time progress at the top using the same native UIKit presentation…

hugo closed issue hugo/IronStorage#75 2026-08-11 21:55:41 +00:00
show OTP codes on normal detail page, too, not just from the TOTP pane
hugo pushed to main at hugo/IronStorage 2026-08-11 21:41:04 +00:00
2026637a0e Show TOTP codes in password details (#75)
hugo closed issue hugo/IronStorage#74 2026-08-11 21:30:47 +00:00
Cache TOTP discovery and report progress
hugo commented on issue hugo/IronStorage#74 2026-08-11 21:30:46 +00:00
Cache TOTP discovery and report progress

Physical-device verification completed on the paired iPhone: the signed Release build was installed and launched successfully; TOTP discovery could be unlocked and interrupted with retained…

hugo opened issue hugo/IronStorage#77 2026-08-11 21:22:22 +00:00
Add search field to start of Toto page
hugo reopened issue hugo/IronStorage#74 2026-08-11 21:17:35 +00:00
Cache TOTP discovery and report progress
hugo closed issue hugo/IronStorage#74 2026-08-11 21:16:18 +00:00
Cache TOTP discovery and report progress
hugo commented on issue hugo/IronStorage#74 2026-08-11 21:16:08 +00:00
Cache TOTP discovery and report progress

Implemented in 9759162.

Implementation:

  • Added a private, versioned, store-isolated TOTP catalog containing only canonical entry paths, SHA-256 ciphertext hashes, and is_totp flags.
  • Added…
hugo pushed to main at hugo/IronStorage 2026-08-11 21:15:38 +00:00
9759162eff Cache TOTP discovery and report progress (#74)
hugo opened issue hugo/IronStorage#76 2026-08-11 20:38:24 +00:00
preferences need username and email for commit messages for the iphone app
hugo commented on issue hugo/IronStorage#50 2026-08-11 20:14:31 +00:00
Implement swipe actions for move, copy, and delete

Implemented in commit 6edcb5f.

Implementation:

  • Added storage-owned typed move, copy, and delete planning and execution using the existing rollback-safe TreeMutator and automatic Git committer. -…
hugo closed issue hugo/IronStorage#50 2026-08-11 20:14:31 +00:00
Implement swipe actions for move, copy, and delete
hugo pushed to main at hugo/IronStorage 2026-08-11 20:13:36 +00:00
6edcb5fc86 Implement iPhone password swipe actions