Risto Lahtela
1bffefe931
Fix fabric command issues:
...
- Made only players support chat events
- Added hashcode and equals needed for storing in cache (Confirmation uses CMDSender as key)
- Hacky fix for running tasks when plugin is disabled
Affects issues:
- Fixed #2183
2022-01-09 13:29:47 +02:00
Risto Lahtela
ed17ebd402
Fix top category queries
...
- Moved group by before order by
- Fixed off by one error in the offset
Affects issues:
- Fixed #2206
2022-01-09 12:37:29 +02:00
Risto Lahtela
4974aff6be
Reduce log level of disabled webserver via config
...
Affects issues:
- Close #2229
2022-01-09 12:06:03 +02:00
Risto Lahtela
e977e37b6f
Bump Litebans extension to R0.3
...
Fixes the extension not getting new data after 5000 entries
2022-01-07 21:33:35 +02:00
Aurora Lahtela
1d931fb6bc
Update versions.txt
2022-01-06 15:53:33 +02:00
Risto Lahtela
243dc0a748
Fixed tests
2022-01-06 15:50:59 +02:00
Risto Lahtela
a7478645bd
Reduce the amount of tasks used for upkeep
...
- Ping gathering now uses a map of timestamps
- Removes a task that waited for ping data to be reliable (one task / join)
- Cookie expiration now uses a map of timestamps
- Removes a task that waited for cookie to expire (one task / login cookie)
Affects issues:
- Possibly fixed #1984
2022-01-06 15:43:48 +02:00
Risto Lahtela
f26e17c437
Fix typo in previous commit
2022-01-06 14:10:17 +02:00
Risto Lahtela
7a3ae85ac4
Cleaned up browser console errors
...
Affects issues:
- Close #2176
2022-01-06 14:06:21 +02:00
Risto Lahtela
9ae2c07920
Fix IndexOutOfBoundsException if error log is empty
...
Affects issues:
- Fixed #2224
2022-01-06 13:55:30 +02:00
dependabot[bot]
8bded98f0f
Bump mockito-core from 4.1.0 to 4.2.0 in /Plan ( #2208 )
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v4.1.0...v4.2.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-17 09:33:45 +02:00
dependabot[bot]
53703efd65
Bump mockito-junit-jupiter from 4.1.0 to 4.2.0 in /Plan ( #2207 )
...
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v4.1.0...v4.2.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-17 09:33:03 +02:00
dependabot[bot]
71b0f9ce36
Bump dagger-compiler from 2.40.4 to 2.40.5 in /Plan ( #2194 )
...
Bumps [dagger-compiler](https://github.com/google/dagger ) from 2.40.4 to 2.40.5.
- [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.40.4...dagger-2.40.5 )
---
updated-dependencies:
- dependency-name: com.google.dagger:dagger-compiler
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-15 17:10:27 +02:00
dependabot[bot]
ae77be3ee1
Bump dagger from 2.40.4 to 2.40.5 in /Plan ( #2195 )
...
Bumps [dagger](https://github.com/google/dagger ) from 2.40.4 to 2.40.5.
- [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.40.4...dagger-2.40.5 )
---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-15 17:09:25 +02:00
dependabot[bot]
7935ef412a
Bump com.github.johnrengelman.shadow from 7.1.0 to 7.1.1 in /Plan ( #2203 )
...
Bumps com.github.johnrengelman.shadow from 7.1.0 to 7.1.1.
---
updated-dependencies:
- dependency-name: com.github.johnrengelman.shadow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-15 17:09:16 +02:00
Aurora Lahtela
81f632632c
Update versions.txt
2021-12-15 13:10:52 +02:00
Risto Lahtela
23fc63bede
Corrected the query for Connected from same IP in Litebans
...
- Updated the extension
Affects issues:
- Fixed #2187
2021-12-15 12:51:57 +02:00
Risto Lahtela
7a9791da2b
Add player count placeholders
...
- server_players_registered_{total/day/week/month}
- network_players_registered_{total/day/week/month}
- server_players_unique_{total/day/week/month}
- network_players_unique_{total/day/week/month}
Affects issues:
- Close #2189
2021-12-15 12:45:43 +02:00
Risto Lahtela
13fc7adbdd
Added group by to top_x_... placeholder queries
...
Affects issues:
- Fixed #2191
2021-12-15 12:39:53 +02:00
Risto Lahtela
686d4ef862
Fix wrong block count for netherrack in Logblock
...
- Update the extension
Affects issues:
- Fixed #2197
2021-12-15 12:36:59 +02:00
Risto Lahtela
b3a49ae3b2
Fix Extension-LibertyBans arithmetic exception
...
- Update the extension
- Prevent null values from suppliers
Affects issues:
- Fixed #2190
2021-12-15 12:33:47 +02:00
Aurora Lahtela
08b7ecd3f1
Throw different error when given invalid time unit
...
Affects issues:
- Close #2193
2021-12-06 17:14:00 +02:00
dependabot[bot]
3e9eda29fb
Bump dagger from 2.40.3 to 2.40.4 in /Plan ( #2185 )
...
Bumps [dagger](https://github.com/google/dagger ) from 2.40.3 to 2.40.4.
- [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.40.3...dagger-2.40.4 )
---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-06 10:10:23 +02:00
dependabot[bot]
672050b2f1
Bump dagger-compiler from 2.40.3 to 2.40.4 in /Plan ( #2186 )
...
Bumps [dagger-compiler](https://github.com/google/dagger ) from 2.40.3 to 2.40.4.
- [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.40.3...dagger-2.40.4 )
---
updated-dependencies:
- dependency-name: com.google.dagger:dagger-compiler
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-06 10:09:02 +02:00
Antti Koponen
f096d456c6
Properly log fabric deaths where killer is null ( #2184 )
...
Affects issues:
- Fixed #2182
2021-12-03 15:47:34 +02:00
Aurora Lahtela
2dadf249f0
Update versions.txt
2021-12-02 17:59:57 +02:00
dependabot[bot]
257c7bdb7a
Bump dagger-compiler from 2.40.2 to 2.40.3 in /Plan ( #2174 )
...
Bumps [dagger-compiler](https://github.com/google/dagger ) from 2.40.2 to 2.40.3.
- [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.40.2...dagger-2.40.3 )
---
updated-dependencies:
- dependency-name: com.google.dagger:dagger-compiler
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 18:49:43 +02:00
dependabot[bot]
004b10d8e0
Bump dagger from 2.40.2 to 2.40.3 in /Plan ( #2175 )
...
Bumps [dagger](https://github.com/google/dagger ) from 2.40.2 to 2.40.3.
- [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.40.2...dagger-2.40.3 )
---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 18:48:17 +02:00
dependabot[bot]
da9b85e8c4
Bump spongeapi from 7.3.0 to 7.4.0 in /Plan ( #2172 )
...
Bumps [spongeapi](https://github.com/SpongePowered/SpongeAPI ) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/SpongePowered/SpongeAPI/releases )
- [Commits](https://github.com/SpongePowered/SpongeAPI/compare/v7.3.0...v7.4.0 )
---
updated-dependencies:
- dependency-name: org.spongepowered:spongeapi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-29 19:10:43 +02:00
dependabot[bot]
be5daa46c1
Bump junit-jupiter from 5.8.1 to 5.8.2 in /Plan ( #2173 )
...
Bumps [junit-jupiter](https://github.com/junit-team/junit5 ) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.8.2 )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-29 19:10:14 +02:00
Risto Lahtela
2a1107cc36
Update Highcharts to 9.3.1 and remove ordinal: false workaround
...
Removed stock.js module and included highstock.js as highcharts.js instead.
Affects issues:
- Close #2149
2021-11-26 19:24:09 +02:00
dependabot[bot]
9cfee54eca
Bump dagger from 2.40.1 to 2.40.2 in /Plan ( #2168 )
...
Bumps [dagger](https://github.com/google/dagger ) from 2.40.1 to 2.40.2.
- [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.40.1...dagger-2.40.2 )
---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-24 09:20:17 +02:00
dependabot[bot]
cc3245e246
Bump dagger-compiler from 2.40.1 to 2.40.2 in /Plan ( #2167 )
...
Bumps [dagger-compiler](https://github.com/google/dagger ) from 2.40.1 to 2.40.2.
- [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.40.1...dagger-2.40.2 )
---
updated-dependencies:
- dependency-name: com.google.dagger:dagger-compiler
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-24 09:06:24 +02:00
dependabot[bot]
88777e2f2a
Bump mockito-junit-jupiter from 4.0.0 to 4.1.0 in /Plan ( #2163 )
...
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-24 09:05:38 +02:00
dependabot[bot]
4f00a393d1
Bump mockito-core from 4.0.0 to 4.1.0 in /Plan ( #2164 )
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-24 09:05:06 +02:00
dependabot[bot]
7df3b1e786
Bump selenium-java from 4.0.0 to 4.1.0 in /Plan ( #2166 )
...
Bumps [selenium-java](https://github.com/SeleniumHQ/selenium ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases )
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.0.0...selenium-4.1.0 )
---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-24 09:04:58 +02:00
Risto Lahtela
6c0da9e167
Added some data pipelines, not in use yet
2021-11-21 20:10:27 +02:00
Risto Lahtela
e0a4779ab6
Rewrote DataService implementation to always have identifiers.
2021-11-21 15:49:20 +02:00
Aurora Lahtela
8fbf4bb161
Update PlayerOnlineListener.java
2021-11-20 10:09:20 +02:00
dependabot[bot]
a638076ed3
Bump geoip2 from 2.15.0 to 2.16.1 in /Plan ( #2161 )
...
Bumps [geoip2](https://github.com/maxmind/GeoIP2-java ) from 2.15.0 to 2.16.1.
- [Release notes](https://github.com/maxmind/GeoIP2-java/releases )
- [Changelog](https://github.com/maxmind/GeoIP2-java/blob/v2.16.1/CHANGELOG.md )
- [Commits](https://github.com/maxmind/GeoIP2-java/compare/v2.15.0...v2.16.1 )
---
updated-dependencies:
- dependency-name: com.maxmind.geoip2:geoip2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-19 17:19:46 +02:00
Aurora Lahtela
f1de7ad85e
Update PlayerOnlineListener.java
2021-11-19 17:12:50 +02:00
Aurora Lahtela
2f78f5528e
Fix NPE when gamemode is null on Mohist
2021-11-19 17:10:47 +02:00
OLEGSHA
4bb6c9f978
Add AuthMe softdepend to disable a warning ( #2160 )
2021-11-16 20:50:50 +02:00
dependabot[bot]
9130fc50d3
Bump dagger-compiler from 2.40 to 2.40.1 in /Plan ( #2158 )
...
Bumps [dagger-compiler](https://github.com/google/dagger ) from 2.40 to 2.40.1.
- [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.40...dagger-2.40.1 )
---
updated-dependencies:
- dependency-name: com.google.dagger:dagger-compiler
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-13 12:28:54 +02:00
dependabot[bot]
b03b8895d1
Bump dagger from 2.40 to 2.40.1 in /Plan ( #2157 )
...
Bumps [dagger](https://github.com/google/dagger ) from 2.40 to 2.40.1.
- [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.40...dagger-2.40.1 )
---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-13 12:28:21 +02:00
KairuByte
364a407177
Append version string to all resource URLs ( #1975 )
...
Co-authored-by: Aurora Lahtela <24460436+AuroraLS3@users.noreply.github.com>
2021-11-10 20:57:33 +02:00
Zax71
9c83f401f0
Add Votifier to plugin.yml ( #2150 )
...
to stop error:
`[Plan] Loaded class com.vexsoftware.votifier.model.Vote from Votifier v2.7.3 which is not a depend, softdepend or loadbefore of this plugin.`
2021-11-07 20:17:37 +02:00
Aurora Lahtela
8de53d6a77
Update versions.txt
2021-11-07 09:14:19 +02:00
Henri S
b680bc099a
Fix GH-2147 by adding an extra check to make sure we don't remove the wrong driver from the DriverManager ( #2148 )
...
Fixes #2147
2021-11-07 08:52:25 +02:00
Aurora Lahtela
fe0adf55ca
Remove update notification for build 1490
...
Contains critical bug #2147
2021-11-06 22:14:55 +02:00