1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00

30 Commits

Author SHA1 Message Date
wdvxdr
db64699f3c
all: use os.Chdir instead of fork a process when changing working directory 2022-11-03 20:47:43 +08:00
wdvxdr
f4117bfb70 internal/download: move download logic to this package
also disable http2 when downloading, may fix some issue

For #1563
2022-10-13 21:27:36 +08:00
Madray Haven
4ff61215c6 fix: wrong pid output when -w use with -d 2022-09-11 19:59:02 +08:00
Shigma
08b0837cab
fix: fix string racing 2022-08-13 01:38:38 +08:00
Shigma
bf5562b6dd
refa: use ticker for fetchCaptcha() 2022-08-13 00:56:43 +08:00
Shigma
93074ef4af
feat: support manually input ticket 2022-08-13 00:07:57 +08:00
Mrs4s
177ba9d8c2
make lint happy 2022-06-21 21:29:41 +08:00
Mrs4s
2a0babad99
feat: slider captcha processor 2022-06-21 21:26:33 +08:00
wdvxdr
ae7fefad13
coolq: fix upload_private_file
pc client now can receive file sent by this api.
2022-06-21 13:55:41 +08:00
Cinte
7d97216612
fix: data文件夹权限问题 (#1529)
* fix: data文件夹权限问题

当权限644时候,data文件夹会由于没有执行权限而无法创建后续的图片...等一系列文件夹。

* 0o744->0o755
2022-06-06 12:38:50 +08:00
wdvxdr
c141501ae5
all: update MiraiGo and some minor changes 2022-05-23 11:13:44 +08:00
wdvxdr
0a603dee92
dep: revert go-silk version 2022-03-18 18:49:08 +08:00
wdvxdr
4d8c55aca1
cmd/gocq: adapt MiraiGo Logger interface 2022-03-02 22:08:47 +08:00
wdvxdr
c00e07dec9
coolq: adapt generic event handle & update MiraiGo 2022-03-01 16:30:23 +08:00
wdvxdr
75bed6aabc
coolq: clean readImageCache 2022-02-18 19:11:43 +08:00
Lin
ba808fff1d
重构:适配自定义QR尺寸
Co-authored-by: wdvxdr <wdvxdr1123@gmail.com>
2022-02-12 16:48:37 +08:00
Mrs4s
8773ff9bd1
Merge pull request #1341 from Ink-33/patch-5
style: add some comments
2022-02-06 22:41:05 +08:00
wdvxdr
f88f51ceed
cmd/gocq: switch faststart over to a flag 2022-02-06 16:04:03 +08:00
Ink33
7dc4a0bf5e
style: add some comments 2022-01-26 20:30:41 +08:00
wdvxdr
a49becfff4
api-gen: replace aliases with multi-path 2021-12-28 17:17:47 +08:00
wdvxdr
05f7eeb5c9
fix: fix api-generator panic 2021-12-28 16:56:36 +08:00
wdvxdr
3f67bee51e
dep: update MiraiGo
may Fixes #1276
2021-12-19 15:44:20 +08:00
wdvxdr
38000611c3
dep: update MiraiGo 2021-12-17 21:05:27 +08:00
Mrs4s
304667a822
feat: error dump 2021-12-16 17:48:39 +08:00
源文雨
a06a891186
feat: 将程序的主体部分移动到 cmd/gocq (#1215)
* feat: move main into cmd/gocq

* fix: make lint happy

* fix: rename Boot to Main
2021-12-04 13:48:12 +08:00
wdvxdr
530e2c24d2
fix(server): allow read more bytes in a single message
Fixes #1155
2021-11-13 15:16:23 +08:00
Mrs4s
51854fc6f3
feat: get_guild_members api 2021-11-12 02:29:25 +08:00
Mrs4s
45ccc0a1b5
feat: api generate support uint64 param 2021-11-07 16:30:09 +08:00
wdvxdr
625322d7e7
refactor: simply api gen annotation 2021-10-29 22:15:00 +08:00
wdvxdr
18944198ae
feat: generate api route with annotation 2021-10-28 21:08:14 +08:00