Skip to content

Releases: kegsmr/sc4mp-server

Patch: Quick fix for `recv_json` function

12 Apr 22:13
Compare
Choose a tag to compare

Added delay in recv_json to prevent CPU overusage.

Full Changelog: v0.4.3...v0.4.4

Patch: Minor fixes

09 Apr 21:29
Compare
Choose a tag to compare
  • Configurable connection timeout
  • Fixed a bug that was preventing backups from running on an interval
  • Other small tweaks

Full Changelog: v0.4.2...v0.4.3

Patch: `filetable_update_interval`

27 Jan 22:16
Compare
Choose a tag to compare
  • The interval at which filetables update can now be configured using the filetable_update_interval config setting (in v0.4.1, the rapid interval at which the filetables updated was causing constant elevated disk and CPU usage)
  • Other small tweaks

Patch: `FileTablesManager` fix

20 Jan 17:33
Compare
Choose a tag to compare
  • Region tiles can now be "locked" to prevent modification
  • Complete rewrite of the new FileTablesManager, introduced in v0.4.0
  • Fixed bug(s) which led to corrupted files to be downloaded by the client

Optimizations, miscellaneous fixes and features

16 Jan 01:57
Compare
Choose a tag to compare
  • Minor fixes in the server list system
  • Major API redesign
  • Various fixes for Linux compatibility
  • Server backups can now be deleted automatically after a specified period of time

Patch: Fix for the client-side "time out" error when saving to servers running on Linux

14 Sep 00:52
Compare
Choose a tag to compare

No Windows binaries provided, as this error only occurs on Linux.

Patch: Use getpass.getuser() instead of os.getlogin()

11 Sep 23:30
Compare
Choose a tag to compare

No Windows binaries provided since this problem only occurs on newer versions of Python, and the Windows binaries use 3.8.10.

Server browser

29 Jul 00:28
Compare
Choose a tag to compare

The server browser allows users to view all the servers currently online and connect to them seamlessly.

Region refreshing

14 Jul 22:10
Compare
Choose a tag to compare

Regions can now be refreshed by loading the region titled "Refresh...".

First Release

13 Jul 07:38
Compare
Choose a tag to compare
v0.1.0

readme