Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-07-07 | Implemented trapped chests & others | Tiger Wang | 1 | -2/+2 | |
+ Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes | |||||
2014-05-03 | Hotfixed Chunked transfer encoding in Yggdrasil. | madmaxoft | 1 | -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. | |||||
2014-04-30 | Removed the unused cBlockingTCPLink class. | madmaxoft | 1 | -1/+0 | |
2014-04-29 | Removed unneeded #includes. | madmaxoft | 1 | -6/+0 | |
2014-04-28 | Added the G1 root cert. | madmaxoft | 1 | -2/+29 | |
Now the authenticator finally works. | |||||
2014-04-27 | Rewritten cAuthenticator to use the new PolarSSL++ wrapper classes. | madmaxoft | 1 | -91/+45 | |
2014-04-26 | Fixes resource leaks in the yggdrasil authenticator. (CID 43617) | jfhumann | 1 | -0/+33 | |
2014-04-24 | Authenticator uses some C++ SSL objects. | madmaxoft | 1 | -19/+40 | |
2014-04-14 | Implemented the 1.7.6 protocol and authenticator. | madmaxoft | 1 | -80/+67 | |
Server works both in online and offline modes with 1.7.9. | |||||
2014-04-13 | Fixed mistake | daniel0916 | 1 | -1/+1 | |
2014-04-13 | Fixed Error? | daniel0916 | 1 | -2/+2 | |
2014-04-13 | Code Update | daniel0916 | 1 | -4/+5 | |
2014-04-13 | Added Yggdrasil Authentication System | daniel0916 | 1 | -0/+325 | |
Code by Howaner. Fixes/Changes by me. |