ZaStoGram_desktop/Telegram
Repository files (latest commit first)
Filename Latest commit message Latest commit date
loop-uh 5ac1939521 Make the handshake block verdict self-justifying
The block verdict told you the conclusion but not why, so confirming it
still meant cross-referencing ten raw columns (ch_bytes, ch_accepted,
rx_after_ch, rx_class, close_origin...). Fold the decisive evidence into
the verdict token itself:

  block=silent_no_reply:unclear;ch=517/517;rx=0;end=timeout
  block=server_tls_alert:client;ch=517/517;rx=7;rec=tls_alert;end=peer

One field now carries the write completion (ch=accepted/intended), bytes
received, the response record class, and whether the peer actively closed
vs our own timeout - the exact inputs the classifier used. No spaces, so
whitespace tokenizers still see one field; greppable by verdict and by
attribution. The flat raw columns stay untouched as forensic backup, so
grep-based analysis keeps working - nothing was removed or nested.
2026-07-12 02:01:27 +03:00
..
build Track prepare.py extra Qt patches despite *.patch ignore rule 2026-07-11 14:03:41 +03:00
cmake Unify MTProxy endpoint control plane 2026-07-10 01:12:22 +03:00
codegen@63ec3de727 Fix child field access in styles. 2026-06-09 14:27:37 +04:00
lib_base@dad317d45d Update submodules. 2026-07-03 07:00:51 +04:00
lib_crl@bc81a8ce1b One more attempt to restore context with ANGLE. 2026-06-22 12:16:34 +04:00
lib_lottie@f508c5facc Fork lib_ui and lib_lottie for full frame rate emoji animations 2026-07-11 19:25:37 +03:00
lib_qr@6fdf604614
lib_rpl@c57cccffb0
lib_spellcheck@1f18c1e35b Make InputField menu extension with hooks. 2026-06-23 11:40:19 +04:00
lib_storage@ccdc72548a
lib_tl@665160f915
lib_translate@09c1072622 Made Swift 6 local translation support optional. 2026-04-06 17:52:53 +03:00
lib_ui@f49ddb2c12 Update lib_ui: fix QRhi build with Qt 6.11 2026-07-12 01:13:08 +03:00
lib_webrtc@52636e86ea Fix joining unmuted on macOS. 2026-04-21 17:10:22 +07:00
lib_webview@b1011367be Fix build with GCC. 2026-06-09 22:21:08 +04:00
Resources Show live relay health for MTProto proxies in the proxy list 2026-07-12 01:22:11 +03:00
shaders Fixed invisible small group call videos. 2026-06-22 11:51:49 +03:00
SourceFiles Make the handshake block verdict self-justifying 2026-07-12 02:01:27 +03:00
Telegram Unify macOS icon in Icon name. 2026-05-25 14:07:23 +04:00
ThirdParty Add some more math formula guardrails. 2026-06-23 11:40:19 +04:00
CMakeLists.txt Classify no-ServerHello handshake stalls into one block verdict 2026-07-12 01:34:52 +03:00
configure.bat
configure.py
configure.sh
create.bat
Telegram.plist