fqnd / src

Commit History

fix: remove send_document & multipart dep - minimal worker
60465b6

Haruka041 commited on

fix: minimal worker branch - only /start /me, rest sends help
d996101

Haruka041 commited on

fix: MaybeInaccessible unwrap, remove unused check_worker
abb39d1

Haruka041 commited on

fix: worker functions use Update type, update_id field, WorkerBot import
8036cd8

Haruka041 commited on

worker: add worker_poll_loop + basic command handling
6a46842

Haruka041 commited on

fix: remove __proxy feature (conflict), clean worker_bot imports
91dddad

Haruka041 commited on

fix: ChatId&str, ReplyMarkup json, unused imports
6f0ab4c

Haruka041 commited on

WorkerBot: custom dispatch + worker API (bypasses api.telegram.org block)
bacd2dc

Haruka041 commited on

revert: proxy/socks not needed, keep retry loop only
53beaba

Haruka041 commited on

fix: add HTTPS_PROXY support via reqwest proxy for blocked environments
d655d1b

Haruka041 commited on

fix: retry loop every 30s after panic, auto-reconnect on network recovery
0bbdc4d

Haruka041 commited on

fix: catch_unwind for telegram dispatcher panic (network timeout)
2f33d9a

Haruka041 commited on

fix: set_my_commands non-fatal, network timeout won't kill dispatcher
57c1a81

Haruka041 commited on

fix: pass String directly to get_chat_member (Into<ChatId> handles it)
5952978

Haruka041 commited on

fix: real channel verification via getChatMember + dynamic channel links in keyboard
2604963

Haruka041 commited on

fix: admin action tracking (broadcast/limit/lookup no longer confused) + db set_limit support
1fcc853

Haruka041 commited on

fix: admin number→limit, oneshot channel avoids JoinHandle panic
354f297

Haruka041 commited on

fix: replace rusqlite with in-memory HashMap (zero IO, zero hang)
9e5fff7

Haruka041 commited on

fix: use /tmp/bot.db to avoid overlay filesystem hang
94d9e6f

Haruka041 commited on

debug: eprintln! trace in run() to find exact hang point
99c6cfe

Haruka041 commited on

fix: add tracing subscriber in Telegram block for teloxide debug output
5b0fefe

Haruka041 commited on

fix: Telegram block back to TOP, cfg!() macro, before any init_logging
e0b29d1

Haruka041 commited on

fix: use cfg!() instead of #[cfg] block (compat issue)
5e14ef8

Haruka041 commited on

fix: move telegram block after init_logging (tracing subscriber now active)
5db091d

Haruka041 commited on

fix: remove ctrlc_handler - blocks telegram dispatcher in Docker
682d5c1

Haruka041 commited on

fix: remove bot TcpListener (nginx owns 7860), mkdir nginx log dir
3a1d7ad

Haruka041 commited on

fix: telegram block at top of main(), #[cfg] no-label block, wait PID fix
16bd0d0

Haruka041 commited on

nuclear: clean target dir, force full rebuild with latest source
236b422

Haruka041 commited on

debug: [TGRAM] markers to trace telegram flow
3da402a

Haruka041 commited on

fix: use tokio TcpListener for health check instead of std thread
262ff06

Haruka041 commited on

fix: keep process alive in bot error case, TcpListener stays up
f4e68c4

Haruka041 commited on

fix: bot has built-in TcpListener health check, no nginx needed
f6adcf2

Haruka041 commited on

fix: don't exit(1) on missing token, sleep to keep process alive
2db0c1b

Haruka041 commited on

fix: telegram mode always on when feature enabled, clear error if token missing
0af1c56

Haruka041 commited on

fix: fallback to manual env var read for token (clap env feature unreliable)
91a675f

Haruka041 commited on

Switch to Alpine + nginx (matching reference project's working pattern)
854a116

Haruka041 commited on

debug: try 127.0.0.1 first then 0.0.0.0 for TcpListener
300f9d7

Haruka041 commited on

debug: add eprintln tracing to see exactly where binary stops
2bbdca2

Haruka041 commited on

fix: restore db init code after health check thread
dacae88

Haruka041 commited on

fix: move health check thread to VERY first line of run(), before any fallible ops
74b3e97

Haruka041 commited on

fix: remove stray ..., add img/ to builder COPY
71548a9

Haruka041 commited on

fix: bot uses std::net::TcpListener for health check, no deps. Dockerfile optimized for caching
f3eb7d2

Haruka041 commited on

fix: install bash, remove set -e, nc-based health check
253cffc

Haruka041 commited on

fix: include_str path ../../.. -> fake_error.html
560da17

Haruka041 commited on

fix: bot serves health check on 7860 via axum, no nginx needed
35d9d01

Haruka041 commited on

fix: database if-let, mut dh, url dep
1a7f524

Haruka041 commited on

fix: download_service mod, Url::parse, deadlock in get_all_admin_users
e423564

Haruka041 commited on

fix: keyboard ReplyMarkup→InlineKeyboardMarkup, UserId type, flatten removal
f445662

Haruka041 commited on

fix: all 34 compilation errors - emoji conflict, clap env, ChatId, clone, flatten, img stubs
bc51d01

Haruka041 commited on

Telegram Bot完整实现 + HF Space部署
bc32e7b

Haruka041 commited on