1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-08-07 18:41:49 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
4b4193c6e3 feat: load leveldb conf from environment variable. close #1002 2021-08-15 02:15:33 +08:00
a2f5be2166 feat: media mime scan. 2021-08-02 04:28:19 +08:00
19b2a86c7c fix golint. 2021-07-25 13:04:15 +08:00
e56e3b5036 feat(server): support serverless functions. 2021-07-25 12:41:57 +08:00
cdd2dcf907 feat(server): support http long polling. 2021-07-24 21:38:51 +08:00
9c9a469a16 ci(chore): Fix stylings 2021-07-18 10:04:18 +00:00
d7e0aaf827 feat: environment config support. 2021-07-18 18:03:23 +08:00
85df77f9a5 feat: log aging & force new log file. close #963 2021-07-17 22:58:45 +08:00
9eab6a75fc 更新文档 (#896) 2021-05-24 22:42:36 +08:00
223a888a34 reduce base64 alloc 2021-04-15 11:45:15 +08:00
1aed38ac18 fix code style. 2021-04-13 11:14:30 +08:00
cccf454500 docs(config): add pprof 2021-04-12 19:35:46 +08:00
b9e7006547 feat(config): config init helper
简单向导
2021-04-12 18:38:21 +08:00
987c57f7cf fix lint. 2021-04-11 21:18:08 +08:00
48b095f825 feat: pprof server. 2021-04-11 21:11:33 +08:00
e3c06731e7 fix config.Get() (#808)
配置文件不存在时config.Get()返回非空指针, 导致无法创建默认配置文件
2021-04-10 11:37:32 +08:00
f350d971fd docs(event filter): advance syntax 2021-04-08 23:28:06 +08:00
6f83db0ad0 update comment. 2021-04-08 16:58:05 +08:00
af46324dd9 feat: custom online status. 2021-04-08 16:42:41 +08:00
88594184f8 typo 2021-04-08 16:11:13 +08:00
e8d2d345e9 at, reply 添加更多细节 (#799)
更改:
- 发送: 自定义reply可以用id了
- 发送: CQ:at 中的QQ如果不存在会使用name的field作为补偿
添加可选选项:
- 接收: 添加延申reply信息
- 删除回复消息中重复的艾特 (Closes #764)
2021-04-06 21:22:51 +08:00
6083fa62b3 docs: config 2021-04-05 23:15:35 +08:00
Sam
d377b8bdf1 Yaml small fix 2021-04-05 22:51:12 +08:00
144220a1da enhance linter (#793)
* enhance linter

* fix golint
2021-04-05 15:14:56 +08:00
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