Initial commit: ReTeamSpeak cross-platform TeamSpeak client
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) Failing after 2s

- tscore: Protocol implementation (packets, crypto, connection handshake)
- tsaudio: Audio engine (capture, playback, codec, VAD, jitter buffer)
- tsdb: SQLite database (identities, bookmarks, messages, settings)
- shared: Core types and events
- tauri-app: Tauri v2 desktop application with React frontend
- docs: SRS, SAD, SDD documentation
- CI/CD: GitHub Actions workflow
- 32 unit tests passing
This commit is contained in:
ReTeamSpeak
2026-05-12 14:41:54 +09:00
commit ea08823c97
79 changed files with 11386 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
# Reference repos (embedded git repos)
refercence/Qint/
refercence/SimpleBot/
refercence/ts3stats/
refercence/tsclientlib/
refercence/tsdeclarations/
# Rust
src/target/
**/*.rs.bk
# Node
src/tauri-app/frontend/node_modules/
src/tauri-app/frontend/dist/
# Build artifacts
build/
*.exe
*.dll
*.so
*.dylib
*.dmg
*.msi
*.app
*.deb
*.rpm
*.AppImage
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
desktop.ini
# Database
*.db
*.db-shm
*.db-wal
# Logs
*.log
# Temp
temp/
tmp/