• Joined on 2026-02-16
hugo pushed to main at hugo/IronStorage 2026-08-10 09:43:03 +00:00
c86ea9eb0e Fix pass Git config and lazy OTP commits
hugo commented on issue hugo/IronStorage#24 2026-08-10 09:23:25 +00:00
Implement initialization, entry creation and generation dialogs

Implemented and pushed in commit 6ea184c.

The Ratatui frontend now provides keyboard-only dialogs for recipient initialization, entry insertion, and password generation. Direct hotkeys and typed…

hugo closed issue hugo/IronStorage#24 2026-08-10 09:23:25 +00:00
Implement initialization, entry creation and generation dialogs
hugo pushed to main at hugo/IronStorage 2026-08-10 09:23:03 +00:00
6ea184cbc1 Implement TUI init insert and generate workflows
hugo opened issue hugo/IronStorage#62 2026-08-10 09:11:06 +00:00
Support upstream pass Git diff configuration and avoid Git for read-only TOTP
hugo closed issue hugo/MetaCrate#65 2026-08-10 08:59:36 +00:00
Appearance: implement wearables, Current Outfit Folder, and policy services
hugo commented on issue hugo/MetaCrate#65 2026-08-10 08:59:26 +00:00
Appearance: implement wearables, Current Outfit Folder, and policy services

Implemented in a9927fc and pushed to main.

Implemented native Rust AppearanceManager, CurrentOutfitFolder, and CompositeCurrentOutfitPolicy services: layered wearable/body-part state; item/asset/s…

hugo pushed to main at hugo/MetaCrate 2026-08-10 08:58:42 +00:00
a9927fcfcb Implement appearance and current outfit services (#65)
hugo closed issue hugo/IronStorage#61 2026-08-10 08:58:39 +00:00
Decrypt GnuPG AEAD packet type 20 password-store entries
hugo commented on issue hugo/IronStorage#61 2026-08-10 08:58:32 +00:00
Decrypt GnuPG AEAD packet type 20 password-store entries

Implemented in commit 977eb23 and pushed to main.

Storage now opts into pgp 0.20 GnuPG AEAD decryption through DecryptionOptions while keeping legacy unauthenticated packets disabled and…

hugo pushed to main at hugo/IronStorage 2026-08-10 08:58:08 +00:00
977eb236da Support GnuPG AEAD password entries
hugo commented on issue hugo/IronStorage#23 2026-08-10 08:29:19 +00:00
Implement colon command mode over storage actions

Implemented in commit d66d9b0. The TUI now has a real bottom-line colon prompt with Unicode-safe cursor editing, cancellation, bounded history, Up/Down recall, Tab/Shift-Tab contextual completion,…

hugo closed issue hugo/IronStorage#23 2026-08-10 08:29:19 +00:00
Implement colon command mode over storage actions
hugo pushed to main at hugo/IronStorage 2026-08-10 08:29:05 +00:00
d66d9b0f08 Implement TUI colon command mode
hugo opened issue hugo/IronStorage#61 2026-08-10 08:12:50 +00:00
Decrypt GnuPG AEAD packet type 20 password-store entries
hugo commented on issue hugo/IronStorage#22 2026-08-10 08:03:46 +00:00
Define the Mutt-like keymap and contextual help

Implemented in commit 639ae0d. The TUI now has a single typed action registry for key resolution, compact context hints, command names, and contextual help. It covers common navigation, mode-scoped…

hugo closed issue hugo/IronStorage#22 2026-08-10 08:03:46 +00:00
Define the Mutt-like keymap and contextual help
hugo pushed to main at hugo/IronStorage 2026-08-10 08:03:29 +00:00
639ae0d08e Define the Mutt-like TUI keymap
hugo closed issue hugo/MetaCrate#64 2026-08-10 07:52:39 +00:00
Assets: implement asset models, decoding contracts, cache, and download pipeline
hugo commented on issue hugo/MetaCrate#64 2026-08-10 07:52:06 +00:00
Assets: implement asset models, decoding contracts, cache, and download pipeline

Implemented and pushed in commit 52f62d8.\n\nThe native Rust asset slice now includes bounded concrete asset models and real JPEG 2000/Ogg Vorbis codec boundaries; GLTF material/override handling;…