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

31 Commits

Author SHA1 Message Date
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
wdvxdr
b398cec6a5
refactor: move highway.go to client/internal/highway 2021-12-15 19:13:52 +08:00
Mrs4s
f66f2b7d78
fix: fix GroupFileSystem.GetDownloadUrl error 2021-12-13 16:51:29 +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
7b125259d6
style: sort imports 2021-11-12 23:43:22 +08:00
github-actions[bot]
89b2d4e2ba ci(chore): Fix stylings 2021-11-01 18:45:12 +00:00
Mrs4s
2350d04f0f
style: rename package protocol to internal 2021-11-02 02:44:20 +08:00
wdvxdr
624a7e4101
feat: upload waiter. 2021-07-29 19:22:18 +08:00
Mrs4s
36d7eea2dd
move network logic to network.go. 2021-07-18 20:10:44 +08:00
Mrs4s
f2530cc66b
feat: qidian protocol support. 2021-05-03 14:43:39 +08:00
wdvxdr
2e64a6913d
zap: reuse some []byte
优化单线程上传内存使用
2021-04-15 21:36:14 +08:00
Mrs4s
bf3d1e75c7 feat: group file delete folder. 2021-04-05 14:48:18 +08:00
Mrs4s
9440289090 feat: group file create folder & rename folder. 2021-04-05 14:42:30 +08:00
wdvxdr
f3beaae4e4
prealloc. 2021-03-23 20:49:17 +08:00
Mrs4s
6c17f296a9 optimize decoder params. 2021-03-04 15:21:32 +08:00
wdvxdr
3f91730dc4
feat: improve upload file parallel
相同的文件不会并行上传
2021-03-04 13:26:37 +08:00
github-actions
477bb83c75 ci(chore): Fix stylings 2021-02-20 06:34:58 +00:00
Mrs4s
7a72473daa fix t119 panic. 2021-02-20 14:34:12 +08:00
github-actions
65ab1304e6 ci(chore): Fix stylings 2021-02-14 03:06:03 +00:00
Mrs4s
36a44d485c update proto. 2021-02-06 06:28:26 +08:00
Mrs4s
14ebb9cdcd feature group file upload. 2021-02-04 17:53:54 +08:00
Mrs4s
a618d101db feature GetAllowedClients() & OnlineClients. 2021-01-20 21:12:07 +08:00
Mrs4s
8ee19f6051 fix SendGroupMessage panic. 2021-01-16 05:54:46 +08:00
Mrs4s
c6cb5c7fe2 update. 2021-01-15 02:29:41 +08:00
Mrs4s
6c18a70565 feature get group messages & clear code. 2020-12-02 00:01:50 +08:00
wfjsw
02eb1c6357 better error support 2020-11-25 13:14:55 +08:00
Mrs4s
a8986651e7 feature: group file delete. 2020-11-10 23:14:01 +08:00
Mrs4s
ca72d542ca fix group file download error. 2020-11-05 20:03:58 +08:00
Mrs4s
d9e1c14a80 feature: group file system. 2020-10-28 19:23:25 +08:00