Anon
|
c6ca3dc13d
|
Formatted the code and removed logs from Auto Attack
|
2026-06-04 11:42:41 +02:00 |
|
copilot-swe-agent[bot]
|
c7bc25aa17
|
refactor: convert == null / != null to is null / is not null in 31 files
Replace old-style null comparisons with modern C# pattern matching
syntax across Commands, Protocol, Mapping, ChatBots, Physics,
Inventory, Logger, CommandHandler, Scripting, Crypto, and other modules.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-03-24 00:42:59 +00:00 |
|
breadbyte
|
a5ab30f3da
|
Fix session cache serializer failure
|
2024-12-25 01:28:28 +08:00 |
|
yaggod
|
d0caf4c9ee
|
fixed typo in word heAlper lol
|
2024-04-16 21:21:08 +03:00 |
|
mcflurrybaby
|
e19de8eb0b
|
refactored session checks for better readability
|
2023-12-02 13:15:46 +02:00 |
|
mcflurrybaby
|
ceff78a821
|
Restore ability to login with microsoft broken after yggdrasil login implementation
|
2023-12-02 12:39:52 +02:00 |
|
Polaris_Light
|
a97096cddf
|
ImplPlayerSection
|
2023-11-16 00:04:56 +08:00 |
|
Polaris_Light
|
3c97193b70
|
AddYggdrasilLogin
|
2023-11-12 21:04:20 +08:00 |
|
BruceChen
|
84cf749344
|
Implement command completion suggestions.
|
2022-12-06 15:50:17 +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
|
3d13eb51e6
|
Trim
|
2022-08-30 20:05:53 +08:00 |
|
BruceChen
|
13d1a9856a
|
Rewrote AES stream & Perform "SessionCheck" in advance
|
2022-08-27 23:01:28 +08:00 |
|
ReinforceZwei
|
04d83bf277
|
SessionCache: Add backward compatibility for old session file
|
2021-12-17 09:29:24 +08:00 |
|
ReinforceZwei
|
4b8ca158a8
|
Microsoft Sign-in: Add refresh token support (#1838)
|
2021-12-16 15:53:31 +08:00 |
|
ORelio
|
2e52bdea39
|
Fix SessionCache.ini (Mojang now uses JWT)
Session IDs from Mojang are now JWT instead of UUID
|
2020-03-01 19:59:35 +01:00 |
|
ORelio
|
143fcf7155
|
Move SessionToken.cs
|
2018-05-25 20:27:31 +02:00 |
|