fix: minimal worker branch - only /start /me, rest sends help d996101 Haruka041 commited on 9 days ago
fix: worker functions use Update type, update_id field, WorkerBot import 8036cd8 Haruka041 commited on 9 days ago
fix: remove __proxy feature (conflict), clean worker_bot imports 91dddad Haruka041 commited on 9 days ago
WorkerBot: custom dispatch + worker API (bypasses api.telegram.org block) bacd2dc Haruka041 commited on 9 days ago
fix: add HTTPS_PROXY support via reqwest proxy for blocked environments d655d1b Haruka041 commited on 9 days ago
fix: retry loop every 30s after panic, auto-reconnect on network recovery 0bbdc4d Haruka041 commited on 10 days ago
fix: catch_unwind for telegram dispatcher panic (network timeout) 2f33d9a Haruka041 commited on 10 days ago
fix: set_my_commands non-fatal, network timeout won't kill dispatcher 57c1a81 Haruka041 commited on 10 days ago
fix: pass String directly to get_chat_member (Into<ChatId> handles it) 5952978 Haruka041 commited on 10 days ago
fix: real channel verification via getChatMember + dynamic channel links in keyboard 2604963 Haruka041 commited on 10 days ago
fix: admin action tracking (broadcast/limit/lookup no longer confused) + db set_limit support 1fcc853 Haruka041 commited on 10 days ago
fix: admin number→limit, oneshot channel avoids JoinHandle panic 354f297 Haruka041 commited on 10 days ago
fix: replace rusqlite with in-memory HashMap (zero IO, zero hang) 9e5fff7 Haruka041 commited on 10 days ago
fix: add tracing subscriber in Telegram block for teloxide debug output 5b0fefe Haruka041 commited on 10 days ago
fix: Telegram block back to TOP, cfg!() macro, before any init_logging e0b29d1 Haruka041 commited on 10 days ago
fix: move telegram block after init_logging (tracing subscriber now active) 5db091d Haruka041 commited on 10 days ago
fix: remove ctrlc_handler - blocks telegram dispatcher in Docker 682d5c1 Haruka041 commited on 10 days ago
fix: remove bot TcpListener (nginx owns 7860), mkdir nginx log dir 3a1d7ad Haruka041 commited on 10 days ago
fix: telegram block at top of main(), #[cfg] no-label block, wait PID fix 16bd0d0 Haruka041 commited on 10 days ago
nuclear: clean target dir, force full rebuild with latest source 236b422 Haruka041 commited on 10 days ago
fix: use tokio TcpListener for health check instead of std thread 262ff06 Haruka041 commited on 11 days ago
fix: keep process alive in bot error case, TcpListener stays up f4e68c4 Haruka041 commited on 11 days ago
fix: bot has built-in TcpListener health check, no nginx needed f6adcf2 Haruka041 commited on 11 days ago
fix: don't exit(1) on missing token, sleep to keep process alive 2db0c1b Haruka041 commited on 11 days ago
fix: telegram mode always on when feature enabled, clear error if token missing 0af1c56 Haruka041 commited on 11 days ago
fix: fallback to manual env var read for token (clap env feature unreliable) 91a675f Haruka041 commited on 11 days ago
Switch to Alpine + nginx (matching reference project's working pattern) 854a116 Haruka041 commited on 11 days ago
debug: add eprintln tracing to see exactly where binary stops 2bbdca2 Haruka041 commited on 11 days ago
fix: move health check thread to VERY first line of run(), before any fallible ops 74b3e97 Haruka041 commited on 11 days ago
fix: bot uses std::net::TcpListener for health check, no deps. Dockerfile optimized for caching f3eb7d2 Haruka041 commited on 11 days ago
fix: bot serves health check on 7860 via axum, no nginx needed 35d9d01 Haruka041 commited on 11 days ago
fix: download_service mod, Url::parse, deadlock in get_all_admin_users e423564 Haruka041 commited on 11 days ago
fix: keyboard ReplyMarkup→InlineKeyboardMarkup, UserId type, flatten removal f445662 Haruka041 commited on 11 days ago
fix: all 34 compilation errors - emoji conflict, clap env, ChatId, clone, flatten, img stubs bc51d01 Haruka041 commited on 11 days ago