Skip to content

Releases: superzanti/ServerSync

Wildcard support for config lists (glob)

13 Apr 08:48
Compare
Choose a tag to compare

Implemented glob support for using 'wildcard' filenames/paths in the configs lists

Fix nulls in server loop

06 Apr 08:18
Compare
Choose a tag to compare
2.6.10

Update versions

Fix client dependency

06 Apr 08:02
Compare
Choose a tag to compare
#54 Fix mod rejection

Serversync is now declared to forge as a server only mod

Server-side only

26 Mar 22:35
Compare
Choose a tag to compare
Server-side only Pre-release
Pre-release

A test fix for removing ServerSync as a client required mod.

Forge loaded version of serversync

23 Feb 06:52
Compare
Choose a tag to compare

A version of ServerSync that will be loaded by forge when placed in the mods folder, Client should still have ServerSync in their root directory

Updated non forge ServerSync to work with the forge loaded version.

Fix clientmod handling

16 Feb 06:41
Compare
Choose a tag to compare
  • Fix the path handling for client mods

Remove config lockout

15 Feb 08:46
Compare
Choose a tag to compare
  • Removed the lockout on configs, can now be added to directory include list to sync all should you wish to
  • Fixed 0 length file handling

Decouple from forge

12 Feb 07:02
Compare
Choose a tag to compare

Decoupled ServerSync from forge.

ServerSync's server will now run when called with the argument "server".

Bug Fixes:

  • Fixed malformed JSON in mods causing an unrecoverable crash.
  • Decouple inherently fixes forge being a problem and not loading ServerSync on startup

Alpha release

31 Jan 08:25
Compare
Choose a tag to compare
Alpha release Pre-release
Pre-release
  • Added more debug logging
  • Fixed GUI lock

Only 1.7.10 for now, shall endeavor to get a version working for more recent versions.

Support for 1.8+

09 Jun 08:03
Compare
Choose a tag to compare

Support for forge versions after the change from cpw to net.minecraftforge.

Fixes by Lordmau5:

  • Fix for potential exceptions when reading Json
  • Fix for path strings on unix
  • Update to 1.9.4 (should also work for 1.8+)