summaryrefslogtreecommitdiff
path: root/serverlist-server/src
AgeCommit message (Collapse)Author
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
2022-11-29Support 1.19.50 update1.26Mattie
2022-10-19Support initial upcoming 1.19.40 update1.25Mattie
2022-09-20Support full 1.19.30 release1.24Mattie
2022-09-15Add support for 1.19.30 clientsMattie
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
2022-07-11Support Bedrock 1.19.10Camotoy
2022-06-02Implement 1.19 supportCamotoy
2022-04-16Support Bedrock 1.18.30Camotoy
2022-04-07Add way to group custom serversMatthew
2022-03-22Add way to edit servers + separate server addMatthew
This adds a "Manage Server List" button that lets users edit servers, or add servers without disconnecting from the list. This commit also includes a change to error forms so they go back to the form the user was originally on, instead of throwing the user all the way back to the main menu
2022-02-14Merge pull request #283 from nerrog/fix_garbled_text1.16Mattie
Open language files using UTF-8 encoding to avoid garbled text.
2022-02-14Open language files using UTF-8 encoding to avoid garbled text.nerrog
2022-02-10Option to bind to specified IP.Ondrej Zima
Allows to configure both server with BedrockConnect on the same machine.
2022-02-07Support Bedrock 1.18.10Camotoy
2022-01-27Fix argumentMatthew
2022-01-24Add way to configure the serverlist language/wordingMatthew
2022-01-21Fix server icons delayed loadingMatthew
2022-01-01Add option to use hard-coded featured server ips1.13Matthew
As some people's setups use the DNS on their host machines, or through their router, this gives the option for those people who can't use the IP fetcher.
2021-12-24oops forgot to disable thatCrafterPika
2021-12-23Fetch IPs from Domains.CrafterPika
IPs change very often and they shouldn't be hardcoded this change adresses it via InetAddress.getByName. The changes have been tested and they work even with changed DNS Servers (it shouldn't honestly affect it since the host device requests the domain) i don't feel fully confident in this since i lack the java skill so please look over these changes fully if they are good.
2021-12-09Fix Lifeboat Network icon loadingCrafterPika
2021-11-28Update to Bedrock 1.18Kai Michael Poppe