summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix: use APPIMAGE env var for base dir to avoid read-only mount pathHEADmaingabrix732026-04-121-6/+11
|
* fix: build AppImage entirely inside container to avoid symlink cross-device ↵gabrix732026-04-121-13/+16
| | | | errors
* fix: pre-place desktop file in AppDir root to avoid linuxdeploy symlink ↵gabrix732026-04-121-6/+4
| | | | permission error
* fix: install ca-certificates via HTTP first, then switch apt to HTTPSgabrix732026-04-121-4/+4
|
* fix: use --network=host for Docker build, switch apt to HTTPS mirrorsgabrix732026-04-122-2/+5
|
* feat: add chimera application icon 256x256gabrix732026-04-121-0/+0
|
* feat: add AppImage build target via Docker Ubuntu 20.04 for portable Linux ↵gabrix732026-04-123-3/+83
| | | | release
* fix: remove -static linking for Linux, GL and X11 have no static versionsgabrix732026-04-121-2/+1
|
* fix: add missing fyne import, remove unused mesh and tor imports in maingabrix732026-04-121-2/+1
|
* fix: remove unused startIndex variable, use StaticKeypair for noise.Configgabrix732026-04-122-5/+1
|
* fix: add go mod tidy to install-deps to populate go.sum for transitive ↵gabrix732026-04-121-0/+1
| | | | dependencies
* rename: Veilith -> Khimera across all files and documentationgabrix732026-04-1214-119/+119
|
* Update repository URL in READMEGab2026-04-121-1/+1
|
* Initial commit: Veilith v0.9 - P2P Encrypted Messengergabrix732026-04-1022-0/+5696
Military-grade secure messenger with: - End-to-End Encryption (Noise Protocol XX) - Forward Secrecy (automatic session rotation) - Anti-Traffic Analysis (padding + cover traffic) - Secure Deletion (DOD 5220.22-M) - Tor Integration (embedded with bridge support) - Portable Mode (no installation required) Generated with Claude Code