Teleproxy
70 subscribers
57 links
Teleproxy — the fastest, most secure MTProto proxy with the highest DPI resistance in existence.
Download Telegram
💬 Comment on #68: Compatible with compilation using Clang on x86_64 systems.

Landed in fb62089 with attribution preserved. Branch protection rejected the GitHub merge button (CodeQL doesn't run on fork PRs), so I cherry-picked the commit onto main directly. Thanks for the patch.

View comment
💬 Comment on #73: Verify __builtin_ia32_punpckhdq128 under clang in crc32.c

Closing — the new build-clang CI job (#72, commit f9ad4c7) ran make CC=clang on ubuntu-latest and succeeded. Clang ships __builtin_ia32_punpckhdq128 as a native builtin, so no 7th alias is needed.

View comment
🚀 New Release: v4.12.2


Build hygiene. No runtime changes.

- Compile cleanly with make CC=clang on x86_64 (#68). Adds _mm_*
intrinsic shims for the GCC-only __builtin_ia32_* names used in
src/common/crc32.c, gated to x86 so Apple Silicon clang isn't
affected.
- New build-clang job in the CI matrix exercises the clang x86_64
build path so future regressions surface in CI rather than only in
third-party packaging (#72).

Release notes | GitHub