SubServers-2/SubServers.Sync/src/net/ME1312/SubServers/Sync/Network
ME1312 bc5acab41d
Replace Auto-Restart and Temporary Flags with Stop Actions
Stop Actions will is the replacement for both the Auto Restart and Temporary flags. To define that the server should restart on stop, use the RESTART keyword. To get the same result that you would get using the temporary flag, use the REMOVE_SERVER keyword.

Additionally, there is now a DELETE_SERVER keyword. This keyword does the same thing as the REMOVE_SERVER keyword, except it deletes the directory on the server ran from.

If you would like nothing special to happen when the server stops, use the NONE keyword.
2018-08-29 21:55:59 -04:00
..
API Replace Auto-Restart and Temporary Flags with Stop Actions 2018-08-29 21:55:59 -04:00
Encryption Allow raw binary to be sent over SubData 2018-08-23 23:35:22 -04:00
Packet Switch SubData Packets from JSON to MessagePack encoding 2018-08-23 22:32:49 -04:00
Cipher.java Switch SubData Packets from JSON to MessagePack encoding 2018-08-23 22:32:49 -04:00
PacketIn.java Rewrite SubData API for JSON dependancy changes 2018-04-14 21:53:51 -04:00
PacketOut.java Rewrite SubData API for JSON dependancy changes 2018-04-14 21:53:51 -04:00
SubDataClient.java Switch SubData Packets from JSON to MessagePack encoding 2018-08-23 22:32:49 -04:00