14 Commits
Author SHA1 Message Date
zimonianhua 476e42b919 fix(channel): 增加HTTP客户端超时时间并改进SOCKS5代理处理
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
- 将Telegram和微信企业号通道的HTTP客户端超时统一延长至30秒,避免因网络延迟导致请求失败
- 修复SOCKS5代理连接未正确处理上下文取消的问题,现在支持带认证的SOCKS5代理
- 当无法获取默认HTTP传输时,提供完整的传输配置而非空结构
2026-02-11 11:25:42 +08:00
zimonianhua 79f8d5d600 feat(channel): 为 Telegram 和微信企业号添加代理支持
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
新增 HTTP 客户端工厂函数以支持通过代理发送请求,代理地址可在频道配置中设置。同时修复了微信企业号 TokenStore 更新时代理地址未同步的问题,并确保 Token 存储键值包含代理信息以避免冲突。
2026-02-11 09:44:32 +08:00
JustSong 0728dd28b8 fix: fix message segmentation in Telegram's markdown parse mode (close #88) 2023-05-20 11:36:28 +08:00
JustSong c6fc56281f fix: fix UTF8 characters are not encoded correctly (#79) 2023-05-12 09:58:51 +08:00
JustSong 9ebcc3a465 fix: split the message for Telegram if it's too long (close #79) 2023-05-11 19:57:16 +08:00
JustSong 7e2d7aae97 fix: adjust parse mode for telegram (close #73) 2023-05-08 16:11:42 +08:00
JustSong 89fa11f962 feat: now Telegram channel support field to now 2023-05-06 10:16:55 +08:00
JustSong 91725aeba7 feat: now client part supports multiple channels for the same type (#50) 2023-05-06 10:15:18 +08:00
JustSong 3a8d625201 feat: now server part supports multiple channels for the same type (#50) 2023-05-05 10:43:56 +08:00
JustSong 3d38260e5b feat: add to field to specify the receiver (close #48) 2023-04-16 09:55:23 +08:00
JustSong d26e578762 feat: save messages to database (close #37) 2022-12-22 17:59:12 +08:00
JustSong a36d21d18e feat: now support Telegram bot 2022-12-21 18:33:00 +08:00
JustSong e47bebf16a chore: do not render HTML in advance 2022-11-22 09:54:37 +08:00
JustSong e1d09aa58f feat: channel email is done 2022-11-11 17:24:03 +08:00