1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-07 12:43:32 +08:00

649 Commits

Author SHA1 Message Date
lizheng.lz1998
e6640ad287 update ecdh 2021-10-30 22:21:19 +08:00
github-actions[bot]
5f967df1ed ci(chore): Fix stylings 2021-10-30 09:12:18 +00:00
Mrs4s
90392f27c5
feat: GetGroupImageDownloadUrl impl 2021-10-30 17:11:39 +08:00
github-actions[bot]
adaf90db06 ci(chore): Fix stylings 2021-10-28 16:18:03 +00:00
Mrs4s
742c4e7171
Merge branch 'master' of github.com:/Mrs4s/MiraiGo 2021-10-29 00:16:50 +08:00
Mrs4s
a8e6d4b945
feat: market face parser & dice face support 2021-10-29 00:15:57 +08:00
Lin
d68da1f65f
chron: 移动到cmd 2021-10-27 10:09:21 +08:00
Lin
0f68dadc9a
chron: 添加下划线,修改文件权限 2021-10-27 10:03:19 +08:00
Lin
4767245285
tidy: 将c2cDecoders switch化 #2 2021-10-27 09:38:30 +08:00
Lin
7a6c0df081
tidy: 将c2cDecoders switch化 2021-10-27 09:35:23 +08:00
wdvxdr
80e2d83dab
fix: only read protobuf on known sub-type
Fixes Mrs4s/go-cqhttp#1120
2021-10-21 18:01:33 +08:00
Mrs4s
a0b4b2a4e0
fix: ConnectionQualityTest panic 2021-10-19 22:37:49 +08:00
Mrs4s
6570d10dc4
feat: connection quality test. 2021-10-16 16:12:33 +08:00
Mrs4s
2309d511bb
fix: minimum packet length check. 2021-10-14 21:46:20 +08:00
Mrs4s
d2c218e92b
fix: panic with invalid packet length. 2021-10-14 21:44:48 +08:00
Mrs4s
0238b2382b
fix: dynamic packet decode. 2021-09-16 19:31:36 +08:00
Mrs4s
e1502ecb48
Merge branch 'master' of github.com:/Mrs4s/MiraiGo 2021-09-16 17:52:46 +08:00
Mrs4s
e4b4faf39b
feat: DeleteUnidirectionalFriend. 2021-09-16 17:52:21 +08:00
github-actions[bot]
f70f9df5e4 ci(chore): Fix stylings 2021-09-16 07:33:23 +00:00
Mrs4s
3b6d4a6671
feat: GetUnidirectionalFriendList. 2021-09-16 15:32:39 +08:00
Mrs4s
59288fc4dc
add: image biz type support. 2021-09-06 13:12:04 +08:00
wdvxdr
fd9a6657fa
drop dep jsoniter&reflect2.
for smaller binary size.
2021-08-25 16:16:08 +08:00
Mrs4s
028326bb67
add: long message upload log. 2021-08-16 20:48:38 +08:00
Mrs4s
fcf135ac88
add: long message upload log. 2021-08-16 20:45:47 +08:00
wdvxdr
b8399fa706
clean(client): use new ReadBytes rather than ReadAny.
use rsc.io/rf tool:

rf '
  ex {
    import "github.com/Mrs4s/MiraiGo/binary/jce"
    var reader *jce.JceReader
    var tag int
    reader.ReadAny(tag).([]byte) -> reader.ReadBytes(tag)
  }
'
2021-08-13 15:48:20 +08:00
wdvxdr
6614d2383a
fix: friend poke self. 2021-08-10 15:08:36 +08:00
Mrs4s
08b19e92ef
fix: special title update. 2021-08-09 06:10:11 +08:00
github-actions[bot]
0893585b28 ci(chore): Fix stylings 2021-08-08 22:03:38 +00:00
Mrs4s
afa6db17ab
feat: MemberSpecialTitleUpdatedEvent. 2021-08-09 06:02:57 +08:00
wdvxdr
1d900b302d
feat: group member shut up timestamp.
Fixes: #174
2021-08-07 16:43:13 +08:00
wdvxdr
cb396f0f56
refactor(message): ForwardMessage don't impl IMessageElement interface
use ForwardMessage to upload and get the ForwardElement.
2021-08-03 15:36:20 +08:00
wdvxdr
feb482e0e3
switch errgroup. 2021-07-31 22:30:19 +08:00
wdvxdr
624a7e4101
feat: upload waiter. 2021-07-29 19:22:18 +08:00
wdvxdr
1d68826cef
fix: group digest struct field. 2021-07-26 18:31:04 +08:00
wdvxdr
cd9830b977
fix: data race in netLoop. 2021-07-24 20:13:18 +08:00
wdvxdr
4e350e6b2a
refresh skey before getCSRFToken 2021-07-22 23:38:22 +08:00
wdvxdr
ddf3476b30
fix(client): send on closed channel 2021-07-20 21:39:43 +08:00
Mrs4s
bf6cfc84c5
fix image ocr error. 2021-07-18 22:54:18 +08:00
github-actions[bot]
11130fd5bb ci(chore): Fix stylings 2021-07-18 12:11:34 +00:00
Mrs4s
36d7eea2dd
move network logic to network.go. 2021-07-18 20:10:44 +08:00
Mrs4s
df059c2a56
feat: release client. 2021-07-18 15:58:23 +08:00
wdvxdr
b93c02e18e
rf(message): refactor image & flash image [break-change]. 2021-07-18 11:32:51 +08:00
Mrs4s
36f8422812
add: fields comment. 2021-07-17 22:35:43 +08:00
Mrs4s
555368affb
Merge pull request #158 from aimingo/master
feat: joinRequest add member Invite info
2021-07-17 22:27:53 +08:00
Mrs4s
4b5ead8813
Merge pull request #170 from lz1998/master
update sendAndWait
2021-07-17 22:26:26 +08:00
github-actions[bot]
16d3be0139 ci(chore): Fix stylings 2021-07-17 14:25:43 +00:00
Mrs4s
d6a47cb6c0
feat: customize the device by client. 2021-07-17 22:24:53 +08:00
lizheng.lz1998
d20a4669ab update sendAndWait 2021-07-17 15:00:15 +08:00
wdvxdr
34f6f85483
fix stat marshalJSON. 2021-07-15 22:19:06 +08:00
wdvxdr
7fe0b873c3
fix some issue with golangci-lint. 2021-07-15 21:33:30 +08:00