summaryrefslogtreecommitdiff
path: root/serverlist-server
AgeCommit message (Collapse)Author
2024-06-13Revert updated runtime_block_states.datMattie
Breaking on new builds, and not needed anyway
2024-06-13Update support version 1.21.01.45Mattie
2024-06-13Changes so far for 1.21.0Mattie
2024-06-04Add Enchanted Dragons to featured servers1.44Mattie
+ remove nimbus-jose-jwt library
2024-04-23Update support version 1.20.801.43Mattie
2024-04-01Add configurable raknet rate limitingMattie
2024-03-12Update support version 1.20.701.42Mattie
2024-02-06Update support version 1.20.601.41Mattie
2023-12-05Update support version 1.20.501.40Mattie
2023-10-24Update support version 1.20.401.39Mattie
2023-09-19Remove Pixel Paradise from featured server list1.38Mattie
2023-09-19Remove Mineplex from featured server listMattie
2023-09-19Bump release versionMattie
2023-09-19Tested only on switchkumdzio
2023-08-16Set release 1.371.37Mattie
2023-08-15allow the use of underscores in server hostnames (#440)Kurt Thiemann
2023-07-12Update support version 1.20.10/1.20.111.36Mattie
2023-06-21Add store_display_names configuration1.35Mattie
2023-06-07Update support version 1.20Mattie
2023-06-07Update support version 1.20 (#410)1.34RSereno
* Update supportedVersion 1.20 * Update BedrockConnect.java * Update BedrockProtocol.java * Update BedrockProtocol.java * Update serverlist-server/src/main/com/pyratron/pugmatt/bedrockconnect/utils/BedrockProtocol.java Co-authored-by: Kai Michael Poppe <kmpoppe@users.noreply.github.com> * Update .github/assets/supportedVersion Co-authored-by: Kai Michael Poppe <kmpoppe@users.noreply.github.com> --------- Co-authored-by: Kai Michael Poppe <kmpoppe@users.noreply.github.com>
2023-05-07Add fetch_ips option1.33Mattie
2023-05-06Better icon fix + fix broken default server iconMattie
Icon fix before would create a lot of Timer threads per user, this new way assigns one thread per user connection to re-use. Commit also contains other various code cleanup.
2023-04-26Support 1.19.80 update1.32Mattie
2023-04-20Change logic for Cubecraft IP transfer1.31Mattie
If fetch featured IPs is off, then grab harcoded IP from file. Incase some setups would like to still specify this.
2023-04-20Remove IP retrieval from CubecraftMattie
2023-04-20change cubecraft handling (#394)CrafterPika
2023-04-07Swap to MCO specific domain for CubeCraft. (#391)Marco Slater
2023-03-14Support 1.19.70 updateMattie
2023-02-26Show release version in server startup log1.29Mattie
2023-02-241.19.63 Version (#376)Alexandre de Lemeny-Makedone
2023-02-21Fix invalid edit server errorMattie
2023-02-07Support 1.19.60 update1.27Mattie
2023-02-06Upgrade Protocol to 3.0Mattie
2023-01-21Merge pull request #350 from ↵Mattie
Pugmatt/dependabot/maven/serverlist-server/com.fasterxml.jackson.core-jackson-databind-2.12.7.1 Bump jackson-databind from 2.9.8 to 2.12.7.1 in /serverlist-server
2023-01-21Merge pull request #290 from ↵Mattie
Pugmatt/dependabot/maven/serverlist-server/net.minidev-json-smart-2.4.4 Bump json-smart from 2.4.1 to 2.4.4 in /serverlist-server
2023-01-21Merge pull request #5 from ↵Mattie
Pugmatt/dependabot/maven/serverlist-server/com.nimbusds-nimbus-jose-jwt-7.9 Bump nimbus-jose-jwt from 4.39.2 to 7.9 in /serverlist-server
2022-11-29Support 1.19.50 update1.26Mattie
2022-11-16Bump jackson-databind from 2.9.8 to 2.12.7.1 in /serverlist-serverdependabot[bot]
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.8 to 2.12.7.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19Support initial upcoming 1.19.40 update1.25Mattie
2022-09-20Remove jarMattie
2022-09-20Support full 1.19.30 release1.24Mattie
2022-09-15Add support for 1.19.30 clientsMattie
2022-08-27Bump gson from 2.5 to 2.8.9 in /serverlist-server (#296)dependabot[bot]
Bumps [gson](https://github.com/google/gson) from 2.5 to 2.8.9. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.5...gson-parent-2.8.9) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-27Bump mysql-connector-java from 8.0.19 to 8.0.28 in /serverlist-server (#306)dependabot[bot]
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.19 to 8.0.28. - [Release notes](https://github.com/mysql/mysql-connector-j/releases) - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES) - [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.19...8.0.28) --- updated-dependencies: - dependency-name: mysql:mysql-connector-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-24support 1.19.21CrafterPika
2022-08-15Fix main popup screen incorrectly showing1.21.1Matthew
2022-08-14Fix "Connect has been closed" errorMatthew
2022-08-09Possible fix for Manage Server menu buttons1.21Matthew
2022-08-09Fix NullPointerExceptionMatthew
2022-08-09Initial 1.19.20 changesMatthew
Getting errors from Protocol's end currently when trying to get form data