• Joined on 2026-02-16
hugo closed issue hugo/IronStorage#48 2026-08-11 18:00:06 +00:00
Implement the structured iPhone entry viewer
hugo commented on issue hugo/IronStorage#48 2026-08-11 17:59:56 +00:00
Implement the structured iPhone entry viewer

Implemented in commit 900e62e.

The Rust storage crate now projects lossless entry documents into typed iPhone sections for passwords, named/repeated fields, OTP metadata, notes, unknown fields,…

hugo pushed to main at hugo/IronStorage 2026-08-11 17:59:32 +00:00
900e62e523 Implement structured iPhone entry viewer
hugo closed issue hugo/IronStorage#47 2026-08-11 16:33:45 +00:00
Implement biometric-protected GPG key unlock
hugo commented on issue hugo/IronStorage#47 2026-08-11 16:33:30 +00:00
Implement biometric-protected GPG key unlock

Implemented in 873db91 and pushed to main.

  • Added a storage-owned mobile authentication service over the shared configurable lease. The first real entry decrypt verifies a manually entered…
hugo pushed to main at hugo/IronStorage 2026-08-11 16:33:03 +00:00
873db91204 Implement biometric-protected GPG unlock
hugo closed issue hugo/MetaCrate#96 2026-08-11 15:47:13 +00:00
Program: implement WebRtcTest
hugo commented on issue hugo/MetaCrate#96 2026-08-11 15:47:06 +00:00
Program: implement WebRtcTest

Implemented and pushed in 66f10ba. The pending WebRtcTest shell now uses a native Rust str0m ICE/DTLS/SRTP/SCTP peer, ordered SLData, native libopus encode/decode, WAV resampling/playback, virtual…

hugo pushed to main at hugo/MetaCrate 2026-08-11 15:46:42 +00:00
66f10baa1b Implement native WebRtcTest validation (#96)
hugo closed issue hugo/IronStorage#46 2026-08-11 15:32:36 +00:00
Implement native hierarchical password navigation
hugo commented on issue hugo/IronStorage#46 2026-08-11 15:31:58 +00:00
Implement native hierarchical password navigation

Implemented in commit 3295761.

The Rust storage layer now provides locked, repository-only password directory pages from the existing validated tree model, including stable typed identities,…

hugo pushed to main at hugo/IronStorage 2026-08-11 15:31:07 +00:00
3295761bcf Navigate password folders on iPhone
hugo closed issue hugo/IronStorage#45 2026-08-11 15:13:23 +00:00
Show remote activity and pull-to-refresh on Home
hugo commented on issue hugo/IronStorage#45 2026-08-11 15:13:17 +00:00
Show remote activity and pull-to-refresh on Home

Implemented in commit 8e883f5.

  • Added storage-owned branch divergence with exact ahead/behind totals, typed incoming/outgoing commit activity, and storage-classified password-store path…
hugo pushed to main at hugo/IronStorage 2026-08-11 15:12:43 +00:00
8e883f5ccf Show remote activity on iPhone Home
hugo closed issue hugo/IronStorage#44 2026-08-11 14:34:15 +00:00
Onboard a local clone with application-token authentication
hugo commented on issue hugo/IronStorage#44 2026-08-11 14:34:10 +00:00
Onboard a local clone with application-token authentication

Implemented in commit daf122a.

Implementation:

  • Added storage-owned first-run onboarding for credential-free HTTPS validation, stable server/repository identities, authenticated remote branch…
hugo pushed to main at hugo/IronStorage 2026-08-11 14:33:31 +00:00
daf122aff3 Onboard iPhone password-store clone
hugo closed issue hugo/MetaCrate#95 2026-08-11 14:10:48 +00:00
Program: implement VivoxTest
hugo commented on issue hugo/MetaCrate#95 2026-08-11 14:10:38 +00:00
Program: implement VivoxTest

Implemented in da4afec and pushed to main.

Native Rust implementation:

  • Added a bounded async Vivox XML/TCP control client with request correlation, connector/account/session state, device…