fix: minimal worker branch - only /start /me, rest sends help d996101 Haruka041 commited on 14 days ago
fix: worker functions use Update type, update_id field, WorkerBot import 8036cd8 Haruka041 commited on 14 days ago
fix: remove __proxy feature (conflict), clean worker_bot imports 91dddad Haruka041 commited on 14 days ago
WorkerBot: custom dispatch + worker API (bypasses api.telegram.org block) bacd2dc Haruka041 commited on 14 days ago
fix: add HTTPS_PROXY support via reqwest proxy for blocked environments d655d1b Haruka041 commited on 14 days ago
fix: retry loop every 30s after panic, auto-reconnect on network recovery 0bbdc4d Haruka041 commited on 15 days ago
fix: catch_unwind for telegram dispatcher panic (network timeout) 2f33d9a Haruka041 commited on 15 days ago
fix: set_my_commands non-fatal, network timeout won't kill dispatcher 57c1a81 Haruka041 commited on 15 days ago
fix: pass String directly to get_chat_member (Into<ChatId> handles it) 5952978 Haruka041 commited on 15 days ago
fix: real channel verification via getChatMember + dynamic channel links in keyboard 2604963 Haruka041 commited on 15 days ago
fix: admin action tracking (broadcast/limit/lookup no longer confused) + db set_limit support 1fcc853 Haruka041 commited on 15 days ago
fix: admin number→limit, oneshot channel avoids JoinHandle panic 354f297 Haruka041 commited on 15 days ago
fix: replace rusqlite with in-memory HashMap (zero IO, zero hang) 9e5fff7 Haruka041 commited on 15 days ago
fix: add tracing subscriber in Telegram block for teloxide debug output 5b0fefe Haruka041 commited on 15 days ago
fix: Telegram block back to TOP, cfg!() macro, before any init_logging e0b29d1 Haruka041 commited on 15 days ago
fix: move telegram block after init_logging (tracing subscriber now active) 5db091d Haruka041 commited on 15 days ago
fix: remove ctrlc_handler - blocks telegram dispatcher in Docker 682d5c1 Haruka041 commited on 15 days ago
revert: back to while true loop (3a1d7ad version that was RUNNING) a4adb75 Haruka041 commited on 15 days ago
revert: back to single quotes in ENTRYPOINT (worked before) 651eda6 Haruka041 commited on 15 days ago
fix: remove bot TcpListener (nginx owns 7860), mkdir nginx log dir 3a1d7ad Haruka041 commited on 15 days ago
fix: inline ENTRYPOINT, no entrypoint.sh, no bash, direct daemon off fix b339f56 Haruka041 commited on 15 days ago
fix: telegram block at top of main(), #[cfg] no-label block, wait PID fix 16bd0d0 Haruka041 commited on 15 days ago
nuclear: clean target dir, force full rebuild with latest source 236b422 Haruka041 commited on 15 days ago
Revert to 8140dee working setup: multi-stage + nginx + & wait. Only token fix kept. cc7fab3 Haruka041 commited on 15 days ago
Complete rewrite: /opt/app paths, fresh build, no caching possible 511960f Haruka041 commited on 15 days ago
fix: cache-bust Dockerfile, fresh build, nc -q fix, all one-shot 2998aae Haruka041 commited on 16 days ago
fix: use nc for health check, no more Rust TCP binding issues 41155cd Haruka041 commited on 16 days ago