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

542 Commits

Author SHA1 Message Date
wdvxdr
b98f75ccab
style: run gofumpt 2021-12-29 14:04:51 +08:00
wdvxdr
59bc7b4bae
internal/cache: always use CacheDB
Updates #1075
2021-12-28 17:33:14 +08:00
wdvxdr
a49becfff4
api-gen: replace aliases with multi-path 2021-12-28 17:17:47 +08:00
wdvxdr
a10aee8c8d
fix: make linter happy 2021-12-26 17:54:03 +08:00
wdvxdr
b8fe459c75
feat(coolq): upload images/videos in forward message concurrently 2021-12-26 17:50:40 +08:00
wdvxdr
024ec34fbe
fix: bus_id compatibility 2021-12-23 21:18:01 +08:00
wdvxdr
c775d91e1c
fix: private reply message serialize 2021-12-19 22:48:09 +08:00
wdvxdr
897119cbca
ci: make lint happy 2021-12-19 15:48:07 +08:00
Mrs4s
7785c819fb
doc: guild api get_topic_channel_feeds 2021-12-17 23:29:42 +08:00
wdvxdr
38000611c3
dep: update MiraiGo 2021-12-17 21:05:27 +08:00
wdvxdr
20ce02f0c9
ci: fix lint by adding // nolint 2021-12-17 12:44:53 +08:00
wdvxdr
2f1077e795
feat: expand forward message
if received a nested forward, the content would be an array rather than a `[CQ:forward]`
2021-12-17 12:36:17 +08:00
Mrs4s
cb16c08ac8
fix: download & delete group file api error 2021-12-17 02:50:37 +08:00
Mrs4s
9506dc21ab
style: delete useless return 2021-12-14 17:53:51 +08:00
Mrs4s
8da29c292e
feat: get_guild_msg api no_cache 2021-12-14 17:50:36 +08:00
Mrs4s
32aa82f914
feat: get_guild_msg api 2021-12-13 02:34:05 +08:00
Mrs4s
f5ef0c188b
feat: guild_channel_recall event 2021-12-13 02:21:20 +08:00
wdvxdr
1bc3818510
feat: basic guild music share support 2021-12-12 17:15:42 +08:00
Mrs4s
bc2901f4bd
Merge branch 'dev' of github.com:/Mrs4s/go-cqhttp into dev 2021-12-12 00:24:38 +08:00
Mrs4s
120b925fd6
update: remove internal id from guild message id 2021-12-12 00:24:24 +08:00
github-actions[bot]
abf42ce6b1 ci(chore): Fix stylings 2021-12-11 15:36:58 +00:00
Mrs4s
54e69acb8b
feat: support guild image decode to db 2021-12-11 23:35:49 +08:00
Mrs4s
57b2ce4c04
feat: database support for guild channel message 2021-12-11 23:16:00 +08:00
Mrs4s
5d81267c12
feat: get_guild_member_profile api 2021-12-11 02:57:17 +08:00
github-actions[bot]
c61de34732 ci(chore): Fix stylings 2021-12-08 13:52:55 +00:00
Mrs4s
e69051e88b
feat: get_guild_member_list api 2021-12-08 21:52:00 +08:00
Mrs4s
7278f99ed9
api: temporary delete get_guild_members api 2021-12-08 17:26:13 +08:00
Mrs4s
3eade331bf
update dep 2021-12-07 13:50:51 +08:00
Arnie97
fe1bfeb948
Fix image..jpg (#1198) 2021-11-29 12:58:50 +08:00
github-actions[bot]
b4bd22ea11 ci(chore): Fix stylings 2021-11-27 08:02:04 +00:00
Mrs4s
bf06f50a83
add comments 2021-11-27 16:01:09 +08:00
Mrs4s
3e9920b31b
feat: get_topic_channel_feeds api 2021-11-27 15:58:13 +08:00
Mrs4s
30edae64b3
fix: guild api use string-id type 2021-11-24 01:39:33 +08:00
Mrs4s
bb769941ab
fix: role api issues 2021-11-24 00:30:57 +08:00
Mrs4s
b4d797a7b3
merge master 2021-11-23 23:55:32 +08:00
Mrs4s
b4d92fcae3
fix: guild event use string-id type 2021-11-23 23:36:32 +08:00
Bluefissure
e73417bebf feat: Add guild role APIs
chore: lint code

refactor: rename by global.MSG

refactor: CQSetGuildMemberRole

fix: regenerate api
2021-11-22 17:34:09 -06:00
wdvxdr
2fc7f995f2
coolq: make animated sticker subset of face message 2021-11-20 18:45:35 +08:00
wdvxdr
7e573f9be6
feat: support animated sticker message 2021-11-19 23:20:42 +08:00
wdvxdr
150ce2950a
fix: allow sending guild short video
Fixes #1176
Fixes #1170
2021-11-18 21:31:46 +08:00
wdvxdr
c2c1fb00e5
fix: fix set_group_special_title param
Fixes #1178
2021-11-18 13:13:52 +08:00
wdvxdr
bb7f83201e
feat(http): enable v12 style http endpoint 2021-11-17 22:11:15 +08:00
Mrs4s
c180246720
Merge pull request #1164 from Sora233/fix/private_reply
fix private reply message
2021-11-16 00:43:48 +08:00
sora233
300a60fe9e fix private reply message 2021-11-15 14:01:55 +08:00
Mrs4s
9c0519f8c8
feat: support guild at 2021-11-15 01:33:17 +08:00
wdvxdr
adec1d1c1b
coolq: drop [CQ:gift] support 2021-11-14 21:40:29 +08:00
Mrs4s
cc8f2b5a7a
feat: channel_created event & channel_destroyed event support 2021-11-14 19:35:46 +08:00
wdvxdr
96e0411c97
fix(all): resolve issues reported by golangci-lint 2021-11-13 15:57:00 +08:00
Akiba
df6b914414 fix: convert to array missing guild image 2021-11-13 11:52:23 +08:00
Mrs4s
1a2658ef72
fix: event missing field 2021-11-13 03:59:50 +08:00