• Joined on 2026-02-16
hugo closed issue hugo/MetaCrate#89 2026-08-11 09:02:45 +00:00
Program: implement InventoryExplorer
hugo commented on issue hugo/MetaCrate#89 2026-08-11 09:02:23 +00:00
Program: implement InventoryExplorer

Implemented in commit bb7f419. InventoryExplorer now logs in through the native GridClient, waits for the real InventoryManager store root, supports sorted top-level browsing, statistics,…

hugo pushed to main at hugo/MetaCrate 2026-08-11 09:02:01 +00:00
bb7f419ca0 Implement native InventoryExplorer
hugo closed issue hugo/MetaCrate#88 2026-08-11 08:33:06 +00:00
Program: implement PrimInspector
hugo commented on issue hugo/MetaCrate#88 2026-08-11 08:32:57 +00:00
Program: implement PrimInspector

Implemented in commit 4504abc. PrimInspector now uses the native GridClient, current simulator primitive table, ObjectManager property selection/events, bounded login/discovery/property deadlines,…

hugo pushed to main at hugo/MetaCrate 2026-08-11 08:32:36 +00:00
4504abcc64 Implement native PrimInspector
hugo closed issue hugo/MetaCrate#87 2026-08-11 08:07:20 +00:00
Program: implement PacketDump
hugo commented on issue hugo/MetaCrate#87 2026-08-11 08:07:01 +00:00
Program: implement PacketDump

Implemented in f0420f6.

  • Added native packet-dump with the upstream positional login/duration flow, 20-second timeout, disabled multi-sim mode, reduced land/wind/cloud throttles, finite or…
hugo pushed to main at hugo/MetaCrate 2026-08-11 08:06:46 +00:00
f0420f6c8b Implement native PacketDump capture (#87)
hugo closed issue hugo/IronStorage#72 2026-08-11 07:34:10 +00:00
the preferences are but-ugly in the desktop app
hugo commented on issue hugo/IronStorage#72 2026-08-11 07:34:05 +00:00
the preferences are but-ugly in the desktop app

Implemented and pushed as 9e0e37b.

The desktop now renders every utility workflow through one compact shared shell using the same near-black entry palette, flat controls, 16px vector icons,…

hugo pushed to main at hugo/IronStorage 2026-08-11 07:33:50 +00:00
9e0e37b875 Align desktop utility panels
hugo closed issue hugo/MetaCrate#86 2026-08-11 07:30:43 +00:00
Program: implement SimpleBot
hugo commented on issue hugo/MetaCrate#86 2026-08-11 07:30:27 +00:00
Program: implement SimpleBot

Implemented in f0fd975.

  • Added the native async simple-bot client with positional/environment credentials, bounded login timeout, IM/local-chat subscriptions, every requested command and…
hugo pushed to main at hugo/MetaCrate 2026-08-11 07:30:03 +00:00
f0fd975d0f Implement SimpleBot native client (#86)
hugo closed issue hugo/IronStorage#71 2026-08-11 07:15:46 +00:00
desktop app: show otp codes at top of entry details when unlocked
hugo commented on issue hugo/IronStorage#71 2026-08-11 07:15:42 +00:00
desktop app: show otp codes at top of entry details when unlocked

Implemented and pushed as d6bcbbe.

The desktop viewer now presents the generated OTP once at the top of an unlocked entry, before all entry fields. TOTP codes use a 42-point grouped display with…

hugo pushed to main at hugo/IronStorage 2026-08-11 07:15:11 +00:00
d6bcbbec99 Show OTP codes above desktop entry fields
hugo closed issue hugo/IronStorage#70 2026-08-11 07:06:41 +00:00
implement a kdbx importer
hugo commented on issue hugo/IronStorage#70 2026-08-11 07:06:03 +00:00
implement a kdbx importer

Implemented and pushed in bf75465.\n\nThe storage crate now owns a pure-Rust KDBX 3/4 importer with password and optional key-file support. It maps nested groups, passwords/login/URL/notes,…