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

1495 Commits

Author SHA1 Message Date
千橘 雫霞
bfc29a8c97
feat: support set max retries and retries interval (close #1252) (#1289)
* feat: support set max retries and retries interval

* fix: httpresponse using `res` before checking for errors

* fix: `HttpServerPost` now be unexported

* refactor: pretty `httpDefault`
2021-12-24 22:27:07 +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
wdvxdr
3f67bee51e
dep: update MiraiGo
may Fixes #1276
2021-12-19 15:44:20 +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
5a180cb8c2
dep: update MiraiGo 2021-12-17 12:38:52 +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
304667a822
feat: error dump 2021-12-16 17:48:39 +08:00
Mrs4s
3ebcb70fce
Merge branch 'master' into dev 2021-12-16 17:20:51 +08:00
Ink33
0accc89693
ci(package): remove useless nightly package (#1260) 2021-12-14 22:27:36 +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
3b0e9e67cf
Merge pull request #1253 from sam01101/patch-4
修复模版错误
2021-12-14 12:41:24 +08:00
sam01101
8f4286074b
[fix] Checkbox cause github 500 error 2021-12-14 11:08:46 +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
2461ff58a5
doc: update guild doc 2021-12-11 03:10:53 +08:00
Mrs4s
5d81267c12
feat: get_guild_member_profile api 2021-12-11 02:57:17 +08:00
Mrs4s
d561d4fd80
Merge pull request #1184 from Ink-33/patch-3
fix typo
2021-12-10 14:00:09 +08:00
秋葉あんず
49aedc99fe
fix(expand env): change os.ExpandEnv to regex (#1231)
* fix(expand env): change os.ExpandEnv to regex

* fix: MustCompile

* fix: regex
2021-12-09 17:53:40 +08:00
Mrs4s
0211a0ea96
doc: guild api get_guild_member_list 2021-12-09 16:28:43 +08:00
Mrs4s
c40f1b8191
doc: fix typo 2021-12-09 01:00:23 +08:00
Mrs4s
9c3997d11f
doc: update guild doc 2021-12-09 00:55:50 +08:00
Mrs4s
9f7f5a6dea
doc: update guild doc 2021-12-09 00:54:11 +08:00
wdvxdr
a9c1f2e5f3
ci: fix version path 2021-12-08 22:52:37 +08:00
wdvxdr
8ba93cbf7c
ci: use commit sha version 2021-12-08 22:47:00 +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 v1.0.0-beta8-fix2 2021-12-08 17:26:13 +08:00
Mrs4s
44e0ff44fb
update dep 2021-12-08 17:17:33 +08:00
Mrs4s
8b8a59f6d1
update dep 2021-12-08 13:49:29 +08:00
源文雨
26a7a1f0b6
feat(config): separate config & server (#1212)
* feat(server): add RegisterCustom

* feat(config): seprate config & server

* fix: make lint happy

* fix: make lint happy

* fix: ParseEnv nil pointer error

* typo(config): generateConfig hint

* fix(config): panic on range overflow
2021-12-07 22:39:30 +08:00
Mrs4s
3eade331bf
update dep 2021-12-07 13:50:51 +08:00
wdvxdr
aa2caac3f7
feat: support expand env 2021-12-06 22:31:02 +08:00
He Cheng
0ead592114
update protobuf (#1217)
Co-authored-by: hecheng337 <root@OpenWrt>
2021-12-06 21:07:06 +08:00
wdvxdr
dfec28dac6
server: fix concurrent write in ws 2021-12-05 22:40:44 +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
Mrs4s
fbf0d7d1e0
update dep 2021-12-02 01:07:01 +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