wdvxdr
24b75e45c7
internal/oicq: refactor & support unmarshal
2021-12-23 17:04:37 +08:00
wdvxdr
5dfa4528dd
fix: fix group unmute all
2021-12-23 14:03:09 +08:00
wdvxdr
d2dc2e472d
client: pack packet by transport
2021-12-22 22:47:00 +08:00
wdvxdr
3e2b57eab5
internal/network: first version of transport send
2021-12-22 20:13:23 +08:00
wdvxdr
950567e4b7
refactor: move Device&loginSigInfo to internal/auth
2021-12-18 15:36:52 +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
6650184a1b
feat: decodeSidExpiredPacket
2021-12-17 00:38:46 +08:00
wdvxdr
8b99d3147e
style: fix issues reported by golangci-lint
2021-12-16 20:21:49 +08:00
wdvxdr
503db83375
fix: drop oneof in oidb.D89AGroupinfo
...
RomiChan/protobuf don't support oneof now
2021-12-12 14:58:30 +08:00
fumiama
d3ab5965d5
fix( #209 ): OpenWriterF encode error
2021-12-04 20:31:11 +08:00
源文雨
b27ab903f1
Merge branch 'master' into master
2021-11-26 15:06:02 +08:00
Mrs4s
797a912b6d
protocol: update protobuf files & save work progress
2021-11-26 09:54:46 +08:00
fumiama
a70e0f20de
perf: add 0 alloc func OpenWriterF
2021-11-23 16:21:06 +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
1f8edc2de3
update some tlv packet
2021-11-19 20:12:56 +08:00
wdvxdr
2e441ed925
drop SendGroupGift support
...
QQ no longer provide free group gifts, so we should drop it
2021-11-14 21:52:09 +08:00
wdvxdr
7b125259d6
style: sort imports
2021-11-12 23:43:22 +08:00
Mrs4s
68628a3ca3
fix typo
2021-11-07 21:22:02 +08:00
Mrs4s
bec52b9b29
fix typo
2021-11-07 20:29:42 +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
lizheng.lz1998
e6640ad287
update ecdh
2021-10-30 22:21:19 +08:00
Mrs4s
d6a47cb6c0
feat: customize the device by client.
2021-07-17 22:24:53 +08:00
wdvxdr
4aa87a8ab8
dep: remove github.com/golang/protobuf
2021-06-11 14:23:46 +08:00
wdvxdr
d4b216a0ed
update proto
2021-06-11 13:27:01 +08:00
Mrs4s
f2530cc66b
feat: qidian protocol support.
2021-05-03 14:43:39 +08:00
Ju4tCode
44944e9d79
remove unused stop get message func
2021-04-29 14:51:03 +08:00
Mrs4s
b66d8a9a95
feat: delete friend.
2021-04-29 09:51:15 +08:00
wdvxdr
2e64a6913d
zap: reuse some []byte
...
优化单线程上传内存使用
2021-04-15 21:36:14 +08:00
Mrs4s
32a3570b09
fix mute all.
2021-04-09 19:22:57 +08:00
Mrs4s
dd7898c204
feat: SetOnlineStatus.
2021-04-06 09:52:22 +08:00
Mrs4s
0a81b76d23
use uploaded image to ocr request.
2021-04-04 16:18:45 +08:00
Mrs4s
369e834557
feat: token login.
2021-03-27 19:38:56 +08:00
wdvxdr
f3beaae4e4
prealloc.
2021-03-23 20:49:17 +08:00
Mrs4s
f75561a2c0
remove qrcode login limit.
2021-03-21 10:53:41 +08:00
Mrs4s
8e191523f6
feat: qrcode login.
2021-03-20 21:21:40 +08:00
Mrs4s
5a4b421850
feat: self private msg event.
2021-03-16 18:34:47 +08:00
wfjsw
551b532206
fix(client): device file struct naming imparity
2021-02-13 01:16:12 +08:00
Mrs4s
9054bf96ff
fix suspicious system msg action.
2021-02-11 10:25:53 +08:00
Mrs4s
ecd5a7b430
Revert "SpeedUP Rand"
2021-01-26 03:40:55 +08:00
Mrs4s
7151317ecd
Merge pull request #109 from LXY1226/Rand
...
SpeedUP Rand
2021-01-25 04:10:41 +08:00
Mrs4s
505e4092e0
fix typo.
2021-01-25 03:58:58 +08:00
Mrs4s
d216d26eb1
fix protocol.
2021-01-25 03:53:20 +08:00
Mrs4s
6ba8bb933f
fix skey refresh.
2021-01-25 03:49:14 +08:00
LXY
2a17b14c5b
Merge branch 'master' into Rand
2021-01-24 22:34:02 +08:00
Mrs4s
d0b2634029
save progress.
2021-01-24 02:20:02 +08:00
Lin
aa6ed0fc34
SpeedUP Rand
2021-01-22 00:14:01 +08:00
Mrs4s
a618d101db
feature GetAllowedClients() & OnlineClients.
2021-01-20 21:12:07 +08:00
Mrs4s
6ed080344b
feature qid support.
2021-01-10 21:25:02 +08:00