summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Authenticator.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily commented out override directives."Tycho2014-09-051-1/+1
| | | | | | | | | | | | | | | This reverts commit 6db727c60c01264dc9a9c209c5b335da8f53cd64. Conflicts: src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/Generating/ChunkGenerator.h src/LoggerListeners.cpp src/Mobs/Components/AIAggressiveComponent.h src/Mobs/Monster.h src/OSSupport/IsThread.h src/Protocol/Authenticator.h src/UI/SlotArea.h
* Fixed some more stuffSamuel Barney2014-08-251-1/+1
|
* Temporarily commented out override directives.Samuel Barney2014-08-211-2/+2
|
* 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.