summaryrefslogtreecommitdiff
path: root/serverlist-server
AgeCommit message (Collapse)Author
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
2021-10-18Update to Bedrock 1.17.40Camotoy
2021-10-04Add Pixel Paradise to serverlistMatthew
2021-09-21Support Bedrock 1.17.30Camotoy
2021-07-01Update Hive IPMatthew
2021-07-01Bump json-smart from 2.3 to 2.4.1 in /serverlist-serverdependabot[bot]
Bumps [json-smart](https://github.com/netplex/json-smart-v2) from 2.3 to 2.4.1. - [Release notes](https://github.com/netplex/json-smart-v2/releases) - [Commits](https://github.com/netplex/json-smart-v2/commits/2.4.1) --- updated-dependencies: - dependency-name: net.minidev:json-smart dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01Update for Bedrock 1.17.10Camotoy
2021-06-28Remove unused code1.7.5Matthew
2021-06-27Add option to set display name of serverMatthew
2021-06-011.17 supportCamotoy
Supports 1.17 and doesn't drop compatibility for any older version
2021-05-20Add command to stop server1.6.5Matthew
2021-04-041.16.220 supportCamotoy
2021-03-30Increase domain TLD max length check1.6.3.1Matthew
2021-03-15Add multi-version supportMatthew
2021-03-10Fix for whitelist bugMatthew
2021-03-09Remove unnecessary importCamotoy
2021-03-09Update for 1.16.210Camotoy
2021-01-30Add whitelist.Turtley12
2021-01-23Reword notice and add to chatMatthew
2021-01-23Add notice on how to retrigger popupMatthew
2021-01-22Uncomment lineMatthew
2021-01-22Add way for popup to reopen if it closes from packet lossMatthew
2021-01-21Finish other SQL fixesMatthew
2021-01-19Securing SQL callsMatthew
2021-01-18Add SQL index to uuid1.6.2Matthew
I don't know why I didn't think of this before, but this made the server about 300 times faster.
2021-01-18Check if session is still open before running join game packetsMatthew
2021-01-02Merge remote-tracking branch 'upstream/master'jermafenser
2020-12-30nodb now has to be set to "true" to activate & coordinates no longer show ingameMatthew