Minecraft-Console-Client/MinecraftClient/Protocol
ReinforceZwei c04c597aba
Implement Microsoft account login (#1397)
* Implement Microsoft account login
* Create proxied web request class
* Whole bunch of code that doesn't work
* I finally FIXED IT
It took me 2 hours to resolve the problem
* Fill the missed method summary
* Remove some unused code
* Revert http version
* Remove JSON parsing bug workaround
Not needed anymore as per e06438b582
* Remove comment asking about clientID
Client ID is used for session token refreshes. Random UUID without hyphens
Co-authored-by: ORelio <ORelio@users.noreply.github.com>
2021-01-06 21:14:51 +01:00
..
Dns Replace DnDns with HeijdenDns 2017-03-11 15:28:32 +01:00
Handlers Add TCP read timeout to server ping 2020-12-05 14:24:41 +01:00
Session Add support of language files (#1273) 2020-10-17 13:41:31 +02:00
ChatParser.cs Add support of language files (#1273) 2020-10-17 13:41:31 +02:00
DataTypeGenerator.cs Implement entity types (#1001) 2020-05-24 18:21:22 +02:00
EntityActionType.cs ChatBot API: OnScoreboardObjective, OnEntityEffect, OnUpdateScore, EntityInteract, Hand list (#1097) 2020-07-04 10:45:51 +02:00
GuidExtensions.cs Add support for creating replay mod capture files (#1246) 2020-09-06 21:51:42 +02:00
IMinecraftCom.cs Adds support for villager trading (#1316) 2020-11-08 23:39:07 +01:00
IMinecraftComHandler.cs Adds support for villager trading (#1316) 2020-11-08 23:39:07 +01:00
MicrosoftAuthentication.cs Implement Microsoft account login (#1397) 2021-01-06 21:14:51 +01:00
ProtocolHandler.cs Implement Microsoft account login (#1397) 2021-01-06 21:14:51 +01:00
ProxiedWebRequest.cs Implement Microsoft account login (#1397) 2021-01-06 21:14:51 +01:00
ReplayHandler.cs Add support for creating replay mod capture files (#1246) 2020-09-06 21:51:42 +02:00