dependabot[bot]
6bb053b67e
Bump httpclient from 4.5.6 to 4.5.7 in /Plan ( #902 )
2019-01-29 01:14:36 +00:00
Rsl1122
1e20f078aa
Fix KillsOptimizationPatch applying improperly with KillsServerIDPatch
2019-01-27 12:16:30 +02:00
Rsl1122
610cbf955d
[ #900 ] Changed GROUP BY to group by world_name instead
...
This fix has also been pushed on a more upstream branch, but to get a
working version to the user this commit was made.
2019-01-27 11:46:08 +02:00
Risto Lahtela
ecf8cd9baf
Update .travis.yml
...
Fixed gradle caching as per https://docs.travis-ci.com/user/languages/java/#projects-using-gradle
2019-01-27 11:31:38 +02:00
dependabot[bot]
2244a85e4f
Bump jacoco-maven-plugin from 0.8.2 to 0.8.3 in /PlanPluginBridge ( #899 )
2019-01-25 17:57:29 +00:00
dependabot[bot]
9b9b5bdf07
Bump mysql-connector-java from 8.0.13 to 8.0.14 in /Plan ( #894 )
2019-01-22 12:22:41 +00:00
Risto Lahtela
7bd148d97e
[Merge] Version 4.6.1 ( #892 )
2019-01-19 13:22:30 +02:00
Risto Lahtela
7757de8785
Update versions.txt
2019-01-19 13:21:29 +02:00
Rsl1122
e856f556fc
Version bump to 4.6.1
2019-01-19 13:10:09 +02:00
Rsl1122
ea5b624520
PlanPluginBridge version bump to 4.6.1
2019-01-19 13:08:29 +02:00
Rsl1122
4c3a29340c
Bump ViaVersion protocol number
2019-01-19 13:05:41 +02:00
Rsl1122
beebc4ca01
[ #891 ] Empty world name no longer in Bungee sessions
2019-01-19 13:02:56 +02:00
Rsl1122
7f81b07f67
Fixes ParseException on /network page (Show_on_server_page)
2019-01-19 12:40:07 +02:00
MicleBrick
47ac6ada31
Miclebrick Added gradle wrapper ( #890 )
2019-01-19 09:29:36 +02:00
dependabot[bot]
e369f36547
Bump dagger from 2.20 to 2.21 in /Plan ( #884 )
...
Bumps [dagger](https://github.com/google/dagger ) from 2.20 to 2.21.
- [Release notes](https://github.com/google/dagger/releases )
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/dagger/compare/dagger-2.20...dagger-2.21 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-18 15:50:48 +02:00
dependabot[bot]
b382e73d6e
Bump dagger-compiler from 2.20 to 2.21 in /Plan ( #883 )
2019-01-18 12:59:10 +00:00
Rsl1122
28ce49e68f
[ #885 ] Relocated dagger classes
2019-01-17 17:50:02 +02:00
Risto Lahtela
c2212385f6
Update versions.txt
2019-01-17 13:45:01 +02:00
Risto Lahtela
46c460955b
[Merge] Version 4.6.0 ( #882 )
2019-01-17 13:44:20 +02:00
Rsl1122
6b013c1b92
Bump version to 4.6.0
2019-01-17 12:50:15 +02:00
Rsl1122
bdfd441008
Update notification now displays the version number
2019-01-17 12:49:27 +02:00
Rsl1122
f9c55850de
Fixed empty config Strings being overridden by defaults
2019-01-17 12:40:06 +02:00
Rsl1122
b1bcb962cb
Fixed ConfigReader parsing values after a list to a wrong level
2019-01-17 12:31:15 +02:00
Rsl1122
296a27dc63
Reorder config to the default sections on boot
2019-01-17 11:33:43 +02:00
Rsl1122
c011bb6be0
Fix empty config values from old config
2019-01-17 11:22:51 +02:00
Rsl1122
1273f26a64
[ #877 ] Test for /player/uuid page
2019-01-17 11:14:15 +02:00
Rsl1122
96d6e301dd
[ #877 ] Made player pages accessible via UUIDs
2019-01-17 11:06:51 +02:00
Rsl1122
baca629857
Patch against bad AFKThreshold setting data
...
Patch that resets AFK time of sessions with afk time of length of
the session to 0.
This is a bug remedy patch that attempts to turn "bad" afk data to good.
In 4.5.2 there was a bug that caused some config setting defaults not
being copied, along those AFKThreshold setting,
which lead to AFK threshold being read as 0.
This in turn lead to full sessions being regarded as having been AFK.
2019-01-17 11:00:20 +02:00
Rsl1122
d6ef6ec566
[ #861 ] server-network config system now stores last modified date instead
...
This prevents unnecessary config update after it is saved into the db
2019-01-17 10:44:44 +02:00
Rsl1122
88fd623718
Memory debug logging now based on config setting
2019-01-17 10:37:54 +02:00
Rsl1122
11dc8cab0d
Updated AbstractPluginFramework to 3.4.1
2019-01-17 10:33:18 +02:00
Rsl1122
b9dd21609d
Fixed Task related Exceptions on ShutdownHook
2019-01-14 18:19:54 +02:00
dependabot[bot]
b0562b5fb0
Bump nucleus-api from 1.8.1-S7.1 to 1.8.2-S7.1 in /PlanPluginBridge ( #879 )
2019-01-14 12:29:25 +00:00
Risto Lahtela
9c7bef896b
Update versions.txt
2019-01-12 20:30:35 +02:00
Rsl1122
4767de6687
[ #860 ] Fixed MySQL errno 150
...
Fixed by disabling foreign key checks before applying patches and
enabling afterwards.
Error was caused by re-creation of plan_sessions table during
plan_world_times creation (This was done by the database engine),
but plan_sessions was referenced by temp_world_times and so could not
be recreated as those references would become invalid.
2019-01-12 14:25:17 +02:00
Rsl1122
8edc621761
Task for network to update configs in database on boot
2019-01-12 13:25:01 +02:00
Rsl1122
c6c24f8c0f
[ #875 ] Fix gradle build encoding
2019-01-12 13:01:04 +02:00
Rsl1122
dbe54f918b
Delayed database index creation by a minute
...
This is to prevent issues with possible patching that is going on.
2019-01-10 14:23:55 +02:00
Rsl1122
fd22735084
Started using index creation task
2019-01-10 14:21:33 +02:00
Rsl1122
84b723a44a
Missing license to CreateIndexTask
2019-01-10 14:18:59 +02:00
Rsl1122
c8e98e6caa
DB Index Creation Task + test (Not used yet)
2019-01-10 14:11:26 +02:00
Rsl1122
76068ea6f8
[ #876 ] Corrected /planbungee setup message
2019-01-10 13:14:00 +02:00
Rsl1122
7a47da4319
Fixed SLF4J no-op logger not shading
2019-01-08 21:36:13 +02:00
Rsl1122
57ddf070d2
[ #777 ] Fixed network-server config file updating
...
TimeUnit.MINUTES was used where MILLISECONDS was appropriate,
the task would have ran once every 1000 hours instead of 1 minute.
2019-01-08 21:31:10 +02:00
Rsl1122
5d0f03c4c1
Fixed javadoc compile errors
2019-01-08 17:55:15 +02:00
Rsl1122
70dca38281
Fixed an error causing typo in UserInfoTable
2019-01-08 17:46:53 +02:00
Rsl1122
e5138d8ec7
[ #874 ] Fixed config read case when key is empty
2019-01-08 17:28:20 +02:00
Risto Lahtela
1de08cdd9c
Update versions.txt
2019-01-08 14:46:24 +02:00
Rsl1122
d9a994c8e8
Update PlanPluginBridge version
2019-01-08 14:25:04 +02:00
Rsl1122
c3534042dd
[ #841 ] Attempt to prevent NPE related to GriefPrevention
2019-01-08 14:20:45 +02:00