Fuzzlemann
654ff26fb6
Fixes Clearing of the data, the pool itself
2017-08-22 19:44:59 +02:00
Fuzzlemann
82da226edb
First try on Connection Pool
2017-08-22 18:26:59 +02:00
Fuzzlemann
6f807c123d
Merge branch '4.0.0-BungeeCord-Support' of https://github.com/Rsl1122/Plan-PlayerAnalytics
2017-08-22 17:23:58 +02:00
Rsl1122
c1399a52e2
Fixed Compiling & Test suite (Green again)
2017-08-22 18:23:34 +03:00
Fuzzlemann
2f8e881519
Merge branch '4.0.0-BungeeCord-Support' of https://github.com/Rsl1122/Plan-PlayerAnalytics
...
# Conflicts:
# Plan/src/main/java/com/djrapitops/plan/Plan.java
# Plan/src/main/java/com/djrapitops/plan/data/listeners/PlanDeathEventListener.java
2017-08-22 16:37:06 +02:00
Rsl1122
8895aca0ff
Start SessionTable (not finished)
2017-08-22 17:32:19 +03:00
Rsl1122
44c9ee3925
CommandUseTable, Plan.getServerUUID method.
2017-08-22 16:20:18 +03:00
Rsl1122
fe9c32c324
ActionsTable, moved some column declarations
2017-08-22 15:28:05 +03:00
Rsl1122
91415d9125
Deleted HandlingInfo
2017-08-22 14:02:53 +03:00
Rsl1122
af63e3cb92
Periodic DBCommit task. Removed remaints of KillData victimID
2017-08-22 12:30:27 +03:00
Rsl1122
8e2e710f98
Chat Name change processing
2017-08-22 12:12:01 +03:00
Rsl1122
cc8fcbe5b8
World Change Processing
2017-08-22 12:10:37 +03:00
Rsl1122
a5eb08e39d
GameMode change Processing
2017-08-22 12:09:32 +03:00
Rsl1122
8002864c73
Kill Processing
2017-08-22 12:06:02 +03:00
Rsl1122
96ff3b3fbf
Logout & Kick Processing
...
Renaming handler to dataCache
Death Processing
2017-08-22 11:55:26 +03:00
Rsl1122
5a7aa662e5
Logout & Kick Processing
...
Renaming handler to dataCache
2017-08-22 11:21:58 +03:00
Rsl1122
b9c9f4d950
More Login processing.
2017-08-22 11:00:27 +03:00
Rsl1122
997ec683ae
Renamed SessionData to Session
...
Started work on Login Processing
Changed some GeolocationCache public access methods to private.
2017-08-22 10:44:05 +03:00
Fuzzlemann
dee25eff4c
Update hashCode() and equals()
2017-08-21 21:41:44 +02:00
Fuzzlemann
685bac0c57
Update toString()
2017-08-21 21:39:46 +02:00
Fuzzlemann
9790b6cb73
PR for 4.0.0 (Fuzzlemann) (5) ( #267 )
...
* Add check for the server key
* Fix Kill Detection when the player is killed by an Arrow
* Change some WorldTimes methods
* Fixes #260
Fixes JavaDoc at MathUtils
* Fix Error
* Fix Error
2017-08-21 21:29:40 +03:00
Fuzzlemann
424ee0dffc
Fix Error
2017-08-21 19:56:07 +02:00
Fuzzlemann
46893172a1
Merge branch '4.0.0-BungeeCord-Support' of https://github.com/Rsl1122/Plan-PlayerAnalytics
2017-08-21 19:55:27 +02:00
Rsl1122
c74340f6f1
Fixed Test Suite
2017-08-21 20:51:10 +03:00
Fuzzlemann
256b365980
Fix Error
2017-08-21 19:49:26 +02:00
Fuzzlemann
a66b4d8104
Merge branch '4.0.0-BungeeCord-Support' of https://github.com/Rsl1122/Plan-PlayerAnalytics
...
# Conflicts:
# Plan/src/main/java/com/djrapitops/plan/Plan.java
# Plan/src/main/java/com/djrapitops/plan/command/commands/QuickInspectCommand.java
# Plan/src/main/java/com/djrapitops/plan/data/handling/PlaytimeHandling.java
2017-08-21 19:46:51 +02:00
Rsl1122
8f8d61279c
Removed HandlingInfo tests
...
Fixed Compile issues
2017-08-21 20:45:31 +03:00
Rsl1122
a86cb16226
Removed RecentPlayersButtonsCreator
2017-08-21 20:37:19 +03:00
Rsl1122
f7fca4b863
Restored one Database method for getting the new UserData objects.
2017-08-21 20:36:01 +03:00
Rsl1122
e4220574da
Deleted a lot related to UserData
2017-08-21 20:26:08 +03:00
Fuzzlemann
67ef64ec0d
Fixes #260
...
Fixes JavaDoc at MathUtils
2017-08-21 19:13:39 +02:00
Rsl1122
bc7df57c40
Removed UserData "dataCache" Map from DataCacheHandler
...
Removed Clear, Save & Get Queues.
Renamed DataCacheHandler to DataCache
Moved Process queue & Renamed to ProcessingQueue
2017-08-21 19:58:49 +03:00
Fuzzlemann
b0a4d67782
Change some WorldTimes methods
2017-08-21 18:33:54 +02:00
Fuzzlemann
9ccee9a9d6
Merge branch '4.0.0-BungeeCord-Support'
2017-08-21 18:27:11 +02:00
Fuzzlemann
dd3523fbb5
Merge branch '4.0.0-BungeeCord-Support' of https://github.com/Rsl1122/Plan-PlayerAnalytics into 4.0.0-BungeeCord-Support
2017-08-21 18:23:10 +02:00
Rsl1122
67df66cc31
Removed GMTimesTable
2017-08-21 19:19:33 +03:00
Rsl1122
7fd9960c8a
Removed need for WorldTimes Optionals.
2017-08-21 19:19:17 +03:00
Rsl1122
b6dcafb18b
Removed need for WorldTimes Optionals.
2017-08-21 19:11:28 +03:00
Fuzzlemann
5c28fc8d6f
Merge branch '4.0.0-BungeeCord-Support' of https://github.com/Rsl1122/Plan-PlayerAnalytics
2017-08-21 18:01:10 +02:00
Rsl1122
75ccecce02
Fixed WorldTimes, now works as intended.
2017-08-21 18:55:07 +03:00
Rsl1122
6bd14e03fe
Replace the big test with a more specific test.
2017-08-21 18:29:40 +03:00
Fuzzlemann
2baa175f52
Merge branch '4.0.0-BungeeCord-Support' of https://github.com/Rsl1122/Plan-PlayerAnalytics
2017-08-21 16:56:36 +02:00
Rsl1122
437345cded
Changes WorldTimes to work with GMTimes, Breaks the Database, Grathering & Analysis.
2017-08-21 17:55:49 +03:00
Fuzzlemann
76a79c8c57
Fix Kill Detection when the player is killed by an Arrow
2017-08-21 16:53:09 +02:00
Fuzzlemann
8640520af9
Merge remote-tracking branch 'Fuzzlemann/master'
2017-08-21 16:39:34 +02:00
Fuzzlemann
cc524365d6
Add check for the server key
2017-08-21 14:08:04 +02:00
Rsl1122
7245a02c2f
More changes planned (Deprecations & Todos to UserData)
2017-08-21 13:30:44 +03:00
Rsl1122
54b9dc4374
Improve ServerInfo so that it will work when swapping from sqlite to mysql.
2017-08-21 13:30:19 +03:00
Rsl1122
e44b20d74f
Server Information Storage
2017-08-21 12:45:21 +03:00
Rsl1122
cee61ceda5
Inspect page now has some variables replaced. A lot TODO there.
2017-08-21 11:24:49 +03:00