• Joined on 2026-02-16
hugo opened issue hugo/IronStorage#8 2026-08-09 18:56:59 +00:00
Implement secure password generation
hugo opened issue hugo/IronStorage#7 2026-08-09 18:56:56 +00:00
Implement insert and CLI editor integration
hugo opened issue hugo/IronStorage#6 2026-08-09 18:55:00 +00:00
Implement list, show, find and decrypted grep
hugo opened issue hugo/IronStorage#5 2026-08-09 18:54:57 +00:00
Implement init, recipient hierarchy and selective reencryption
hugo opened issue hugo/IronStorage#4 2026-08-09 18:54:53 +00:00
Implement embedded GPG-compatible cryptography for existing keys
hugo opened issue hugo/IronStorage#3 2026-08-09 18:54:51 +00:00
Implement the safe password-store repository core
hugo opened issue hugo/IronStorage#2 2026-08-09 18:54:48 +00:00
Define TOML configuration and the complete CLI contract
hugo opened issue hugo/IronStorage#1 2026-08-09 18:54:45 +00:00
Establish pass compatibility fixtures and behavioral harness
hugo created branch main in hugo/IronStorage 2026-08-09 18:38:55 +00:00
hugo pushed to main at hugo/IronStorage 2026-08-09 18:38:55 +00:00
fa3bb44771 Initial IronStorage project structure
hugo closed issue hugo/MetaCrate#56 2026-08-09 18:19:08 +00:00
Login: implement authentication requests, responses, and seed capabilities
hugo commented on issue hugo/MetaCrate#56 2026-08-09 18:18:58 +00:00
Login: implement authentication requests, responses, and seed capabilities

Implemented in commit 3951bdb. Added native Rust login credentials/parameters, LLSD XML authentication transport, password hashing and MFA/options handling, bounded redirects, timeout/cancellation,…

hugo pushed to main at hugo/MetaCrate 2026-08-09 18:18:41 +00:00
3951bdb809 Implement native login and session initialization (#56)
hugo created repository hugo/IronStorage 2026-08-09 18:18:17 +00:00
hugo closed issue hugo/MetaCrate#55 2026-08-09 16:50:06 +00:00
Capabilities: implement event queue and caps-to-packet processing
hugo commented on issue hugo/MetaCrate#55 2026-08-09 16:49:58 +00:00
Capabilities: implement event queue and caps-to-packet processing

Implemented and pushed in aa269f1.

Native Rust implementation now covers seed-cap discovery, the complete reference capability request list, URI registration, bounded EventQueueGet polling,…

hugo pushed to main at hugo/MetaCrate 2026-08-09 16:49:30 +00:00
aa269f1785 Implement capability event queue processing (#55)
hugo pushed to main at hugo/RuDS 2026-08-09 15:58:48 +00:00
20f9d15b46 Temporarily ignore unavoidable OSV advisories.
hugo closed issue hugo/MetaCrate#54 2026-08-09 15:45:27 +00:00
Capabilities: implement HTTP client, rate limiting, and downloads
hugo commented on issue hugo/MetaCrate#54 2026-08-09 15:45:19 +00:00
Capabilities: implement HTTP client, rate limiting, and downloads

Implemented in commit 3032b16. Added native Rust HttpCapsClient with injected reqwest/fake-handler backends, rustls transport, bounded redirects/concurrency/request/response/decompression,…