Skip to content

Releases: Ichbinjoe/MCAuthenticator

Proper URL Encoding

10 Dec 21:50
Compare
Choose a tag to compare

commit 4b24405
Author: Joseph Hirschfeld [email protected]
Date: Sat Dec 10 16:46:31 2016 -0500

Release 2.0.3

commit b3a6ad2
Author: Joseph Hirschfeld [email protected]
Date: Sat Dec 10 16:45:51 2016 -0500

Use proper url encoding on the serverIp

commit 3d67be8
Author: Joseph Hirschfeld [email protected]
Date: Sat Dec 10 16:15:52 2016 -0500

Update to 2.0.3-SNAPSHOT

Various fixes

10 Dec 21:25
Compare
Choose a tag to compare

$ git --no-pager log --no-merges 2.0.1...2.0.2
commit 7e30f66
Author: Joseph Hirschfeld [email protected]
Date: Sat Dec 10 16:15:00 2016 -0500

Release 2.0.2

commit 33a21f9
Author: Joseph Hirschfeld [email protected]
Date: Sat Dec 10 16:06:51 2016 -0500

Change usercache map to concurrent modification

commit 377dfdd
Author: ItsHarry [email protected]
Date: Tue Oct 4 17:47:24 2016 +0200

Fix NPE race condition

commit 490d189
Author: ItsHarry [email protected]
Date: Sat Oct 1 02:48:29 2016 +0200

Add configurable query timeout

commit eade54a
Author: ItsHarry [email protected]
Date: Sat Oct 1 01:05:10 2016 +0200

Set PlayerQuitEvent to MONITOR

commit 7acf0a3
Author: ItsHarry [email protected]
Date: Sat Oct 1 00:58:52 2016 +0200

Load before registering listeners to prevent exceptions during server startup

commit 6ab6e18
Author: Joseph Hirschfeld [email protected]
Date: Sat Sep 17 13:34:23 2016 -0400

Bump version to 2.0.2-SNAPSHOT

Reset time check, add more preventions

17 Sep 17:53
Compare
Choose a tag to compare

git --no-pager log --no-merges 2.0.0...2.0.1
commit ee43adf
Author: Joseph Hirschfeld [email protected]
Date: Sat Sep 17 13:33:48 2016 -0400

Release 2.0.1

commit e8bcd20
Author: ItsHarry [email protected]
Date: Sat Sep 17 02:58:18 2016 +0200

Revert to HTTP server time check

commit bc84755
Author: ItsHarry [email protected]
Date: Sat Sep 17 02:56:33 2016 +0200

Block player interact/build when not authed

commit bed337e
Author: Joseph Hirschfeld [email protected]
Date: Sat Sep 3 17:45:18 2016 -0400

Bump to 2.0.1-SNAPSHOT

2.0.0 - BungeeCord Mode

03 Sep 21:55
Compare
Choose a tag to compare

This update adds the following features:

  • Configurable Inventory Tampering (Thanks oloflarsson!)
  • BungeeCord mode, for synchronized authentication across single or multiple proxy networks
  • New Universal Bukkit/Spigot/BungeeCord jar - install the same jar in all 3 servers!

Bug fixes / improvements:

  • Explicit setting of MySQL Driver
  • Use https for validating server time for 2FA - (Thanks Techcable!)

Fix some stuff!

04 Jul 05:19
Compare
Choose a tag to compare

It fixes some stuff. If you want, you can go look at the commit log and see!

Add yubikey, restructure auth mechanisms

07 Mar 20:35
Compare
Choose a tag to compare

Adds yubikey as an appropriate authentication mechanism, as well as allows for future authentication mechanisms to be added.

1.0.2 - Add server time check

02 Mar 21:43
Compare
Choose a tag to compare

There was a recent issue with a spigotmc user having an out of sync system clock, which could cause the 2FA algorithm to fail. This version adds a check to alert the user in console if the server time is running out of sync.

Fix reload issue

19 Feb 22:43
Compare
Choose a tag to compare

This release fixes an issue present in 1.0.0 which would prevent MySQL datasources from reloading authentications on the fly, when the server is /reloading, starting, plugin reload, or internal config reload.

1.0.0

19 Feb 22:07
Compare
Choose a tag to compare

First public production ready release of MCAuthenticator.

1.0.0-BETA

02 Feb 02:09
Compare
Choose a tag to compare
1.0.0-BETA Pre-release
Pre-release

First public release of MCAuthenticator, for public beta.