wraith/src-tauri/src
Vantz Stockwell c2afb6a50f
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m46s
refactor: 5 code quality fixes — shared ssh exec, wraith_log!, idiomatic Clone, Clone derives, sync RDP commands
- Extract duplicate exec_on_session into ssh::exec module; remove 4 private copies from tools_commands, tools_commands_r2, docker_commands, mcp::server
- Replace eprintln! with wraith_log! in theme::mod and workspace::mod
- Replace .map(|entry| entry.clone()) with .map(|r| r.value().clone()) for DashMap refs in ssh::session, mcp::mod, sftp::mod
- Add #[derive(Clone)] to ThemeService and WorkspaceService
- Remove unnecessary async from rdp_send_mouse, rdp_send_key, rdp_send_clipboard, disconnect_rdp, list_rdp_sessions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 16:56:55 -04:00
..
bin fix: SEC-1/SEC-2 shell escape utility + MCP bearer token auth 2026-03-29 16:40:13 -04:00
commands refactor: 5 code quality fixes — shared ssh exec, wraith_log!, idiomatic Clone, Clone derives, sync RDP commands 2026-03-29 16:56:55 -04:00
connections fix: SEC-4/SEC-5 CSP lockdown + IPC-1 serde camelCase 2026-03-29 16:40:00 -04:00
credentials feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
db fix: four backend correctness bugs — UTF-8 paths, dead vars, transactions, subnet validation 2026-03-29 16:52:33 -04:00
mcp refactor: 5 code quality fixes — shared ssh exec, wraith_log!, idiomatic Clone, Clone derives, sync RDP commands 2026-03-29 16:56:55 -04:00
pty fix: MCP bridge built, signed, and shipped in CI releases 2026-03-25 12:55:17 -04:00
rdp perf: RDP event-driven frames + MCP terminal \r fix 2026-03-26 16:44:53 -04:00
scanner fix: SEC-1/SEC-2 shell escape utility + MCP bearer token auth 2026-03-29 16:40:13 -04:00
settings perf: PERF-1/2/3 scrollback bulk write, RDP binary IPC, settings dedup 2026-03-29 16:40:08 -04:00
sftp refactor: 5 code quality fixes — shared ssh exec, wraith_log!, idiomatic Clone, Clone derives, sync RDP commands 2026-03-29 16:56:55 -04:00
ssh refactor: 5 code quality fixes — shared ssh exec, wraith_log!, idiomatic Clone, Clone derives, sync RDP commands 2026-03-29 16:56:55 -04:00
theme refactor: 5 code quality fixes — shared ssh exec, wraith_log!, idiomatic Clone, Clone derives, sync RDP commands 2026-03-29 16:56:55 -04:00
vault fix: SEC-3/CONC-1/2/3 vault zeroize + async mutex + cancellation tokens 2026-03-29 16:40:10 -04:00
workspace refactor: 5 code quality fixes — shared ssh exec, wraith_log!, idiomatic Clone, Clone derives, sync RDP commands 2026-03-29 16:56:55 -04:00
lib.rs fix: four backend correctness bugs — UTF-8 paths, dead vars, transactions, subnet validation 2026-03-29 16:52:33 -04:00
main.rs feat: Phase 1 complete — Tauri v2 foundation 2026-03-17 15:09:41 -04:00
utils.rs fix: SEC-1/SEC-2 shell escape utility + MCP bearer token auth 2026-03-29 16:40:13 -04:00