1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 11:33:48 +08:00

12 Commits

Author SHA1 Message Date
wdvxdr
223a888a34
reduce base64 alloc 2021-04-15 11:45:15 +08:00
Mrs4s
1aed38ac18
fix code style. 2021-04-13 11:14:30 +08:00
wdvxdr
cccf454500
docs(config): add pprof 2021-04-12 19:35:46 +08:00
wdvxdr
b9e7006547
feat(config): config init helper
简单向导
2021-04-12 18:38:21 +08:00
Mrs4s
987c57f7cf
fix lint. 2021-04-11 21:18:08 +08:00
Mrs4s
48b095f825
feat: pprof server. 2021-04-11 21:11:33 +08:00
null-su
e3c06731e7
fix config.Get() (#808)
配置文件不存在时config.Get()返回非空指针, 导致无法创建默认配置文件
2021-04-10 11:37:32 +08:00
wdvxdr
f350d971fd
docs(event filter): advance syntax 2021-04-08 23:28:06 +08:00
Mrs4s
af46324dd9 feat: custom online status. 2021-04-08 16:42:41 +08:00
sam01101
e8d2d345e9
at, reply 添加更多细节 (#799)
更改:
- 发送: 自定义reply可以用id了
- 发送: CQ:at 中的QQ如果不存在会使用name的field作为补偿
添加可选选项:
- 接收: 添加延申reply信息
- 删除回复消息中重复的艾特 (Closes #764)
2021-04-06 21:22:51 +08:00
Ink33
144220a1da
enhance linter (#793)
* enhance linter

* fix golint
2021-04-05 15:14:56 +08:00
wdvxdr
3ea9c2547c
switch to yaml config(#770)
return on filter file does not exist

refactor: event filter
将event filter独立出来

refact: rate limit
将限速改成连接独立控制

switch to yaml config
2021-04-04 22:46:54 +08:00