Skip to content

Changes

#63 (Feb 1, 2024, 7:08:09 AM)

  1. update to latest paper (commit: f1e9fa2) — Brokkonaut / githubweb

#62 (Dec 6, 2023, 7:36:25 AM)

  1. spread profile expiration times to avoid mass requests (commit: 9e0d3df) — Brokkonaut / githubweb

#61 (Nov 29, 2023, 7:10:44 AM)

  1. remove cached profile on join (commit: 870d648) — Brokkonaut / githubweb

#60 (Nov 29, 2023, 7:10:29 AM)

  1. use correct refreshed value for name entries (commit: e556746) — Brokkonaut / githubweb

#59 (Sep 25, 2022, 7:05:27 AM)

  1. Compatibility with old spigot (commit: 25990e4) — Brokkonaut / githubweb

#58 (Sep 21, 2022, 12:44:36 AM)

  1. Fix NameHistory sorting (commit: b40a1c6) — Brokkonaut / githubweb

#57 (Sep 13, 2022, 5:56:45 AM)

  1. Remove deprecated api use (commit: d958b03) — Brokkonaut / githubweb

#56 (Sep 13, 2022, 5:37:40 AM)

  1. Remove name history fetching from mojang, deprecate related api (commit: e910507) — Brokkonaut / githubweb

#55 (Jan 7, 2022, 7:03:01 AM)

  1. s (commit: ae98a00) — Brokkonaut / githubweb

#53 (Jun 30, 2021, 7:36:35 AM)

  1. New database driver class (commit: d510004) — Brokkonaut / githubweb

#52 (Jul 3, 2020, 10:55:20 PM)

  1. Minecraft 1.16.1 (commit: 11b4909) — Brokkonaut / githubweb

#51 (Jun 6, 2020, 9:24:42 PM)

  1. Allow loading all players from the database into the local cache. (commit: 28249dc) — jonas.becker / githubweb

#50 (May 21, 2020, 2:43:30 AM)

  1. Make searchPlayersByPartialName thread safe. (commit: c6088a7) — jonas.becker / githubweb

#49 (May 21, 2020, 2:41:25 AM)

  1. Fix typo. (commit: 3620291) — jonas.becker / githubweb

#48 (Jan 20, 2020, 7:12:43 PM)

  1. Update paper dependency (commit: ef9f97a) — Brokkonaut / githubweb

#47 (Oct 30, 2019, 10:06:14 PM)

  1. Expiration for name histories - refresh them after some time (commit: 9843d87) — Brokkonaut / githubweb

#46 (Sep 8, 2019, 2:05:26 PM)

  1. Fix SQL syntax for searching name users. (commit: 21c54f7) — jonas.becker / githubweb

#45 (Sep 6, 2019, 10:16:12 PM)

  1. Add searchPlayersByPartialName. (commit: 5849373) — jonas.becker / githubweb

#44 (Jul 30, 2019, 5:44:15 AM)

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

#43 (May 16, 2019, 4:24:14 AM)

  1. Add readme (commit: 3c0727e) — Brokkonaut / githubweb

#42 (May 16, 2019, 2:35:49 AM)

  1. Add api docs (commit: 6a8cbf3) — Brokkonaut / githubweb

#41 (May 15, 2019, 4:48:02 AM)

  1. fix formating (commit: 328b64c) — Brokkonaut / githubweb

#40 (May 15, 2019, 4:45:37 AM)

  1. Automatic import from OfflinePLayers on first start (commit: cc5627e) — Brokkonaut / githubweb

#39 (May 12, 2019, 1:15:20 AM)

  1. Deprecation warning (commit: 51c6222) — Brokkonaut / githubweb

#38 (May 11, 2019, 6:01:19 PM)

  1. Update to 1.14 (commit: a41e514) — Brokkonaut / githubweb

#36 (Sep 17, 2018, 6:32:24 AM)

  1. Build against paper 1.13.1 (commit: 16b9b63) — Brokkonaut / githubweb

#35 (Sep 17, 2018, 6:31:59 AM)

  1. format pom (commit: 6e880cd) — Brokkonaut / githubweb

#25 (Aug 9, 2018, 4:13:43 AM)

  1. use correct field (commit: d25e7ed) — Brokkonaut / githubweb
  2. let CachedPlayer implement OfflinePlayer (commit: 07775ca) — Brokkonaut / githubweb
  3. Back to SNAPSHOT (commit: 7a3b1eb) — Brokkonaut / githubweb
  4. 1.13 (commit: 946e6f4) — Brokkonaut / githubweb
  5. Build against paper-api 1.13 (commit: 30b9ef9) — Brokkonaut / githubweb

#24 (Aug 5, 2018, 6:47:45 AM)

  1. Build against paper-api 1.13 (commit: 30b9ef9) — Brokkonaut / githubweb

#23 (Jul 16, 2018, 6:30:14 AM)

  1. 1.13 (commit: 946e6f4) — Brokkonaut / githubweb

#22 (Apr 2, 2018, 7:26:08 PM)

  1. Back to SNAPSHOT (commit: 7a3b1eb) — Brokkonaut / githubweb

#21 (Apr 2, 2018, 7:25:33 PM)

  1. let CachedPlayer implement OfflinePlayer (commit: 07775ca) — Brokkonaut / githubweb

#20 (Mar 26, 2018, 7:48:10 AM)

  1. use correct field (commit: d25e7ed) — Brokkonaut / githubweb

#19 (Mar 4, 2018, 6:52:27 AM)

  1. maven nexus changes (commit: 9332a0d) — Brokkonaut / githubweb
  2. change to snapshot (commit: e35e266) — Brokkonaut / githubweb
  3. Minecraft GameProfile cache for paper (commit: 5886efe) — Brokkonaut / githubweb

#18 (Feb 6, 2018, 7:59:21 AM)

  1. Minecraft GameProfile cache for paper (commit: 5886efe) — Brokkonaut / githubweb

#17 (Aug 14, 2017, 7:45:26 AM)

  1. change to snapshot (commit: e35e266) — Brokkonaut / githubweb

#16 (Aug 14, 2017, 7:27:56 AM)

  1. change repository url (commit: 0c043e8) — Brokkonaut / githubweb
  2. Timeout if Mojang is not reachable (commit: 87c8db7) — Brokkonaut / githubweb
  3. add resources filtering to pom (commit: 8beffcd) — Brokkonaut / githubweb
  4. maven nexus changes (commit: 9332a0d) — Brokkonaut / githubweb

#7 (Jul 4, 2017, 3:46:33 AM)

  1. testing automatic nexus distribution (commit: ae74552) — Brokkonaut / githubweb

#6 (Jul 4, 2017, 3:43:05 AM)

  1. testing automatic nexus distribution (commit: ae74552) — Brokkonaut / githubweb