ZaStoGram/TMessagesProj
Repository files (latest commit first)
Filename Latest commit message Latest commit date
loop-uh 495aadc2ff Add DNS negative cache & socket cleanup
Core MTProxy resilience improvements:

- Implement 45s negative DNS cache to prevent rapid retry storms on NXDOMAIN/timeout
- Detect and reject 0.0.0.0 (IPv4) and :: (IPv6) blocked zero addresses from DNS resolvers
- Add resetTransportSocketForOpenConnection() to safely tear down stale sockets before new connection
- Enhance secret domain sanitization with better error classification (control chars vs invalid domain)
- Add pre-handshake DNS preflight check via isHostResolveNegativeCached() JNI

Plugin system expansion:
- Add pre_request_hook for request modification before send
- Add on_send_message_hook for outgoing message interception
- Add on_update/on_updates_hook for incoming update inspection
- Add app lifecycle hooks (start/stop/pause/resume)
- Add menu item system for plugin UI integration
- Refactor extera_utils to package with DexMaker class-proxy stubs

Proxy UX improvements:
- Manual proxy list reordering (drag-and-drop, no auto-sort by ping)
- Add diagnostic strings for new DNS failure phases
- Proxy health store now treats invalid-secret domains as punitive failures requiring rotation

Audio & maintenance:
- Set voice recording bitrate to 16 kbps (explicit, not OPUS_BITRATE_MAX)
- Enable VBR and voice signal hint for better speech compression
- Fix DialogsActivity AppName to use local resources, bypassing cloud strings
- Add guards for DNS resolver fallback chain, voice bitrate, and main title brand
2026-06-29 22:49:16 +03:00
..
config update to 12.4.0 (6506) 2026-02-14 16:49:34 +04:00
jni Add DNS negative cache & socket cleanup 2026-06-29 22:49:16 +03:00
libs Update to 5.13.0 (1818) 2019-12-31 16:08:08 +03:00
src/main Add DNS negative cache & socket cleanup 2026-06-29 22:49:16 +03:00
build.gradle Implement MTProxy compatibility recipe system with post-ClientHello diagnostics 2026-06-28 01:23:17 +03:00
google-services.json update to 11.1.1 (5235) 2024-09-11 01:07:16 +04:00
proguard-rules-beta.pro update to 11.1.1 (5235) 2024-09-11 01:07:16 +04:00
proguard-rules.pro Plugins: queue file commit; Python BOM & settings 2026-06-28 15:16:25 +03:00