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

1921 Commits

Author SHA1 Message Date
Mrs4s
6bb98fc1df
Merge pull request #1811 from xiangxiangxiong9/dev
groupJoinReqEvent添加字段 invitor_id
2022-12-26 23:25:59 +08:00
Mrs4s
00bb185410
Merge pull request #1772 from shigma/isatty
feat: check if stdin isatty
2022-12-26 23:24:43 +08:00
Shigma
2c1cd57dfe
Merge branch 'dev' into isatty 2022-12-26 23:08:33 +08:00
wdvxdr
c744025cc8 dep: downgrade package go-silk
Fixes #1818
2022-12-24 15:01:19 +08:00
xiangxiangxiong9
02aadaf63c
make lint happy 2022-12-20 21:03:31 +08:00
xiangxiangxiong9
b05a64fc1b
邀请入群添加邀请人id [invitor_id] 2022-12-20 20:37:08 +08:00
仑质
8343db5ae3
将反向HTTP POST服务中请求的Method由GET修改为POST (#1794) 2022-12-13 22:17:32 +08:00
Mrs4s
0e08ceccdd
api: get_version_info remove protocol field & add protocol_name field 2022-12-07 03:27:19 +08:00
Mrs4s
231544d51e
remove: slider captcha anto-select 2022-12-07 03:23:15 +08:00
Mrs4s
d5936a4064
update dep 2022-12-07 03:07:20 +08:00
羽先生
894c047330
docker: use su-exec to run cqhttp as a non-root user (#1753) 2022-12-05 21:28:52 +08:00
Mrs4s
239fcad0c4
Merge pull request #1761 from fumiama/sqlite
feat: add sqlite3 database support
2022-12-02 20:40:14 +08:00
源文雨
8f63750d7f fix: sqlite 2022-12-02 18:53:50 +08:00
源文雨
2e16533c81 fix: update ft/sqlite 2022-12-02 18:13:34 +08:00
源文雨
efb5e63c75 update ft/sqlite 2022-12-02 18:04:38 +08:00
源文雨
9253fb7cfd
Merge branch 'dev' into sqlite 2022-12-02 18:00:48 +08:00
源文雨
4bebd4fec8 fix: update deps to modernc.org/sqlite 2022-12-02 17:59:04 +08:00
Mrs4s
0248c86078
fix #1733 2022-12-01 18:09:18 +08:00
Mrs4s
cdf7638871
Merge branch 'dev' of github.com:/Mrs4s/go-cqhttp into dev 2022-12-01 17:18:06 +08:00
Mrs4s
6f2bb1402f
update dep 2022-12-01 17:17:24 +08:00
Shigma
b981b45245
feat: check if stdin isatty
Co-Authored-By: Il Harper <hi@ilharper.com>
2022-11-21 19:55:26 +08:00
源文雨
51747981dd feat: 默认仍使用 leveldb 2022-11-15 10:50:47 +08:00
源文雨
92d78839f1 fix: interface convert panic 2022-11-10 17:30:54 +08:00
源文雨
a6613d88bf fix: uin extract 2022-11-10 16:31:14 +08:00
源文雨
1de1deb059 fix foreign key constraints 2022-11-10 15:00:15 +08:00
源文雨
8da043f012 feat: add foreign key constraints 2022-11-10 14:42:31 +08:00
源文雨
f1957e3814 feat: 将 uin, tiny 分表以节省空间 2022-11-10 11:51:01 +08:00
源文雨
2d42a968c9 fix: interface conv error 2022-11-10 10:32:57 +08:00
源文雨
0ad641aa2d feat: change db to sqlite3 in default config 2022-11-09 22:58:37 +08:00
源文雨
bc80944f26 fix: possible sql inject 2022-11-09 21:11:23 +08:00
源文雨
fc51a69ff1 fix: possible sql inject 2022-11-09 21:10:20 +08:00
源文雨
cee4bccf45 fix: no impl on winarm 2022-11-09 20:58:53 +08:00
源文雨
e6fa400e05 fix: no impl on winarm 2022-11-09 20:53:59 +08:00
源文雨
481a7ce8aa feat: use sqlite3 by default 2022-11-09 20:47:35 +08:00
源文雨
3d3d19c593 fix: dbpath 2022-11-09 20:32:17 +08:00
Mrs4s
fa267b6a2d
Merge pull request #1760 from sgpublic/dev
fix: daemon mode
2022-11-09 20:14:32 +08:00
源文雨
fdfae87e97 fix: create table 2022-11-09 20:06:07 +08:00
源文雨
5c78174d1c fix: possible id == 0 2022-11-09 16:51:12 +08:00
源文雨
c84d583235 feat: add sqlite3 database support 2022-11-09 16:38:33 +08:00
Madray Haven
93fa36034a fix: daemon mode 2022-11-08 09:46:46 +08:00
wdvxdr
de44adbfa1
internal/base: use relative path in flag -c default value 2022-11-03 20:55:01 +08:00
wdvxdr
db64699f3c
all: use os.Chdir instead of fork a process when changing working directory 2022-11-03 20:47:43 +08:00
Mrs4s
b12b7e5cb9
Merge pull request #1697 from Ink-33/feat_highdpi_msgbox
feat: msgbox support high dpi
2022-10-28 10:23:24 +08:00
wdvxdr
997cdceb7a internal/download: add comments
make lint happy!
2022-10-13 21:34:08 +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
CXM
1dd12df26a
fix: misc fix (#1699)
* chore: gitignore
2022-09-19 12:28:06 +08:00
Ink33
ec4b3cc3db
feat: msgbox support high dpi
Signed-off-by: Ink33 <Ink33@smlk.org>
2022-09-18 15:30:34 +08:00
Mrs4s
565f8635c0
Merge pull request #1694 from Akegarasu/fix-private-replyId
fix: #1608 again
2022-09-16 23:49:42 +08:00
Akiba
069a764a49
fix: #1608 again 2022-09-16 09:58:17 +08:00
wdvxdr1123
9b222a87fb
Merge pull request #1689 from sgpublic/dev
fix: more compatible behavior and some fix for deamon pid
2022-09-13 20:49:47 +08:00