-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] update login protocol #2613
Conversation
mirai-core/src/commonMain/kotlin/network/protocol/packet/Tlv.kt
Outdated
Show resolved
Hide resolved
mirai-core/src/commonMain/kotlin/network/protocol/packet/Tlv.kt
Outdated
Show resolved
Hide resolved
mirai-core/src/commonMain/kotlin/network/protocol/packet/Tlv.kt
Outdated
Show resolved
Hide resolved
mirai-core/src/commonMain/kotlin/network/protocol/packet/Tlv.kt
Outdated
Show resolved
Hide resolved
mirai-core/src/commonMain/kotlin/network/protocol/packet/login/wtlogin/WtLogin9.kt
Show resolved
Hide resolved
mirai-core/src/commonMain/kotlin/network/protocol/packet/login/wtlogin/WtLogin8.kt
Outdated
Show resolved
Hide resolved
mirai-core/src/commonMain/kotlin/network/protocol/packet/Tlv.kt
Outdated
Show resolved
Hide resolved
另外请确认一下WtLogin15和WtLogin10工作正常( |
mirai-core/src/commonMain/kotlin/network/protocol/packet/login/wtlogin/WtLogin9.kt
Show resolved
Hide resolved
mirai-core/src/commonMain/kotlin/network/protocol/packet/Tlv.kt
Outdated
Show resolved
Hide resolved
mirai-core/src/commonMain/kotlin/network/protocol/packet/Tlv.kt
Outdated
Show resolved
Hide resolved
mirai-core/src/commonMain/kotlin/utils/MiraiProtocolInternal.kt
Outdated
Show resolved
Hide resolved
TODO: aes and rsa crypto for nativeMain
ANDROID_PHONE
protocol
mirai-core/src/commonMain/kotlin/network/components/SsoProcessor.kt
Outdated
Show resolved
Hide resolved
mirai-core/src/commonMain/kotlin/network/components/SsoProcessor.kt
Outdated
Show resolved
Hide resolved
确实啊, dev info 感觉还是要直接重写比较好, 现在太难维护了 |
|
…alizeToString` and `deserializeFromString` for replacement
支持( |
没有, 我打算提供一个 DeviceInfo builder, 提供内置的 JSON string 序列化和反序列化, 弃用 serializer. |
好的,感谢回复。 |
我准备先合这个, 之后再改 dev info |
This PR will:
androidId
field ofDeviceInfo
to main constructor.