365 Commits

Author SHA1 Message Date
多吃点苹果
87036e2c94
添加定时同步数据到热存储容器功能 (#191) v1.3.4 2023-01-10 15:41:04 +08:00
eatmoreapple
102af677ff wip 2023-01-10 14:27:28 +08:00
多吃点苹果
200c5be4ff
修改同步消息错误默认行为 (#190) 2023-01-10 10:57:20 +08:00
多吃点苹果
2681b51702
format errors (#189) 2023-01-10 09:54:01 +08:00
多吃点苹果
f49c0367ad
update docs (#188) 2023-01-09 23:28:54 +08:00
eatmoreapple
93c73833e0 删除好友检测字符串 2023-01-08 23:21:03 +08:00
qiaojiewei
88b6a34307
fix: receiver里fileHelper为空的情况 (#186)
Co-authored-by: tgNotHouse <gqwj007@gmail.com>
2023-01-08 18:36:48 +08:00
多吃点苹果
9b5590f708
修复 pushlogin 重试失败的问题 🐛 (#183) v1.3.3 2023-01-06 15:10:05 +08:00
多吃点苹果
da3b267965
发送文件直接支持 io.Reader (#182) 2023-01-06 14:55:08 +08:00
多吃点苹果
721f56314e
添加 LoginChecker (#181) 2023-01-06 01:48:33 +08:00
多吃点苹果
953c1ce0be
添加 Ret code (#180) 2023-01-06 01:25:02 +08:00
eatmoreapple
b509a11a6d update doc v1.3.2 2023-01-06 01:01:08 +08:00
多吃点苹果
00e99ed293
删除一些冗余的函数 (#179) 2023-01-06 00:59:35 +08:00
多吃点苹果
fc438ab83f
添加免扫码登录功能 (#178) 2023-01-06 00:54:36 +08:00
eatmoreapple
17fbbd350e 修改uin为int64类型 2023-01-05 18:27:04 +08:00
多吃点苹果
46e6fb1afb
添加 bot option (#176) 2023-01-05 18:24:48 +08:00
eatmoreapple
e171c1fefa format User display v1.3.1 2022-12-30 13:04:29 +08:00
eatmoreapple
326f200976 change some fields to private 2022-12-30 12:59:56 +08:00
eatmoreapple
5f14a13c62 修改message.Bot为私有属性 2022-12-30 12:48:50 +08:00
多吃点苹果
806085b712
修复下载文件Content-Length为0的bug 🐛 (#174) 2022-12-30 12:42:01 +08:00
eatmoreapple
869912fa7a remove cookie from client v1.3.0 2022-12-26 16:24:39 +08:00
多吃点苹果
ae02ab70e1
修改 cookie 获取逻辑 (#168) 2022-12-16 00:45:19 +08:00
eatmoreapple
d316f2a533 wip v1.2.9 2022-12-14 00:20:22 +08:00
多吃点苹果
8c9d36ec16
修改热登录错误处理 🚑 (#166) 2022-12-14 00:12:44 +08:00
TossPig
df01bfefe5
修复jsonFileHotReloadStorage在文件已存在的情况下,没有获取到文件写入权限 (#163)
* 修复`jsonFileHotReloadStorage`在文件已存在的情况下,没有获取到文件写入权限

* fix 截获Seek的错误
2022-12-13 17:56:06 +08:00
Sml2h3
f07652e6c6
修复当群组保存在通讯录后无法正常识别是否是被@ (#164) 2022-12-13 17:36:03 +08:00
多吃点苹果
e6fcd53bd4
支持 MessageMatchDispatcher 直接转换成 MessageHandler (#161) 2022-12-12 19:38:43 +08:00
李寻欢
659bf1e522
🎨 优化是否有人加入了群聊判断逻辑 (#159) v1.2.8 2022-12-12 17:23:08 +08:00
多吃点苹果
270e290472
修改热登录逻辑 (#155) 2022-12-12 11:55:55 +08:00
gdmec07150942
caa0ed64b6
fix: 修复带有emoji昵称 isAt无效的情况 (#153)
Co-authored-by: xufengtao <xufengtao@hdedu.com>
2022-12-11 19:27:21 +08:00
eatmoreapple
eb3d45a1f3 should use instead of v1.2.7 2022-12-11 12:35:23 +08:00
eatmoreapple
443b3ea38c wip 2022-12-11 12:34:01 +08:00
多吃点苹果
144b147606
添加client自定义重试次数 (#151) 2022-12-11 12:26:29 +08:00
blogbin
a7ca046e03
Update bot.md (#148)
Update to dispatcher.OnText(func(ctx *openwechat.MessageContext).
2022-12-10 21:51:15 +08:00
多吃点苹果
25ba0a61f4
修改 FileHelper 函数签名 (#146) 2022-12-10 17:06:13 +08:00
多吃点苹果
efdac13d91
修复好友获取不全的问题 (#118) v1.2.6 2022-12-10 16:46:34 +08:00
TossPig
03aa3c1633
修复User结构无法json序列化 (#144) 2022-12-10 16:23:49 +08:00
多吃点苹果
967e85ad9d
添加群成员查找功能 (#145) 2022-12-10 16:07:32 +08:00
多吃点苹果
94743ec582
修复从群聊中获取不到消息的发送者的bug 🐛 (#143) v1.2.5 2022-12-10 15:35:35 +08:00
gdmec07150942
277f499c56
fix: 修复 "你好啊 再@机器人" 无效的at情况 (#139)
Co-authored-by: xufengtao <xufengtao@hdedu.com>
v1.2.4
2022-12-10 00:51:55 +08:00
多吃点苹果
1223ed8346
Merge pull request #140 from eatmoreapple/fix-opt-too-often-error 2022-12-10 00:49:27 +08:00
eatmoreapple
5df5a54190 修复频繁获取消息发送者导致的opt too often 2022-12-10 00:48:25 +08:00
eatmoreapple
7728a1517d 删除冗余的代码 2022-12-09 22:08:30 +08:00
eatmoreapple
c9e4e842d9 修改文件类型匹配策略 2022-12-09 22:06:47 +08:00
eatmoreapple
4063e369bd 取消网络错误继续监听的逻辑 v1.2.3 2022-12-09 13:35:32 +08:00
eatmoreapple
8a201f1461 添加Bot存活控制 2022-12-09 13:33:16 +08:00
eatmoreapple
8ba44602ae 添加在非热登录模式下主动导出热登录数据接口 2022-12-09 13:26:14 +08:00
eatmoreapple
c223141ad1 添加头像获取重试机制 2022-12-09 13:18:57 +08:00
eatmoreapple
c75e60e717 wip 2022-12-07 19:53:44 +08:00
多吃点苹果
3d22c239d2
Merge pull request #135 from eatmoreapple/fix-opt-too-often
修复频繁获取消息发送者获取详情导致  too often 的问题
v1.2.2
2022-12-07 13:42:13 +08:00