Skip to content

Releases: superzanti/ServerSync

Add zh_CN translations

31 Mar 08:50
13c75ea

Choose a tag to compare

Merge pull request #171 from rheimus/master

Add Chinese translations CO @HaibaraGT

Fix clients deleting files they shouldn't

31 Mar 08:18
f422ecf

Choose a tag to compare

Fixes

  • Santitized path strings from the server to the client OS expected format, this should resolve clients deleting files they should not

Fix server timing out clients

26 Mar 04:12
cbd3653

Choose a tag to compare

Fixed

  • Server would time out clients if they answered yes to the file check for too long

Add support for banned-ips.json

20 Mar 10:45
9768b3e

Choose a tag to compare

  • ServerSync will now read from a json file called banned-ips.json and refuse connections from addresses listed.
  • Fixed the overall progress indication so it no longer always shows 0%

Fix config always sync

20 Mar 06:19
b862aeb

Choose a tag to compare

  • Fixed configs added to the config_include_list always transferring to the client regardless of changes.

Fix config include list

16 Mar 05:14
997bb75

Choose a tag to compare

Added

  • Launch4j support, shiny exe files yay

Fixed

  • Config include list was being ignored by the server, it will now actually include the specified configs.

Introduce new sync process

06 Mar 11:02
519fad6

Choose a tag to compare

The sync process has been rebuilt for 3.x

The focus is on better socket performance and lower overhead in general.

Add serversync related files to ignore list

24 Feb 08:51

Choose a tag to compare

Serversync would try to update configs if the config directory was set to sync, these should be ignored by default.

Remove swing utils from main()

10 Jun 08:36

Choose a tag to compare

Cleaning up some odd usage of awt & swing.

Add logging of the working directory

13 Jul 06:55

Choose a tag to compare

Added some debug output for the directory ServerSync is trying to work from.