summaryrefslogtreecommitdiff
path: root/serverlist-server
AgeCommit message (Collapse)Author
2025-05-24Add command to reload MOTD1.56-changesPugdoot
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-23Remove deprecated nodb settingPugdoot
Using no database (and instead JSON files) is the new default, setting nodb to true is no longer required
2025-05-23Implement optional MOTD screenPugdoot
2025-05-20Update mysql connector dependencyPugdoot
2025-05-20Cleanup and refactor codebasePugdoot
Also removes unnecessary code or resources that don't appear to affect anything
2025-05-15Implement 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
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