wraith/src
Vantz Stockwell c75da74ecd feat: Phase 4 complete — RDP via ironrdp
Rust RDP service: ironrdp client with full connection handshake
(TCP -> TLS -> CredSSP -> NLA), pixel buffer frame delivery,
mouse/keyboard input via scancode mapping, graceful disconnect.
Runs in dedicated thread with own tokio runtime to avoid Send
lifetime issues with ironrdp trait objects.

Vue frontend: RdpView canvas renderer with 30fps polling,
mouse/keyboard capture, RdpToolbar with Ctrl+Alt+Del and
clipboard. SessionContainer handles both SSH and RDP tabs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 16:05:11 -04:00
..
assets feat: Phase 2 complete — SSH terminal + frontend UI 2026-03-17 15:28:18 -04:00
components feat: Phase 4 complete — RDP via ironrdp 2026-03-17 16:05:11 -04:00
composables feat: Phase 4 complete — RDP via ironrdp 2026-03-17 16:05:11 -04:00
layouts feat: Phase 3 complete — SFTP sidebar with full file operations 2026-03-17 15:46:35 -04:00
stores feat: Phase 4 complete — RDP via ironrdp 2026-03-17 16:05:11 -04:00
App.vue feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
env.d.ts feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
main.ts feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00