vision
|
3f5b976a87
|
Merge pull request #2181 from 6vision/webp_images
Support images in webp format.
|
2024-08-02 13:47:39 +08:00 |
|
6vision
|
b544a4c954
|
fix: Use default expiration time for ExpiredDict if not set in config
|
2024-07-29 20:14:41 +08:00 |
|
6vision
|
baff5fafec
|
Optimization
|
2024-07-28 00:03:16 +08:00 |
|
6vision
|
e68936e36e
|
Support images in webp format.
|
2024-07-25 01:19:44 +08:00 |
|
6vision
|
7dbd195e45
|
Support images in webp format.
|
2024-07-25 01:12:53 +08:00 |
|
baojingyu
|
2f8099059c
|
修复chat_channel配置参数取值错误bug,优化dingtalk_channel回复打字机效果流式 AI卡片、dingtalk_message图片或富文本消息接收
|
2024-05-17 14:48:52 +08:00 |
|
zhayujie
|
a6ef3bc0ce
|
fix: add channel login exception log
|
2024-05-08 12:54:13 +08:00 |
|
zhayujie
|
c3a3df67b0
|
Merge pull request #1847 from Yanyutin753/master
fix ReplyType.IMAGE 回复图片为空的BUG
|
2024-04-08 12:15:49 +08:00 |
|
zhayujie
|
66a014150b
|
fix: config update bug
|
2024-04-06 01:03:26 +08:00 |
|
Clivia
|
8309f7cdbe
|
feat ReplyType.IMAGE 回复图片为空的BUG
|
2024-03-27 14:49:54 +08:00 |
|
rowan.wu
|
8093fcc64c
|
修复两处BUG
1、类型定义中使用了驼峰,但其他位置使用的大写
2、微信channel中,发送IMAGE,多余了seek方法
|
2024-03-16 12:34:40 +08:00 |
|
zhayujie
|
af5bc73dc0
|
feat: optimize consumer thread pool
|
2024-02-05 12:01:41 +08:00 |
|
zhayujie
|
95708489c9
|
fix: wxcomapp user name
|
2024-01-31 16:24:29 +08:00 |
|
zhayujie
|
4536f9c177
|
feat: client mng
|
2024-01-19 14:38:14 +08:00 |
|
zhayujie
|
c3f7e2645c
|
feat: channel client
|
2024-01-15 22:35:30 +08:00 |
|
erayyym
|
36f9680eec
|
adding features: 退群提醒
后面还打算想办法加用户自己退出的提醒,目前版本是可以在群主(且群主/管理员自己是bot)踢人时候发出提醒
|
2023-12-05 03:58:42 -05:00 |
|
zhayujie
|
aaed3f9839
|
fix: ignore system message
|
2023-10-18 11:14:44 +08:00 |
|
zhayujie
|
36ac6d005a
|
Merge pull request #1457 from befantasy/master
新增”ContextType.ACCEPT_FRIEND“,方便插件对“同意好友请求”后的事件进行处理。
|
2023-10-13 15:44:25 +08:00 |
|
zhayujie
|
dd082bd212
|
fix: search miss config
|
2023-09-30 20:02:26 +08:00 |
|
befantasy
|
f72cd13fba
|
Update wechat_message.py
|
2023-09-28 16:18:04 +08:00 |
|
befantasy
|
5b552dffbf
|
Update wechat_channel.py 新增 ContextType.ACCEPT_FRIEND
|
2023-09-28 16:16:30 +08:00 |
|
zhayujie
|
b45eea5908
|
Merge pull request #1427 from befantasy/master
itchat通道增加ReplyType.FILE/ReplyType.VIDEO/ReplyType.VIDEO_URL,以方便插件的开发。keyword插件增加文件和视频匹配回复
|
2023-09-26 01:27:35 +08:00 |
|
zhayujie
|
55cc35efa9
|
feat: document summary and chat with content
|
2023-09-24 12:27:09 +08:00 |
|
befantasy
|
a74aa12641
|
Update wechat_channel.py
|
2023-09-15 18:37:05 +08:00 |
|
befantasy
|
6bd286e8d5
|
Update wechat_channel.py to support ReplyType.FILE
|
2023-09-15 16:22:46 +08:00 |
|
zhayujie
|
2473334dfc
|
fix: channel send compatibility and add log
|
2023-08-14 23:09:51 +08:00 |
|
zhayujie
|
395edbd9f4
|
fix: only filter messages sent by the bot itself in private chat
|
2023-08-06 16:02:02 +08:00 |
|
zhayujie
|
2386eb8fc2
|
fix: unable to use plugin when group nickname is set
|
2023-08-06 15:44:48 +08:00 |
|
zhayujie
|
c81a79f7b9
|
Merge pull request #1104 from mari1995/feat_my_msg
feat: 手机上回复消息,不触发机器人
|
2023-07-31 18:02:41 +08:00 |
|
zhayujie
|
a786fa4b75
|
fix: reduce the expiration time and avoid storing the original message text to decrease memory usage
|
2023-07-21 17:16:34 +08:00 |
|
zhayujie
|
709b5be634
|
fix: group voice config and azure model calc support
|
2023-07-01 13:17:08 +08:00 |
|
zhayujie
|
34277a3940
|
feat: add app market
|
2023-05-28 19:08:23 +08:00 |
|
SSMario
|
44cb54a9ea
|
feat: 手机上回复消息,不触发机器人
|
2023-05-16 09:38:38 +08:00 |
|
lanvent
|
527d5e1dbc
|
fix(itchat): add error log when hot reload fails and log out before logging in normally
|
2023-04-27 02:46:53 +08:00 |
|
lanvent
|
be5a62f1b8
|
Merge Pull Request #936 into wechatcom-app
|
2023-04-24 22:41:42 +08:00 |
|
lanvent
|
618c94edb8
|
formatting: run precommit on all files
|
2023-04-22 12:01:29 +08:00 |
|
lanvent
|
4af2c7f3d7
|
fix: escape regex pattern
|
2023-04-22 11:39:59 +08:00 |
|
lanvent
|
361f599df0
|
fix: escape regex patterns when matching name
|
2023-04-22 11:29:41 +08:00 |
|
lanvent
|
4cbf46fd4d
|
feat: add support for wechatcom channel
|
2023-04-20 01:03:04 +08:00 |
|
lanvent
|
de33911460
|
feat: add support for PATPAT context
|
2023-04-18 23:34:08 +08:00 |
|
lanvent
|
6404332adc
|
feat: itchat support joingroup message
|
2023-04-18 02:21:41 +08:00 |
|
lanvent
|
65f20ff2c1
|
Merge Pull Request #860 into master
|
2023-04-17 01:24:39 +08:00 |
|
lanvent
|
8f72e8c3e6
|
formatting code
|
2023-04-17 01:01:02 +08:00 |
|
李超
|
29fbf69945
|
feat: Add configuration items to support custom data directories and facilitate the storage of itchat.pkl
|
2023-04-16 22:31:53 +08:00 |
|
lanvent
|
6bd1242d43
|
chore: update requirements and config-template
|
2023-04-09 16:16:54 +08:00 |
|
lanvent
|
8779eab36b
|
feat: itchat support picture msg
|
2023-04-09 00:45:42 +08:00 |
|
lanvent
|
3174b1158c
|
chore: merge itchat msg
|
2023-04-08 23:32:37 +08:00 |
|
lanvent
|
1dff630257
|
fix: avoid channel to generate not support reply
|
2023-04-06 02:05:36 +08:00 |
|
lanvent
|
5a221848e9
|
feat: avoid disorder by producer-consumer model
|
2023-04-04 05:18:09 +08:00 |
|
lanvent
|
388058467c
|
fix: delete same file twice
|
2023-04-02 14:55:45 +08:00 |
|