summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Authenticator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MojangAPI: Implemented UUID shortening and dashing.madmaxoft2014-07-301-10/+1
|
* Added a cMojangAPI class for PlayerName -> UUID lookups, with cache.madmaxoft2014-07-301-211/+5
| | | | The cache is persisted into a SQLite DB file on server shutdown.
* cAuthenticator: Added GetUUIDsFromPlayerNames().madmaxoft2014-07-281-3/+96
|
* Authenticator.cpp: Killed a global destructor warningarchshift2014-07-191-53/+56
|
* Basic style fixes.madmaxoft2014-07-171-1/+1
|
* Function renameTiger Wang2014-07-161-2/+2
|
* Unified functionsTiger Wang2014-07-161-28/+23
| | | | Thanks @Howaner!
* Store properties as Json::ValueTiger Wang2014-07-161-5/+10
|
* Player properties are now retrievedTiger Wang2014-07-141-101/+180
|
* Implemented trapped chests & othersTiger Wang2014-07-071-2/+2
| | | | | | | + Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes
* Hotfixed Chunked transfer encoding in Yggdrasil.madmaxoft2014-05-031-1/+1
| | | | By using HTTP/1.0, we're disabling the support for the Chunked encoding on the server. This is a hotfix for #979, a proper parser implementation is still needed.
* Removed the unused cBlockingTCPLink class.madmaxoft2014-04-301-1/+0
|
* Removed unneeded #includes.madmaxoft2014-04-291-6/+0
|
* Added the G1 root cert.madmaxoft2014-04-281-2/+29
| | | | Now the authenticator finally works.
* Rewritten cAuthenticator to use the new PolarSSL++ wrapper classes.madmaxoft2014-04-271-91/+45
|
* Authenticator uses some C++ SSL objects.madmaxoft2014-04-241-19/+40
|
* Merge remote-tracking branch 'origin/master' into fixesjfhumann2014-04-181-3/+4
| | | | | | | | Conflicts: src/Authenticator.cpp src/ClientHandle.cpp src/Entities/Minecart.cpp src/Protocol/Protocol17x.cpp
* Implemented the 1.7.6 protocol and authenticator.madmaxoft2014-04-141-80/+67
| | | | Server works both in online and offline modes with 1.7.9.
* Fixed mistakedaniel09162014-04-131-1/+1
|
* Fixed Error?daniel09162014-04-131-2/+2
|
* Code Updatedaniel09162014-04-131-4/+5
|
* Added Yggdrasil Authentication Systemdaniel09162014-04-131-0/+325
Code by Howaner. Fixes/Changes by me.