feat: implement TS3 protocol layer, session management, and ServerQuery client
CI/CD / Test (ubuntu-latest) (push) Successful in 2m3s
CI/CD / Build Frontend (push) Failing after 11s
CI/CD / Test (macos-latest) (push) Has been cancelled
CI/CD / Test (windows-latest) (push) Has been cancelled
CI/CD / Build Desktop (linux) (push) Has been cancelled
CI/CD / Build Desktop (macos) (push) Has been cancelled
CI/CD / Build Desktop (windows) (push) Has been cancelled
CI/CD / Release (push) Has been cancelled
CI/CD / Test (ubuntu-latest) (push) Successful in 2m3s
CI/CD / Build Frontend (push) Failing after 11s
CI/CD / Test (macos-latest) (push) Has been cancelled
CI/CD / Test (windows-latest) (push) Has been cancelled
CI/CD / Build Desktop (linux) (push) Has been cancelled
CI/CD / Build Desktop (macos) (push) Has been cancelled
CI/CD / Build Desktop (windows) (push) Has been cancelled
CI/CD / Release (push) Has been cancelled
- Add real X25519 ECDH key exchange for initivexpand2 bootstrap - Add P-256 identity key generation with TeamSpeak tomcrypt format - Add session event loop with tokio::select! for packet/command handling - Add ServerQuery TCP client with typed parsing (channels, clients, permissions) - Add Tauri commands: connect (session-based), join_channel, send_message, disconnect - Add frontend ServerQuery snapshot panel - Fix CI: Node 22, rustup setup, npm install, workspace checks - Add mock UDP handshake tests through initserver - 54 tests passing across shared, tscore, tsaudio, tsdb
This commit is contained in:
+3
-1
@@ -5,6 +5,7 @@ members = [
|
||||
"tsaudio",
|
||||
"tsdb",
|
||||
"shared",
|
||||
"tauri-app/src-tauri",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
@@ -29,9 +30,10 @@ aes = "0.8"
|
||||
eax = "0.5"
|
||||
sha1 = "0.10"
|
||||
sha2 = "0.10"
|
||||
p256 = { version = "0.13", features = ["ecdh"] }
|
||||
p256 = { version = "0.13", features = ["ecdh", "ecdsa"] }
|
||||
curve25519-dalek-ng = "4"
|
||||
num-bigint = "0.4"
|
||||
simple_asn1 = "0.6"
|
||||
|
||||
quicklz = "0.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user