summaryrefslogtreecommitdiff
path: root/serverlist-server
AgeCommit message (Collapse)Author
2026-08-05(Release) 26.40 SupportHEAD1.69.0masterPugdoot
2026-08-05Bump org.postgresql:postgresql in /serverlist-server (#690)dependabot[bot]
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.11 to 42.7.12. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.11...REL42.7.12) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-05Bump com.fasterxml.jackson.core:jackson-databind in /serverlist-server (#692)dependabot[bot]
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.22.0 to 2.22.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-05update to 26.40 (#698)Imzeroo
* Update to 26.40 * Update to 26.40 * Update to 26.40 * Update to 26.40
2026-07-06Bump com.fasterxml.jackson.core:jackson-databind in /serverlist-server (#687)dependabot[bot]
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.0 to 2.22.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-16(Release) 26.30 Support1.68.0Pugdoot
2026-05-06Bump org.postgresql:postgresql in /serverlist-server (#674)dependabot[bot]
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.3 to 42.7.11. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.3...REL42.7.11) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-05(Release) 26.20 Support1.67.0Pugdoot
2026-04-29Bump org.apache.logging.log4j:log4j-core in /serverlist-server (#669)dependabot[bot]
Bumps org.apache.logging.log4j:log4j-core from 2.25.3 to 2.25.4. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.25.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-24(Release) Fix for join error on some setups1.66.1Pugdoot
2026-03-24(Release) 26.10 Support1.66Pugdoot
2026-02-10(Release) 1.26.0 Support1.65Pugdoot
2026-02-02(Release) Fix Hive connect + Add Online Mode toggle1.64Pugdoot
2025-12-26Bump log4j to 2.25.3 (#637)Pugdoot
2025-12-09(Release) 1.21.1301.63Pugdoot
2025-11-21(Release) 1.21.124 Support1.62Pugdoot
2025-10-28(Release) 1.21.120 Support1.61Pugdoot
2025-09-30(Release) Fix build error1.60Pugdoot
2025-09-30(Release) 1.21.111 SupportPugdoot
2025-08-05(Release) 1.21.100 Support1.59Pugdoot
2025-07-03(Release) 1.21.93 Support1.58Pugdoot
2025-06-18(Release) Fix (another) join issue1.57.2Pugdoot
2025-06-17(Release) Fix join issue1.57.1Pugdoot
2025-06-17(Release) 1.21.90 Support1.57Pugdoot
2025-05-25(Release) Bump release to 1.56 + Re-organized README1.56Pugdoot
2025-05-25Remove nodb from script filesPugdoot
2025-05-24Add command to reload MOTDPugdoot
2025-05-24Various FixesPugdoot
- Fix issue with the "Edit Server" action where a misplaced leading comma is placed when no display name is entered - Fix potential concurrency issues with player array list - Remove unnecessary second SQL query when grabbing player data from database
2025-05-24Remove deprecated nodb settingPugdoot
Using no database (and instead JSON files) is the new default, setting nodb to true is no longer required
2025-05-24Implement optional MOTD screenPugdoot
2025-05-24Update mysql connector dependencyPugdoot
2025-05-24Cleanup and refactor codebasePugdoot
Also removes unnecessary code or resources that don't appear to affect anything
2025-05-24Implement better loggingPugdoot
2025-05-06Update support version 1.21.80Pugdoot
2025-03-25Bump release #1.55Mattie
2025-03-25Hotfix for 'Add Friend' method on 1.21.701.54.1Mattie
Hotfix for 1.21.70 where joining isn't available on MCXboxBroadcast friend session unless player count is more than 0
2025-03-25Update support version 1.21.70Mattie
2025-02-12Finish 1.21.60 supportMattie
2025-02-11Progress on 1.21.60 support1.53Mattie
2024-12-03Update support version 1.21.501.52Mattie
2024-12-02Set static mariodb-java-client versionMattie
Fixes build failure
2024-10-22Update support version 1.21.401.51Mattie
2024-09-17Update support version 1.21.301.50Mattie
2024-08-13Update support version 1.21.201.49Mattie
2024-08-06Add default for unknown db types (#522)Xavier horwood
* Add default for unknown db types * Add dbType to warning
2024-08-06Couple of changes to db_ settings support1.48Mattie
Also adds in deprecation warnings
2024-08-06Add Mariadb, Postgresql and auto Reconnect (#520)Xavier horwood
* add base code * Add code * add check true * add postgresql driver * Update pom.xml * add table for postgres * add auto_reconnect * Fix line issue * fix relation "idx_uuid" already exists * Change to database instead of mysql * Change more to Database * Upgrade mysql version
2024-07-09Update support version 1.21.21.47Mattie
2024-07-09Add support for configuration file + environment variables1.46Mattie
2024-07-08CI: Create and push docker images (#506)Thibault Duperron