1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-08-06 10:11:49 +00:00
Commit Graph

228 Commits

Author SHA1 Message Date
6240e875ce add: mark_msg_as_read api. 2021-08-15 02:36:11 +08:00
92ad7d5938 fix(scf): fix write response. 2021-08-14 14:33:36 +08:00
c355549c8d fix(server): ws reverse reconnect. 2021-08-11 22:40:21 +08:00
e5a8a406a4 clean send msg arg. 2021-07-26 18:11:57 +08:00
89eaf91371 fix(server): always send response. 2021-07-25 13:28:25 +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
7274a46a3c feat: add api port to HTTP post headers. 2021-07-18 23:04:06 +08:00
2db968bbe3 feat(server): use a in-place removal to clean closed ws conn. 2021-07-17 22:07:21 +08:00
426aa5718f fix: form parse.
Fixes: #960
2021-07-15 10:13:24 +08:00
ca8d28f913 clean ws client push event. 2021-07-10 23:29:42 +08:00
34c22bed9c refactor(server): lazy marshal json. 2021-07-10 23:10:32 +08:00
ccc344ab1c fix(server): panic on multi ws server. 2021-07-09 22:45:30 +08:00
d266242887 clear check authorization. 2021-07-07 21:19:02 +08:00
499108cb1b refactor(server): unify http & ws-server Authorization 2021-06-24 20:18:38 +08:00
2f267e1926 remove: delete_group_file api folder_id param. 2021-06-06 14:48:16 +08:00
19fdd34b7f style: clean code 2021-05-30 14:38:08 +08:00
9f7e31766b refactor(server): replace gin with net/http
reduce binary size about 2M
2021-05-30 14:05:50 +08:00
e59e0994d5 update MiraiGo. 2021-05-26 18:40:00 +08:00
e4e17fb8c4 feat: delete_friend api. 2021-05-24 20:03:01 +08:00
f0a472bc3c feat(api): send group notice with pic 2021-05-04 16:55:19 +08:00
8ee342c871 Add new feature 增加设置在线机型功能
如iPad在线、iPhone在线、自定义机型在线等
2021-05-03 16:13:11 +08:00
605d8bb07d feat: qidian_get_account_info. 2021-05-03 15:45:34 +08:00
0138a6c467 feat(global): lazy compile split url regex pattern 2021-04-27 20:39:47 +08:00
25171e5777 feat: more group file operation api. 2021-04-22 20:44:42 +08:00
d36d7aa2ed feat(server): allow post without http server 2021-04-20 18:44:00 +08:00
223a888a34 reduce base64 alloc 2021-04-15 11:45:15 +08:00
cccf454500 docs(config): add pprof 2021-04-12 19:35:46 +08:00
d8a373cfa4 ci(chore): Fix stylings 2021-04-11 13:36:23 +00:00
fb7ba0557c fuck ci again. 2021-04-11 21:35:47 +08:00
6011a46f1b ci(chore): Fix stylings 2021-04-11 13:34:01 +00:00
de4f4c8676 fuck ci. 2021-04-11 21:33:08 +08:00
cbd91d27bd ci(chore): Fix stylings 2021-04-11 13:18:45 +00:00
379a589fc8 fuck. 2021-04-11 21:15:48 +08:00
6ba8774ff1 fix lint. 2021-04-11 21:14:06 +08:00
b1652c0f4b Merge branch 'master' of https://github.com/Mrs4s/go-cqhttp 2021-04-11 21:11:54 +08:00
48b095f825 feat: pprof server. 2021-04-11 21:11:33 +08:00
Sam
971a9575ff 实现 OneBot HTTP/WS 状态码标准, Closes #812 2021-04-11 17:26:59 +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
9dc02fb850 code tidy 2021-04-04 23:13:13 +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
15a59d4252 ci(chore): Fix stylings 2021-04-04 14:16:49 +00:00
32bba9994b fix: #768 2021-03-29 12:32:20 +08:00
8e6312914c fix Mrs4s#594 2021-03-26 01:02:43 +08:00
e0a551cea2 feat: qrcode login & remove admin api. 2021-03-21 19:37:14 +08:00
5d61a254e6 fix lock 2021-03-19 22:17:31 +08:00
3301077c46 websocket read with buffer pool 2021-03-18 22:32:54 +08:00
bf09ce7268 only marshal once 2021-03-17 19:52:08 +08:00