Skip to content
Success

Changes

Summary

  1. Add GlobalDataClient soft dependency. (commit: b16c398) (details)
  2. Implement NameHistory data class. (commit: aa07476) (details)
  3. Implement fetching of name histories and first parts of caching. (WIP) (commit: 0f0d4df) (details)
  4. Implement database for name histories. (commit: 46fb2aa) (details)
  5. Finalize first version of NameHistory cache. (needs testing) (commit: 60a25c4) (details)
  6. Make query counters volatile. (commit: ec816fe) (details)
  7. Reorder methods and increment databaseQueries when querieng history. (commit: 4aaefbd) (details)
  8. Add missing call to updateHistory. (commit: 1140be8) (details)
  9. Remove unused dependency. (commit: 4156803) (details)
  10. Fix database bug and issue with name history update on join. (commit: fe094a7) (details)
  11. Fix ClassCastException when fetching name history from Mojang. (commit: fceb088) (details)
  12. Transistion to new gson library, fix exceptions when looking up (commit: e55ece1) (details)
  13. Mojang returns nothing, when the account/uuid is invalid (commit: cc405f2) (details)
Commit b16c398128da5674f90ecd8f3e5d4df4166303a7 by j_beck64
Add GlobalDataClient soft dependency.
(commit: b16c398)
The file was modified pom.xml (diff)
The file was modified src/main/resources/plugin.yml (diff)
Commit aa074766566cf6e6acb9fdf97525fff812f6f528 by j_beck64
Implement NameHistory data class.
(commit: aa07476)
The file was addedsrc/main/java/de/iani/playerUUIDCache/NameHistory.java
Commit 0f0d4dfe183c0a4137659da021e803275303d1cc by jonas.becker
Implement fetching of name histories and first parts of caching. (WIP)
(commit: 0f0d4df)
The file was modified src/main/java/de/iani/playerUUIDCache/PlayerUUIDCache.java (diff)
The file was modified src/main/java/de/iani/playerUUIDCache/PlayerUUIDCacheAPI.java (diff)
The file was addedsrc/main/java/de/iani/playerUUIDCache/util/fetcher/NameHistoryFetcher.java
The file was modified src/main/java/de/iani/playerUUIDCache/NameHistory.java (diff)
The file was modified src/main/java/de/iani/playerUUIDCache/BinaryStorage.java (diff)
Commit 46fb2aa310b3e13d663bbc7435902053dd395d09 by jonas.becker
Implement database for name histories.
(commit: 46fb2aa)
The file was modified src/main/java/de/iani/playerUUIDCache/PlayerUUIDCacheAPI.java (diff)
The file was modified src/main/java/de/iani/playerUUIDCache/UUIDDatabase.java (diff)
The file was modified src/main/java/de/iani/playerUUIDCache/SQLConfig.java (diff)
The file was modified src/main/java/de/iani/playerUUIDCache/PlayerUUIDCache.java (diff)
Commit 60a25c4bca12c6dcf441d77cc429d25b2ca86408 by j_beck64
Finalize first version of NameHistory cache. (needs testing)
(commit: 60a25c4)
The file was modified src/main/java/de/iani/playerUUIDCache/PlayerUUIDCache.java (diff)
The file was modified src/main/java/de/iani/playerUUIDCache/NameHistory.java (diff)
The file was modified src/main/java/de/iani/playerUUIDCache/PlayerUUIDCacheAPI.java (diff)
The file was modified src/main/java/de/iani/playerUUIDCache/UUIDDatabase.java (diff)
Commit ec816fefc52a10fd049c918845e50f370b0af595 by j_beck64
Make query counters volatile.
(commit: ec816fe)
The file was modified src/main/java/de/iani/playerUUIDCache/PlayerUUIDCache.java (diff)
Commit 4aaefbd4ed1ba233a7c1e1cac523b922ca2036b8 by jonas.becker
Reorder methods and increment databaseQueries when querieng history.
(commit: 4aaefbd)
The file was modified src/main/java/de/iani/playerUUIDCache/PlayerUUIDCache.java (diff)
Commit 1140be83e5490a81ba85ea74e0aef2cd037e13dc by jonas.becker
Add missing call to updateHistory.
(commit: 1140be8)
The file was modified src/main/java/de/iani/playerUUIDCache/PlayerUUIDCache.java (diff)
The file was modified pom.xml (diff)
The file was modified src/main/resources/plugin.yml (diff)
Commit fe094a72e3a0933a8b4eb890c216fb1a4cbbddfa by jonas.becker
Fix database bug and issue with name history update on join.
(commit: fe094a7)
The file was modified src/main/java/de/iani/playerUUIDCache/PlayerUUIDCache.java (diff)
The file was modified src/main/java/de/iani/playerUUIDCache/UUIDDatabase.java (diff)
Commit fceb088f4d43c672d49f1495e1a12ff16a45ba25 by jonas.becker
Fix ClassCastException when fetching name history from Mojang.
(commit: fceb088)
The file was modified src/main/java/de/iani/playerUUIDCache/util/fetcher/NameHistoryFetcher.java (diff)
Commit e55ece1892143c5f23b3fd69bac88b8dd59edafd by jonas.becker
Transistion to new gson library, fix exceptions when looking up
non-existent uuids.
(commit: e55ece1)
The file was modified src/main/java/de/iani/playerUUIDCache/PlayerUUIDCache.java (diff)
The file was modified src/main/java/de/iani/playerUUIDCache/util/fetcher/UUIDFetcher.java (diff)
The file was modified src/main/java/de/iani/playerUUIDCache/util/fetcher/NameFetcher.java (diff)
The file was modified src/main/java/de/iani/playerUUIDCache/util/fetcher/ProfileFetcher.java (diff)
Commit cc405f2d28f2c6245913ec4a988c73dd501f8b08 by Brokkonaut
Mojang returns nothing, when the account/uuid is invalid
(commit: cc405f2)
The file was modified src/main/java/de/iani/playerUUIDCache/util/fetcher/NameHistoryFetcher.java (diff)
The file was modified src/main/java/de/iani/playerUUIDCache/util/fetcher/ProfileFetcher.java (diff)
The file was modified src/main/java/de/iani/playerUUIDCache/util/fetcher/UUIDFetcher.java (diff)
The file was modified src/main/java/de/iani/playerUUIDCache/util/fetcher/NameFetcher.java (diff)