Commit Graph

273 Commits

Author SHA1 Message Date
Colin McDonald 63e8683b67 Add MaxMind result models, IpIntel model 2016-06-17 14:58:06 -04:00
Colin McDonald 3a836e8db6 Optimize imports 2016-06-17 12:41:04 -04:00
Colin McDonald a1e70b47f7 Some small changes to make IntelliJ's code analysis happy 2016-06-17 12:40:47 -04:00
Colin McDonald cec5031aea Optimize imports 2016-06-17 01:13:39 -04:00
Colin McDonald ba17babfb8 Add an async save method to ServerGroup 2016-06-17 01:13:20 -04:00
Colin McDonald dff1e16283 Finish linked ip ban integration 2016-06-17 01:13:03 -04:00
Colin McDonald 26e84251b6 Add some more async functionality 2016-06-17 01:12:32 -04:00
Colin McDonald 07e0a3328a Add blocking TODO/warning 2016-06-17 01:12:04 -04:00
Colin McDonald c830372f29 Add GET /user/:id/punishments 2016-06-17 01:11:45 -04:00
Colin McDonald 15a8ba70db Add Jackson Instant serializers 2016-06-17 01:11:28 -04:00
Colin McDonald adf8d49334 Properly name InstantTypeAdapter 2016-06-17 01:11:01 -04:00
Colin McDonald 3c25095340 Add / before endpoint to ensure the call always works 2016-06-17 01:10:38 -04:00
Colin McDonald de933bc571 Convert some basic read-only routes to async 2016-06-17 01:10:09 -04:00
Colin McDonald a92dee1e6f Rename some classes to fit Google's Java standards 2016-06-17 01:09:28 -04:00
Colin McDonald 63b1e7b2c3 Add MaxMind files 2016-06-17 01:07:20 -04:00
Colin McDonald 453a3264be Swap Date to Instant 2016-06-16 12:25:22 -04:00
Jonathan Halterman 2cab2f0e7a Merge pull request #11 from FrozenOrb/experimental
Use Vertx instead of Spark
2016-06-16 09:22:00 -07:00
Colin McDonald fac4d50501 Fix possible issues presented by FindBugs 2016-06-16 10:58:23 -04:00
Colin McDonald c99052d8f1 Optimize imports 2016-06-16 10:50:24 -04:00
Colin McDonald 3a1b68b6b6 Cleanup some small bits of code 2016-06-16 10:49:57 -04:00
Colin McDonald 78762262c7 Refactor package names, add ip bans 2016-06-16 10:29:33 -04:00
Colin McDonald 7018a3c5e2 ayy last fake commit 2016-06-16 00:08:44 -04:00
Colin McDonald 7e462e1915 Push a bunch of experimental code (this doesn't currently work) 2016-06-12 16:36:11 -04:00
Colin McDonald 60a622fc43 Push a bunch of experimental code (this doesn't currently work/compile) 2016-06-09 22:39:23 -04:00
Colin McDonald 7d626afa20 Vertx prototyping 2016-06-01 14:23:37 -04:00
Colin McDonald 2248788961 Properly map our Morphia models so indexes will be created 2016-05-29 02:45:17 -04:00
Colin McDonald 125eeec747 Don't explicitly save users when they're first seen, as they'll already be saved in the User constructor 2016-05-29 02:44:54 -04:00
Colin McDonald 63a9a51c5f Switch to a batched solution for server heartbeats 2016-05-29 02:44:10 -04:00
Colin McDonald 37af5a7bd5 Cache servers 2016-05-29 02:43:37 -04:00
Colin McDonald b7e95d3120 When importing data, skip punishments with active set to false to respect older punishments 2016-05-28 00:33:40 -04:00
Colin McDonald 7126dde94a Optimize User#seenOnServer to save on database updates 2016-05-28 00:29:35 -04:00
Colin McDonald 26c399fc8e Implement server group cache, standardize caching system 2016-05-28 00:29:03 -04:00
Colin McDonald f4e8513343 Add more details to Mojang API stack traces 2016-05-28 00:28:40 -04:00
Colin McDonald d1e3455dd3 Merge remote-tracking branch 'origin/master' 2016-05-27 16:34:31 -04:00
Colin McDonald afa31fb8b6 Add better indexes on ipLog and punishments 2016-05-27 16:34:18 -04:00
Jonathan Halterman 3003b76a9e Update Jenkinsfile to only deploy master to Maven. 2016-05-22 20:17:31 -07:00
Colin McDonald 4bf36447b2 Create Jenkinsfile 2016-05-21 15:30:58 -04:00
Colin McDonald cb95f19eaa Update .gitignore 2016-05-21 15:22:53 -04:00
Colin McDonald 17930de1ae Update to new maven 2016-05-20 16:20:23 -04:00
Colin McDonald 2c3069de9a Remove unused methods/fields 2016-05-20 16:19:13 -04:00
Colin McDonald 3bf8fde060 Remove unused ErrorUtils#unauthorized method 2016-05-16 16:49:14 -04:00
Colin McDonald 76e2b60250 Add more metrics 2016-05-16 16:48:35 -04:00
Colin McDonald 26db4bb255 Make user auth rank checks case insensitive 2016-05-15 17:43:41 -04:00
Colin McDonald 85dfedfa6f Move enableRouteOverview call near other routes 2016-05-15 00:51:38 -04:00
Colin McDonald 4f8366b966 Cached dumps 2016-05-15 00:49:03 -04:00
Colin McDonald 5b55bc243d Optimize imports 2016-05-14 23:59:05 -04:00
Colin McDonald 52ad1bd685 Improve conversion and fix permission calculation 2016-05-14 23:58:37 -04:00
Colin McDonald 199072b5fb Add rank id conversion and properly update rank cache 2016-05-13 23:58:25 -04:00
Colin McDonald 846a7210bd Use Result#type instead of setting the header manually when setting content types 2016-05-13 23:38:06 -04:00
Colin McDonald 6200cefd39 Require version 4 UUIDs from clients 2016-05-13 23:36:58 -04:00