openclaw/extensions/telegram/src/bot
ToToKr e89bd883d8
fix: allow Telegram RFC2544 media downloads (#57624) (thanks @MoerAI)
* fix(telegram): allow RFC 2544 benchmark IPs in media download SSRF policy (#57452)

Telegram CDN file servers may resolve to IPs in the RFC 2544 benchmark range (198.18.0.0/15). The SSRF policy blocked these downloads while Discord and Slack correctly allowed them. Set allowRfc2544BenchmarkRange to true to match other channel plugins.

* fix: note Telegram media RFC2544 CDN downloads (#57624) (thanks @MoerAI)

---------

Co-authored-by: Ayaan Zaidi <hi@obviy.us>
2026-03-31 09:53:31 +05:30
..
delivery.replies.ts fix(telegram): skip empty text replies instead of crashing with GrammyError 400 (#56620) 2026-03-28 22:27:56 +01:00
delivery.resolve-media-retry.test.ts fix: allow Telegram RFC2544 media downloads (#57624) (thanks @MoerAI) 2026-03-31 09:53:31 +05:30
delivery.resolve-media.ts fix: allow Telegram RFC2544 media downloads (#57624) (thanks @MoerAI) 2026-03-31 09:53:31 +05:30
delivery.send.ts fix(telegram): validate replyToMessageId before sending to Telegram API (#56587) 2026-03-28 20:47:10 +01:00
delivery.test.ts refactor(plugin-sdk): untangle extension test seams 2026-03-29 23:43:53 +01:00
delivery.ts fix: emit message:sent hook on Telegram streaming preview finalization (#50917) 2026-03-20 22:42:04 +05:30
helpers.test.ts fix(telegram): preserve forum topic routing for /new and /reset (#56654) 2026-03-29 00:21:41 +01:00
helpers.ts fix(telegram): preserve forum topic routing for /new and /reset (#56654) 2026-03-29 00:21:41 +01:00
reply-threading.ts
types.ts fix: tighten telegram runtime type guards 2026-03-28 04:53:26 +00:00