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

38 Commits

Author SHA1 Message Date
wdvxdr
733944693c client/internal/network: unify IncomingPacket&IncomingPacketInfo 2023-02-11 17:03:35 +08:00
Mrs4s
87ff2f9591
fix panic while uploading existing guild image 2022-06-14 17:37:22 +08:00
wdvxdr
5b616d65f7
all: adapt new proto2 api 2022-05-24 09:59:58 +08:00
wdvxdr
714961d68f
client: use %x placeholder 2022-03-20 13:48:02 +08:00
wdvxdr
4a007cfcf9
all: rewrite interface{} to any
generated by `gofmt -w -r 'interface{} -> any' .`
2022-03-17 10:52:03 +08:00
wdvxdr
6b5e7d35f0
client: new API UploadImage, UploadVoice and deprecate old API 2022-02-21 23:35:44 +08:00
wdvxdr
1e32793eef
client: combine upload group video and guild video 2022-02-21 17:31:05 +08:00
wdvxdr
d53bf8503e
client/pb: re-generate proto files 2022-02-14 00:51:36 +08:00
wdvxdr
28637c41be
internal/proto: move binary.DynamicProtoMessage to proto.DynamicMessage 2022-02-10 21:56:40 +08:00
Jabasukuriputo Wang
a154a63772 GuildSender的nickname给“我的频道昵称” 2021-12-25 11:15:34 +08:00
wdvxdr
3e2b57eab5
internal/network: first version of transport send 2021-12-22 20:13:23 +08:00
wdvxdr
6b5ba9f9c4
refactor: move c.nextSeq to c.uniPacket 2021-12-17 23:50:30 +08:00
wdvxdr
1c29ac7d96
refactor: packets.BuildUniPacket -> c.uniPacket
mostly auto-generated by

```
rf '
ex {
    var c QQClient
    var seq uint16
    var payload []byte
    var command string
    BuildUniPacket(c.Uin, seq, command, 1, c.OutGoingPacketSessionId, EmptyBytes, c.sigInfo.d2Key, payload) -> c.uniPacket(seq, command, payload)
}
'
```
2021-12-17 22:58:41 +08:00
Mrs4s
d8cae988c6
Merge branch 'master' of github.com:/Mrs4s/MiraiGo 2021-12-17 00:20:48 +08:00
Mrs4s
68e387e91b
feat: at channel support 2021-12-17 00:20:27 +08:00
wdvxdr
8b99d3147e
style: fix issues reported by golangci-lint 2021-12-16 20:21:49 +08:00
wdvxdr
b398cec6a5
refactor: move highway.go to client/internal/highway 2021-12-15 19:13:52 +08:00
Mrs4s
5eb78e427c
fix: nil pointer error on guild channel message parser 2021-12-14 16:37:05 +08:00
Mrs4s
d55929cf12
feat: PullGuildChannelMessage 2021-12-13 20:53:55 +08:00
wdvxdr
ec4cd4a6f3
style: internal/proto
use this package for conveniently replacing proto package
in the future.
2021-11-22 22:05:19 +08:00
wdvxdr
19e2050004
feat: upload guild short video 2021-11-18 21:28:17 +08:00
Mrs4s
511e8c41ed
feat: guild at encode 2021-11-15 01:08:54 +08:00
Mrs4s
e8cf25f6f4
fix: send guild channel message response decoder panic error 2021-11-14 04:50:06 +08:00
wdvxdr
7b125259d6
style: sort imports 2021-11-12 23:43:22 +08:00
github-actions[bot]
b85fc25cd5 ci(chore): Fix stylings 2021-11-11 18:17:49 +00:00
Mrs4s
9350021852
feat: SendGuildChannelMessage return *message.GuildChannelMessage 2021-11-12 02:17:01 +08:00
github-actions[bot]
19b2c4c5c8 ci(chore): Fix stylings 2021-11-11 17:51:34 +00:00
Mrs4s
b644f5c158
feat: UploadGuildImage 2021-11-12 01:50:30 +08:00
Mrs4s
75d6d547d2
feat: SendGuildChannelMessage 2021-11-10 04:12:01 +08:00
github-actions[bot]
c48c5bca49 ci(chore): Fix stylings 2021-11-08 19:17:04 +00:00
Mrs4s
af9ed48cb7
feat: query guild service image 2021-11-09 03:16:26 +08:00
github-actions[bot]
fc514b6f2d ci(chore): Fix stylings 2021-11-08 10:08:21 +00:00
Mrs4s
94a439c4a4
Merge branch 'master' of github.com:/Mrs4s/MiraiGo 2021-11-08 18:07:43 +08:00
Mrs4s
10a98ca4f1
feat: supported parsing emoji reactions updated event operator id and message sender uin 2021-11-08 18:07:32 +08:00
github-actions[bot]
82771d3481 ci(chore): Fix stylings 2021-11-08 09:37:02 +00:00
Mrs4s
c350734b4f
update GuildMessageReactionsUpdatedEvent fields 2021-11-08 17:36:22 +08:00
github-actions[bot]
4dc25fd095 ci(chore): Fix stylings 2021-11-07 20:52:18 +00:00
Mrs4s
b1d5a3d064
feat: GuildMessageReactionsUpdatedEvent 2021-11-08 04:51:35 +08:00