summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Authenticator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes resource leaks in the yggdrasil authenticator. (CID 43617)jfhumann2014-04-261-0/+33
|
* 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.