oldkingOK
f749840d89
refactor(KeyUtils.cs): Replace Newtonsoft.Json with JSONData
2024-02-20 20:31:22 +08:00
Anon
ad684fb5b6
Removed debug log for keys
2024-01-29 15:46:42 +01:00
oldkingOK
2c8b15b02e
Fix bug: Yggdrasil client can't send message upper 22w17a
...
When try to send message in yggdrasil-auth server with `enforce-secure-profile=true`
and `online-mode=true` enabled, will fail with message in red:
Chat disabled due to missing profile public key. Please try reconnecting.
So yggdrasil-auth-client also has to encrypt chat messages like Microsoft-auth-client
to send out messages.
2024-01-13 03:29:00 +08:00
BruceChen
ba0d9ba3fc
merge brigadier-dev into milutinke:1.19.3
2023-01-14 20:42:15 +08:00
BruceChen
fe0b268878
1.19.3 Message signing support.
2023-01-13 16:12:10 +08:00
ReinforceZwei
e447fea16b
Send and receive message without message signing
2023-01-13 15:53:33 +08:00
ReinforceZwei
4be7a05006
Player session
2023-01-11 17:25:25 +08:00
BruceChen
84cf749344
Implement command completion suggestions.
2022-12-06 15:50:17 +08:00
BruceChen
16c1d1fd77
Refactoring Settings.cs
2022-10-05 15:02:30 +08:00
BruceChen
1d52d1eadd
Fix all warnings & Trim ( #2226 )
...
* Fix AutoFishing crash
* Fix all warnings
* Remove DotNetZip.
* Fix the usage of HttpClient.
2022-10-02 18:31:08 +08:00
BruceChen
afdf2f9e2c
Merge from master
2022-09-04 10:44:25 +08:00
BruceChen
13d1a9856a
Rewrote AES stream & Perform "SessionCheck" in advance
2022-08-27 23:01:28 +08:00
BruceChen
c34dd46067
Basic support for 1.19.2
2022-08-27 02:10:44 +08:00
BruceChen
a8bbb1ac76
Basic support for minecraft 1.19 ( #2084 )
...
* merge commit from milutinke
* chat signature & encrypted login
* Bug fix :EncryptionResponse format error below 1.18.2
* Implemented chat command signature
* Chat message parsing and verification for 1.19
* Add signature settings
* Update Simplified Chinese Translation
* Clear up comments
* Fix wrong variable naming
* Bug fix: SignatureV2 Processing
2022-08-15 17:55:44 +02:00