Summary
- Add GlobalDataClient soft dependency. (commit: b16c398) (details)
- Implement NameHistory data class. (commit: aa07476) (details)
- Implement fetching of name histories and first parts of caching. (WIP) (commit: 0f0d4df) (details)
- Implement database for name histories. (commit: 46fb2aa) (details)
- Finalize first version of NameHistory cache. (needs testing) (commit: 60a25c4) (details)
- Make query counters volatile. (commit: ec816fe) (details)
- Reorder methods and increment databaseQueries when querieng history. (commit: 4aaefbd) (details)
- Add missing call to updateHistory. (commit: 1140be8) (details)
- Remove unused dependency. (commit: 4156803) (details)
- Fix database bug and issue with name history update on join. (commit: fe094a7) (details)
- Fix ClassCastException when fetching name history from Mojang. (commit: fceb088) (details)
- Transistion to new gson library, fix exceptions when looking up (commit: e55ece1) (details)
- Mojang returns nothing, when the account/uuid is invalid (commit: cc405f2) (details)