Commit Graph

1125 Commits

Author SHA1 Message Date
Rsl1122
19e16a9afe Implemented a way to add 00:00:59 and 00:59, time displays for #345 2017-10-24 11:57:42 +03:00
Rsl1122
566fbc9cde Additional precautions against #353 2017-10-24 11:49:51 +03:00
Rsl1122
7790058bbe Fixes #353 on new databases and existing MySQL databases 2017-10-24 11:47:13 +03:00
Rsl1122
e7fbee7991 Fixes #355 on existing MySQL databases 2017-10-24 11:43:40 +03:00
Rsl1122
889b2ac045 Merge pull request #374 from kalebmmm/patch-1
IPv6 compatible schema (#355)
2017-10-24 11:37:39 +03:00
Rsl1122
feff7de746 Fixes #373 2017-10-24 11:34:35 +03:00
Kaleb
488792a142 IPv6 compatible schema (#355)
This is in reference to #355
An IPv6 address can be up to 39 characters, so change the IP column to correspond. This won't help existing users.
2017-10-22 21:09:28 -04:00
Rsl1122
88ee6d26d1 Create CONTRIBUTING.md 2017-10-09 13:34:43 +03:00
Rsl1122
b7c5c1c192 Create CODE_OF_CONDUCT.md 2017-10-09 13:07:37 +03:00
Rsl1122
828d94a7e1 Fixed Database.jpg 2017-10-09 11:11:10 +03:00
Rsl1122
c8b2831911 Fixed Database.xml 2017-10-09 11:10:49 +03:00
Rsl1122
691e330c9d Added Database.jpg 2017-10-09 10:57:27 +03:00
Rsl1122
41dd3a8b8b Update Database.xml 2017-10-09 10:56:50 +03:00
Rsl1122
4b9e722c3c Added Database.xml 2017-10-09 10:16:44 +03:00
Rsl1122
85b75f5883 Merge pull request #326 from Rsl1122/4.0.2
4.0.2
2017-10-08 14:05:05 +03:00
Rsl1122
9aa5a01fe5 4.0.2 Version bump 2017-10-08 13:52:53 +03:00
Rsl1122
88f3e0ce06 Actually run the task 2017-10-08 13:52:26 +03:00
Rsl1122
2ef4bccbfc Updated PluginBridge jar 2017-10-08 13:41:04 +03:00
Rsl1122
99c1d8ad2d Implements #318 2017-10-08 13:40:10 +03:00
Rsl1122
ec602a8b6a Added replacement values for ${refresh} #320 2017-10-08 13:28:08 +03:00
Rsl1122
984f982a35 Implemented Chevron Icon instead of "Click to Expand", Plugins tab, #325 2017-10-08 13:15:17 +03:00
Rsl1122
fa7503cd57 Implemented Chevron Icon instead of "Click to Expand", Sessions tab, #325 2017-10-08 13:09:29 +03:00
Rsl1122
f8f0603951 Added networkName to player.html for #337 2017-10-08 11:53:47 +03:00
Rsl1122
56fa9dbeac Fixed #348 2017-10-08 11:49:22 +03:00
Rsl1122
c49ae0048f Fixed a register bug introduced in commit 7af6cd2 2017-10-08 11:49:06 +03:00
Rsl1122
2b4553e5e3 Added a config setting for #345 (0s time amount format) 2017-10-08 11:26:51 +03:00
Rsl1122
7af17d6f94 Fixed a bug with ViaVersion PluginData that caused Database to lock on /plan reload (Related to #347) 2017-10-08 11:22:47 +03:00
Rsl1122
8d8946287c Fixes #346 2017-10-08 10:55:53 +03:00
Rsl1122
99bd4fed06 Fixes #336 2017-10-07 20:21:50 +03:00
Rsl1122
df50ccfb34 Fixes #334 2017-10-07 20:18:17 +03:00
Rsl1122
edbc7d67f1 Fixes #324 (Does not remove incorrect data) 2017-10-07 20:11:57 +03:00
Rsl1122
5771218857 Fixes an SQLException related to the fix for #309 (WAL mode argument was regarded as filename) 2017-10-07 20:02:30 +03:00
Rsl1122
0ca5be7e89 Fixed #316 2017-10-07 19:54:54 +03:00
Rsl1122
82869f0ec1 SQLite now uses single connection again (Fixes #309, #321 & possibly #319) 2017-10-07 19:46:51 +03:00
Rsl1122
cafd73b787 Changed html charset to utf-8 2017-10-06 19:31:37 +03:00
Rsl1122
6c72c20765 Added back LogProgress setting for Analysis #341 2017-10-06 18:25:07 +03:00
Rsl1122
9e5b5566c7 Fixed broken test 2017-10-06 17:41:30 +03:00
Rsl1122
a268a092d7 Refactored WorldTimesTable (DB Table refactor complete) 2017-10-06 17:40:27 +03:00
Rsl1122
5433116cdb Refactored WorldTable 2017-10-06 17:33:57 +03:00
Rsl1122
94ba4fa0e9 Refactored VersionTable 2017-10-06 17:31:04 +03:00
Rsl1122
7af6cd238f Fixed a bug where empty optional is always returned (Registered: -) 2017-10-06 17:26:51 +03:00
Rsl1122
1241019fa4 Refactored UsersTable 2017-10-06 17:26:00 +03:00
Rsl1122
e1ec3532c5 Refactored UserInfoTable 2017-10-06 17:10:41 +03:00
Rsl1122
c8b389643a Refactored abstract UserIDTable 2017-10-06 17:03:34 +03:00
Rsl1122
d40499c22c Refactored TPSTable 2017-10-06 17:02:16 +03:00
Rsl1122
9826373ae8 Fixed a bug with Setup command 2017-10-05 22:31:38 +03:00
Rsl1122
da21aa4efd Refactored SessionsTable 2017-10-04 19:10:00 +03:00
Rsl1122
4f75d23865 Prevented another possible #315 error 2017-10-04 18:51:36 +03:00
Rsl1122
ef5ecad9c8 Fixes #315 (At least this instance of this bug) 2017-10-04 18:50:02 +03:00
Rsl1122
e617ae689f Fixes #329 2017-10-04 18:16:07 +03:00