Skip to content

Releases: xmamo/VanillaVotifier

v3.4

16 May 14:59
Compare
Choose a tag to compare

Added command line option to enable advanced debugging.

v3.3.3

23 Apr 13:43
Compare
Choose a tag to compare

Fixed #12.

v3.3.2

15 Mar 19:53
Compare
Choose a tag to compare

Fixed #12.

v3.3.1

25 Feb 12:00
Compare
Choose a tag to compare

Worked on #10.

v3.3

24 Feb 22:02
Compare
Choose a tag to compare

Added Italian translations and fixed #9 and #10.

v3.2

06 Dec 14:01
Compare
Choose a tag to compare

Added logging to file functionality.

v3.1

14 Nov 14:06
Compare
Choose a tag to compare

Improved concurrency & some exception handling.

v3.0

12 Nov 18:50
Compare
Choose a tag to compare

Epic new release!
New stuff:

  • VanillaVotifier is now able to send commands to more than just one RCon Minecraft server;
  • Config now changed to version 3.

A bunch of fixes & improvements! Here are some which I happen to remember:

  • Added compatibility for non-2048-bit keys;
  • Changed VanillaVotifier server so that it handles a maximum of one request at a time, queueing the others;
  • Improved server stopping (again!), so that it waits for all the remaining requests in the queue to complete;
  • [More fixes which I forgot];
  • [Even more fixes which I forgot].

v2.4.3

09 Nov 12:04
Compare
Choose a tag to compare

Security update*. If you are upgrading from an earlier version, please delete the public and private key files.

*Nothing to worry about: while loading for the first time, VanillaVotifier used to generate 2024-bit keys instead of 2048 ones. Everything still works with 2024-bit keys, and messages are properly encrypted. However, 2024 is just a typo-mix between the two more standard 1024 and 2048-bit encryptions.

v2.4.2

09 Nov 11:18
Compare
Choose a tag to compare

Little fix on the private and public key headers, which weren't following the OpenSSL standard.