• Joined on 2026-02-16
hugo closed issue hugo/MetaCrate#62 2026-08-10 06:01:18 +00:00
Inventory: implement UDP operations, fetch, give, rez, and task inventory
hugo commented on issue hugo/MetaCrate#62 2026-08-10 06:01:06 +00:00
Inventory: implement UDP operations, fetch, give, rez, and task inventory

Implemented and pushed in commit 61d6721.

Native Rust InventoryManager now covers bounded/cancellation-safe callback correlation; UDP create, update, move, copy, remove, fetch, give, rez/derez,…

hugo pushed to main at hugo/MetaCrate 2026-08-10 06:00:41 +00:00
61d6721287 Implement native inventory manager workflows (#62)
hugo closed issue hugo/IronStorage#17 2026-08-10 05:47:22 +00:00
Build the Mutt-style TUI shell and action model
hugo commented on issue hugo/IronStorage#17 2026-08-10 05:47:16 +00:00
Build the Mutt-style TUI shell and action model

Implemented in commit 42e6a82 and pushed to main.

Implementation:

  • Added a responsive Ratatui shell with sidebar/main layouts for narrow, normal, and wide terminals, plus minimum-size handling,…
hugo pushed to main at hugo/IronStorage 2026-08-10 05:46:41 +00:00
42e6a82b2d Build the Mutt-style TUI shell and action model
hugo closed issue hugo/IronStorage#16 2026-08-10 02:19:33 +00:00
Implement shared authentication leases and inactivity relock
hugo commented on issue hugo/IronStorage#16 2026-08-10 02:19:26 +00:00
Implement shared authentication leases and inactivity relock

Implemented in commit f03fdc0 (pushed to main).

What changed:

  • Added storage-owned AuthenticationSession and generation-bound AuthenticationHandle APIs for authenticate, explicit user-activity…
hugo pushed to main at hugo/IronStorage 2026-08-10 02:19:08 +00:00
f03fdc063c Implement shared authentication leases
hugo commented on issue hugo/IronStorage#15 2026-08-10 02:04:28 +00:00
Expose structured entry documents for frontend clients

Implemented in commit 2aabd58 (pushed to main).

What changed:

  • Added a presentation-neutral crates/storage::document API that opens logical entries through storage and exposes ordered fields…
hugo closed issue hugo/IronStorage#15 2026-08-10 02:04:28 +00:00
Expose structured entry documents for frontend clients
hugo pushed to main at hugo/IronStorage 2026-08-10 02:04:14 +00:00
2aabd589de Expose structured entry documents
hugo commented on issue hugo/IronStorage#14 2026-08-10 01:52:11 +00:00
Complete the end-to-end CLI parity audit

Implemented in commit 0a905e5 (pushed to main).

What changed:

  • Wired the complete typed command surface into apps/cli: init, list/show, find/grep, insert/edit/generate, remove/move/copy, OTP,…
hugo closed issue hugo/IronStorage#14 2026-08-10 01:52:11 +00:00
Complete the end-to-end CLI parity audit
hugo pushed to main at hugo/IronStorage 2026-08-10 01:51:55 +00:00
0a905e5e14 Complete the end-to-end CLI parity audit
hugo closed issue hugo/IronStorage#13 2026-08-10 01:23:18 +00:00
Implement pass-otp compatible TOTP and HOTP
hugo commented on issue hugo/IronStorage#13 2026-08-10 01:23:17 +00:00
Implement pass-otp compatible TOTP and HOTP

Implemented in commit 4bd39b1 (pushed to main).

What changed:

  • Added storage-owned, pass-otp-compatible otpauth URI parsing and validation with exact URI preservation, Base32 decoding,…
hugo pushed to main at hugo/IronStorage 2026-08-10 01:23:05 +00:00
4bd39b1ef2 Implement pass-otp compatible TOTP and HOTP
hugo commented on issue hugo/IronStorage#12 2026-08-10 00:50:40 +00:00
Implement clipboard and QR presentation

Implemented in commit b8c614e and pushed to main.

Implementation:

  • added storage-owned clipboard lifecycle with a 45-second pass-compatible default, configurable 1..300 second lease, previous-con…
hugo closed issue hugo/IronStorage#12 2026-08-10 00:50:40 +00:00
Implement clipboard and QR presentation