1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-04 19:17:37 +08:00

1684 Commits

Author SHA1 Message Date
源文雨
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
源文雨
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
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
Madray Haven
4ff61215c6 fix: wrong pid output when -w use with -d 2022-09-11 19:59:02 +08:00
Madray Haven
532f55fba0 fix: More compatible behavior for getting the current executable dir 2022-09-11 19:58:36 +08:00
Mrs4s
8389d9195d
Merge pull request #1680 from Akegarasu/fix-private-replyId
Fix private replyId
2022-09-09 22:49:01 +08:00
Akiba
bc9c6c49f1
fix: private reply id error, fix #1608 2022-09-09 22:44:43 +08:00
Mrs4s
bae00b557e
feat: send_forward_msg api will be returned forward id 2022-09-08 22:20:43 +08:00
Mrs4s
21df6c6d6d
Merge pull request #1679 from Sclock/dev.log
perf: add send_forward_msg log
2022-09-08 19:37:02 +08:00
sclock
0377e7f803 合并转发增加log输出 2022-09-08 19:27:13 +08:00
Mrs4s
140192c76a
fix: panic of getting group code error in forward message 2022-09-08 18:43:34 +08:00
wdvxdr
093605cf01 internal/btree: remove
Goodbye!
2022-08-31 21:11:23 +08:00
wdvxdr
2f92146092 cache: switch to leveldb 2022-08-31 21:07:18 +08:00
wdvxdr
96e6397636 btree: remove resethash 2022-08-31 20:30:16 +08:00
wdvxdr
1ff5e4de12 rf: remove Base64DecodeString
Now segmentio/asm resolve issue 50, we don't need this wrapper.
2022-08-31 17:24:22 +08:00
wdvxdr
98712bf9ca move mime to internal package 2022-08-31 16:31:47 +08:00
wdvxdr
65b050c781 ci: update go1.19&MiraiGo 2022-08-29 18:31:56 +08:00
wdvxdr
656dc6b103 all: fix golangci-lint 2022-08-28 17:33:35 +08:00
Mrs4s
933bdee18e
optimize the return value of group-message sending error 2022-08-14 01:40:14 +08:00
Mrs4s
202a75ee2d
Merge branch 'master' into dev 2022-08-13 23:01:52 +08:00
Mrs4s
a73d27f40b
Merge pull request #1629 from shigma/login-ticket
feat: support manually input ticket
2022-08-13 15:43:40 +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
fe19b3a9ad
Merge pull request #1582 from yuanyan3060/new_dev
fix a bug 使用mongodb时 image的 subtype会被存储为NumberLong类型
2022-08-03 16:20:36 +08:00
yuanyan3060
7a979c862f fix a bug 使用mongodb时 image的 subtype会被存储为NumberLong类型 2022-07-13 02:16:25 +08:00
秋葉杏
36bf579e0f
feat: del group notice (#1567)
* update dep

* feat: _del_group_notice

* doc: get_group_notice && del_group_notice
2022-07-09 12:57:53 +08:00
xiangxiangxiong9
551a475c1c
用upload_group_file上传私聊文件?不应该是upload_private_file吗qwq (#1560) 2022-06-26 14:50:11 +08:00
Mrs4s
67ea5d75ef
Merge pull request #1559 from Akegarasu/fix-forwardmsg
Fix forward msg
2022-06-25 21:41:39 +08:00
Akiba
a0fba6ad54
fix: #1557 2022-06-25 21:36:30 +08:00
Akiba
7e750352c4
fix: #1558 2022-06-25 21:06:37 +08:00
Mrs4s
f772996418
fix #1556 2022-06-25 17:40:15 +08:00
秋葉杏
2402bbedb0
doc: replace ob11 doc link (#1555) 2022-06-25 10:04:29 +08:00
wdvxdr
71ba266a8c
doc: document some new API
For #1009
2022-06-24 10:15:29 +08:00
wdvxdr
1d859dc373
doc: document new http/ws host config 2022-06-24 10:01:02 +08:00