Releases: xspanger3770/GlobalQuakeServer
GlobalQuakeServer v0.11.0_pre-1
New features will be properly described with full 0.11.0 release, for now visit https://github.com/xspanger3770/GlobalQuake/releases for more info.
GlobalQuakeServer v0.10.0
GlobalQuakeServer v0.10.0_pre4
- Fixed a lot of bugs
- Clients no longer need to restart their instances in case the server itself gets restarted
- Server now also sends magnitude histograms
- Versioning scheme synced with client implementation
GlobalQuakeServer v0.10.0_pre18
Changelog here
GlobalQuakeServer v0.10.0_pre15
Changelog in GlobalQuake releases
GlobalQuakeServer v0.10.0_pre10
-
New Feature: The server is now Docker container-compatible, enhancing its adaptability for cloud environments.
-
Headless Mode: The server can now run in a completely headless mode by using the
-headless
parameter. In this case, all settings are loaded from files, and the server starts automatically. -
Enhancement: Improved logging functionality for advanced troubleshooting. Logs are now categorized into distinct directories, facilitating easier issue identification.
-
Bug Fix: Resolved an issue where earthquake reports were not being saved by the server.
-
Security Enhancement: Implemented the ability to limit the number of connections from specific addresses. (Configurable settings will be available in a future release.)
-
Request Management: Introduced a feature to limit the number of requests from each client, aligning with the required amount for unmodified instances.
-
Controlled Client Count: Users can now control the maximum number of clients by using the
-clients [count]
parameter.
GlobalQuake 0.10.0_pre1-beta
For testing only