Implement synthetic pre-shared key (PSK) caching for FakeTLS to mimic realistic browser session resumption patterns, and add comprehensive proxy diagnostics infrastructure to track connection events, phases, and errors across all transport types. Diagnostics are collected in-memory with redaction of sensitive credentials and can be persisted to debug logs.
76 lines
1,015 B
Text
76 lines
1,015 B
Text
/out/
|
|
Debug/
|
|
Release/
|
|
/ThirdParty/
|
|
/Telegram/build/target
|
|
/Telegram/tests/
|
|
/Telegram/gyp/tests/*.test
|
|
/Telegram/out/
|
|
/Telegram/*.user
|
|
*.vcxproj*
|
|
*.sln
|
|
*.suo
|
|
*.sdf
|
|
*.opensdf
|
|
*.opendb
|
|
*.VC.db
|
|
*.aps
|
|
*.xcodeproj
|
|
ipch/
|
|
.vs/
|
|
.vscode/
|
|
.cache/
|
|
compile_commands.json
|
|
|
|
/Telegram/log.txt
|
|
/Telegram/data
|
|
/Telegram/data_config
|
|
/Telegram/DebugLogs/
|
|
/Telegram/tdata/
|
|
/Telegram/tdumps/
|
|
|
|
.DS_Store
|
|
._*
|
|
.qmake.stash
|
|
/Mac/
|
|
project.xcworkspace
|
|
xcuserdata
|
|
|
|
parts
|
|
prime
|
|
stage
|
|
*.snap
|
|
.snapcraft
|
|
/snap/gui/*.png
|
|
/snap/gui/*.desktop
|
|
/snap/plugins/__pycache__
|
|
|
|
/Telegram/*.user.*
|
|
*.txt.user
|
|
*.pro.user
|
|
/Linux/
|
|
/Telegram/Makefile
|
|
*.*~
|
|
.idea/
|
|
cmake-build-debug/
|
|
*.qsb
|
|
|
|
# Local configuration files
|
|
settings.local.json
|
|
*.local.json
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Cursor IDE local settings (but keep .cursor/rules/)
|
|
.cursor/*
|
|
!.cursor/rules/
|
|
|
|
# AI work folder (session-specific, not for version control)
|
|
.ai
|
|
|
|
# Generated changelog page (built by CI, deployed to GitHub Pages)
|
|
/docs/changelog/
|
|
/Telegram/SourceFiles/tests/__pycache__
|
|
cmake
|
|
/docs
|