summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Authenticator.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Auth SSL Fixesx12xx12x2023-05-191-2/+2
| | | | | | | - Fixed Login Breaking bug - Auth and MojangAPI now use UrlClient - fixed bug in UrlClient where one letter was missing in the HTTP Header - added function to verify Urls from config files and error handling on bad Urls in config for Auth
* Authenticator: avoid move assignments to self (#5315)Tiger Wang2021-10-031-2/+2
| | | If authentication was off cClientHandle::m_Username ended up moved into itself. Add a copy to avoid this. Thanks @Seadragon91!
* Authentication flow: move construction, slim down classes (#5312)Tiger Wang2021-10-021-1/+1
| | | - Remove extra members in ForgeHandshake
* Using Super.Mattes D2020-04-161-3/+4
|
* Add cUUID class (#3871)peterbell102017-08-251-5/+3
|
* Minor changes (#3909)mathiascode2017-08-241-1/+1
|
* Removed unused forward declarations (#3888)Lukas Pioch2017-08-031-2/+1
|
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
| | | | | - Added override keyword - Removed inherited member variables
* Bulk clearing of whitespaceLogicParrot2016-02-051-3/+3
|
* Namechange to CuberiteMattes D2015-09-251-2/+2
|
* Initial implementation of IniFile overloadingtycho2015-05-161-3/+3
|
* Added a cMojangAPI class for PlayerName -> UUID lookups, with cache.madmaxoft2014-07-301-26/+1
| | | | The cache is persisted into a SQLite DB file on server shutdown.
* cAuthenticator: Added GetUUIDsFromPlayerNames().madmaxoft2014-07-281-0/+20
|
* Function renameTiger Wang2014-07-161-1/+1
|
* Unified functionsTiger Wang2014-07-161-6/+5
| | | | Thanks @Howaner!
* Store properties as Json::ValueTiger Wang2014-07-161-1/+8
|
* Player properties are now retrievedTiger Wang2014-07-141-0/+5
|
* Added Yggdrasil Authentication Systemdaniel09162014-04-131-0/+93
Code by Howaner. Fixes/Changes by me.