summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Authenticator.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.