summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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: use --network=host for Docker build, switch apt to HTTPS mirrorsgabrix732026-04-121-2/+2
|
* feat: add AppImage build target via Docker Ubuntu 20.04 for portable Linux ↵gabrix732026-04-121-3/+44
| | | | release
* fix: remove -static linking for Linux, GL and X11 have no static versionsgabrix732026-04-121-2/+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-121-11/+11
|
* Initial commit: Veilith v0.9 - P2P Encrypted Messengergabrix732026-04-101-0/+127
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