Block a user
Inventory: implement UDP operations, fetch, give, rez, and task inventory
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,…
Build the Mutt-style TUI shell and action model
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,…
Implement shared authentication leases and inactivity relock
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…
Expose structured entry documents for frontend clients
Implemented in commit 2aabd58 (pushed to main).
What changed:
- Added a presentation-neutral
crates/storage::documentAPI that opens logical entries through storage and exposes ordered fields…
Expose structured entry documents for frontend clients
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,…
Complete the end-to-end CLI parity audit
Implement pass-otp compatible TOTP and HOTP
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,…
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…
Implement clipboard and QR presentation