fix: minimal worker branch - only /start /me, rest sends help d996101 Haruka041 commited on 11 days ago
fix: worker functions use Update type, update_id field, WorkerBot import 8036cd8 Haruka041 commited on 11 days ago
fix: remove __proxy feature (conflict), clean worker_bot imports 91dddad Haruka041 commited on 11 days ago
WorkerBot: custom dispatch + worker API (bypasses api.telegram.org block) bacd2dc Haruka041 commited on 11 days ago
fix: add HTTPS_PROXY support via reqwest proxy for blocked environments d655d1b Haruka041 commited on 11 days ago
fix: set_my_commands non-fatal, network timeout won't kill dispatcher 57c1a81 Haruka041 commited on 12 days ago
fix: pass String directly to get_chat_member (Into<ChatId> handles it) 5952978 Haruka041 commited on 12 days ago
fix: real channel verification via getChatMember + dynamic channel links in keyboard 2604963 Haruka041 commited on 12 days ago
fix: admin action tracking (broadcast/limit/lookup no longer confused) + db set_limit support 1fcc853 Haruka041 commited on 12 days ago
fix: admin number→limit, oneshot channel avoids JoinHandle panic 354f297 Haruka041 commited on 12 days ago
fix: replace rusqlite with in-memory HashMap (zero IO, zero hang) 9e5fff7 Haruka041 commited on 12 days ago
fix: remove ctrlc_handler - blocks telegram dispatcher in Docker 682d5c1 Haruka041 commited on 12 days ago
fix: remove bot TcpListener (nginx owns 7860), mkdir nginx log dir 3a1d7ad Haruka041 commited on 12 days ago
fix: use tokio TcpListener for health check instead of std thread 262ff06 Haruka041 commited on 13 days ago
fix: bot has built-in TcpListener health check, no nginx needed f6adcf2 Haruka041 commited on 13 days ago
Switch to Alpine + nginx (matching reference project's working pattern) 854a116 Haruka041 commited on 13 days ago
debug: add eprintln tracing to see exactly where binary stops 2bbdca2 Haruka041 commited on 13 days ago
fix: move health check thread to VERY first line of run(), before any fallible ops 74b3e97 Haruka041 commited on 13 days ago
fix: bot uses std::net::TcpListener for health check, no deps. Dockerfile optimized for caching f3eb7d2 Haruka041 commited on 13 days ago
fix: bot serves health check on 7860 via axum, no nginx needed 35d9d01 Haruka041 commited on 13 days ago
fix: download_service mod, Url::parse, deadlock in get_all_admin_users e423564 Haruka041 commited on 13 days ago
fix: keyboard ReplyMarkup→InlineKeyboardMarkup, UserId type, flatten removal f445662 Haruka041 commited on 13 days ago
fix: all 34 compilation errors - emoji conflict, clap env, ChatId, clone, flatten, img stubs bc51d01 Haruka041 commited on 13 days ago