Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a cMojangAPI class for PlayerName -> UUID lookups, with cache. | madmaxoft | 2014-07-30 | 1 | -26/+1 |
| | | | | The cache is persisted into a SQLite DB file on server shutdown. | ||||
* | cAuthenticator: Added GetUUIDsFromPlayerNames(). | madmaxoft | 2014-07-28 | 1 | -0/+20 |
| | |||||
* | Function rename | Tiger Wang | 2014-07-16 | 1 | -1/+1 |
| | |||||
* | Unified functions | Tiger Wang | 2014-07-16 | 1 | -6/+5 |
| | | | | Thanks @Howaner! | ||||
* | Store properties as Json::Value | Tiger Wang | 2014-07-16 | 1 | -1/+8 |
| | |||||
* | Player properties are now retrieved | Tiger Wang | 2014-07-14 | 1 | -0/+5 |
| | |||||
* | Added Yggdrasil Authentication System | daniel0916 | 2014-04-13 | 1 | -0/+93 |
Code by Howaner. Fixes/Changes by me. |