summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-26Show release version in server startup log1.29Mattie
2023-02-24Updating verbage for custon DNS Settings (#372)xTITUSMAXIMUSX
2023-02-24Support 1.19.63 update1.28Mattie
2023-02-241.19.63 Version (#376)Alexandre de Lemeny-Makedone
2023-02-21Fix invalid edit server errorMattie
2023-02-21Remove notice about no DNS server in docker imageMattie
2023-02-18Update supportedVersionMattie
2023-02-13Fix install-bind.sh for Raspberry Pi OSMattie
Fix for https://github.com/Pugmatt/BedrockConnect/issues/362
2023-02-13Adding bind9 docker and updating scripts (#367)xTITUSMAXIMUSX
* Updating * update script * Update install-bind.sh * Fixed additional-from-cache no issue * Add docker install script * update for new install script * Add null output to service start * Trying different install method * Added exit code 0 * testing exit off * Fixed install method * Inserted args on build for IP addresses * Updated URL to Pugmatt github
2023-02-07Update supportedVersionMattie
2023-02-07Support 1.19.60 update1.27Mattie
2023-02-06Update supportedVersionMattie
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-12-13Update supportedVersionMattie
2022-12-06Re-specific PS4 tutorial label with PS5 as wellMattie
2022-12-06Link more accurate PS4 tutorial in READMEMattie
2022-11-29Support 1.19.50 update1.26Mattie
2022-11-25Add note to docker setup about DNS serverMattie
2022-11-25Update README.mdMattie
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-11-08Update supportedVersionMattie
2022-11-07Added LazyBirb Instance (#348)LazyBirb
2022-10-25Update supportedVersionMattie
2022-10-19Support initial upcoming 1.19.40 update1.25Mattie
2022-10-04Update supportedVersionMattie
2022-09-20Update supportedVersionMattie
2022-09-20Remove jarMattie
2022-09-20Support full 1.19.30 release1.24Mattie
2022-09-15Regex Pattern Fix #3 (#337)CrafterPika
* attempt to fix regex detection * second try
2022-09-15Add support for 1.19.30 release1.23Mattie
2022-09-15Add support for 1.19.30 clientsMattie
2022-09-06Added ZAP-Hosting instance to serverlist (#336)zap-minecraft
2022-09-02fix regex pattern (again(again)) (#335)CrafterPika
2022-09-02Update checkVersion action to include Release Notes (#333)Kai Michael Poppe
GitHub action pulls articles from the feedback.minecraft.net section via the ZenDesk API and matches the URL pattern that's in use since at least 1.17.10 to find the right article.
2022-09-01Update supportedVersion (#332)Kai Michael Poppe
Update supportedVersion to 1.19.22.01 without protocol bump, Closes #331.
2022-08-30Add gh action workflow for creating releases (#329)CrafterPika
* add gh action workflow for creating releases * improve regex pattern and release demo run
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-27Removes legacy folder from projectMattie
To make less clutter, and also so dependbot doesn't make pull requests for it, this removes the folder. The code can still be found in this repository here: https://github.com/Pugmatt/BedrockConnect-Legacy
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-27Add GitHub action to check for a new Bedrock version (#326)Kai Michael Poppe
* Create SUPPORTED-VERSION (#1) * Create checkversion.yml * Update checkversion.yml Checkout to get SUP-V * Update checkversion.yml Update sed so that only version is returned * Update checkversion.yml Frist Trigger change * Update SUPPORTED-VERSION Push * Update checkversion.yml * Update SUPPORTED-VERSION Push * Update checkversion.yml Change issue create if * Update SUPPORTED-VERSION Change to current version * Update checkversion.yml Make workflow triggerable * Update checkversion.yml Add repository dispatch action * Update checkversion.yml * Update checkversion.yml * Add action permissions, casing GHT, move supported Version file As per discussion in #326 * Update checkversion.yml typo
2022-08-24Merge pull request #322 from CrafterPika/fix-1.19.211.22Mattie
support 1.19.21
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-10Move BIND_Install.txt to legacy folderMatthew
2022-08-10Merge pull request #314 from loudddddddd/masterMattie
Fix some spelling errors
2022-08-09Possible fix for Manage Server menu buttons1.21Matthew