mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
Complete Tauri v2 client implementation migrated from WPF/.NET 8: - Rust backend: WS proxy with TLS cert bypass for self-signed servers, settings storage, system tray, global hotkeys - TypeScript frontend: login/register, chat messaging, channel sidebar, member list, voice channel UI, settings overlay with log viewer, server profiles, quick switcher, emoji picker, file uploads - 21 test suites (364 tests) covering stores, services, and components - Security: bounded WS channel, wss:// URL validation, TLS signature verification, profile import validation, token redaction, HTTPS-only HTTP scope Also updates CLAUDE.md to correct API path rule (/api/v1/) and adds Tauri client CI workflow.
4 lines
39 B
Rust
4 lines
39 B
Rust
fn main() {
|
|
tauri_build::build()
|
|
}
|