54 Commits

Author SHA1 Message Date
dependabot-preview[bot]
f69154418e Bump git-commit-id-plugin from 3.0.0 to 4.0.0
Bumps [git-commit-id-plugin](https://github.com/git-commit-id/maven-git-commit-id-plugin) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/git-commit-id/maven-git-commit-id-plugin/releases)
- [Commits](https://github.com/git-commit-id/maven-git-commit-id-plugin/compare/v3.0.0...v4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-09 16:17:00 +00:00
games647
fdc0485f05 [CI-SKIP] Use HTTPS and newer URLs in Maven 2020-03-03 10:50:48 +01:00
games647
2c7e569653 Fix force login events being sync instead of async (Fixes #278) 2019-11-09 13:57:12 +01:00
games647
327c8c4c9d Dump dependencies 2019-07-09 12:56:14 +02:00
games647
352c72df64 Add note about developments builds 2018-04-02 14:43:43 +02:00
games647
2cd0b194aa We are SNAPSHOT build not a release candidate
Maven versions plugin is great for multi-modules.
Run mvn version:set -DnewVersion=... and that's it.
2018-03-31 10:38:57 +02:00
games647
86694982c7 Minor refactoring 2018-03-02 18:29:38 +01:00
games647
2bdd051a41 Remove universal jar building for a smaller jar footprint and less conflicts with provided dependencies 2018-02-24 20:43:18 +01:00
games647
d0d5bd300b Use static imports for Colectors.* 2018-02-05 12:54:35 +01:00
games647
df945146b8 Fix debug logging 2017-10-07 19:19:45 +02:00
games647
7839804a4c Drop support for deprecated AuthMe API 2017-09-12 17:05:18 +02:00
games647
d18b734550 Update dependencies 2017-09-08 11:17:05 +02:00
games647
bb240d3aa0 Refactor encryption implementation
* Simplify utility class and make it more independent from the vendor code
* Create only one cipher object for verification
2017-08-28 12:17:47 +02:00
games647
033333e35c Minor cleanup using inspections + Https
* Use https for maven repositories if possible
* Fix typos
* Merge ProtocolLib listeners into one class
* Upgrade maven plugins and dependencies
2017-07-22 08:27:55 +02:00
games647
f37cc0a0db Add commit id to the version 2017-02-14 14:01:57 +01:00
games647
a25d97879f Fail safetly if there session was started (prevents duplicate errors) 2016-11-26 10:06:27 +01:00
games647
1acc825f81 Remove deprecated API methods 2016-09-21 13:22:48 +02:00
games647
bef90d11cd Deploy only the universal jar to the target folder 2016-09-18 11:40:21 +02:00
games647
31d6b67381 Try to upgrade to Java 8. I hope enough people are using it. 2016-09-16 16:31:47 +02:00
games647
d20db79f46 Add second attemp login -> cracked (Fixes #51) 2016-08-29 17:38:46 +02:00
games647
ad60397851 Added auto login importers 2016-08-25 17:45:09 +02:00
games647
36d7564c3a Fix race condition when waiting for bukkit message while
bungee redirects player
2016-08-19 21:07:29 +02:00
games647
fa1b0970a5 Dump to 1.7.1 2016-08-01 12:59:04 +02:00
games647
6faf00e1bf Support for making requests to Mojang from different IPv4 addresses
(Related #27)
2016-06-20 13:52:37 +02:00
games647
b009658eea Fix typo in BungeeCord message key 2016-06-16 15:10:25 +02:00
games647
92c9ab5b76 Use ProtocolLib as a soft dependency 2016-06-14 17:21:46 +02:00
games647
413a0325f8 Fixed BungeeCord force logins if there is a lobby server 2016-06-11 13:24:35 +02:00
games647
9fc7e0bf43 Fixed BungeeCord support by correctly saving the proxy ids (Fixes #22) 2016-06-11 10:32:53 +02:00
games647
f6aa064835 Added localization messages (Fixes #20) 2016-06-09 12:43:04 +02:00
games647
de4b73c3bd Upgrade maven plugin version 2016-06-09 10:30:42 +02:00
games647
3e844be65d Clean up project structure 2016-05-26 11:04:13 +02:00
games647
dce95cf0d0 Prevent thread create violation in BungeeCord 2016-05-25 09:40:43 +02:00
games647
e6a4af92cc Add support for AuthMe 3.X 2016-05-18 15:47:51 +02:00
games647
8f3920fa99 Fix message order 2016-05-15 17:33:21 +02:00
games647
e439126294 Added API methods for auth plugins to set their own hook 2016-05-14 12:27:03 +02:00
games647
9e06fd7735 Added support for the configuration options under BungeeCord 2016-05-06 08:55:09 +02:00
games647
5174a84a17 Update API methods to reflect errors 2016-05-03 18:05:26 +02:00
games647
dfe37dfc1b Force login only if the save process was successful 2016-05-03 15:58:22 +02:00
games647
740b11b434 Fix disconnect reason documentation when cracked users joins (Fixes #9)
This message changed a couple of versions ago
2016-04-20 19:01:25 +02:00
games647
77f0184899 Replace handshake listener with bungeecord config reader 2016-04-05 11:40:23 +02:00
games647
5608821fe3 Fixed BungeeCord support 2016-03-20 11:30:52 +01:00
games647
8fc5050e8e Added support for UltraAuth 2016-03-01 17:26:25 +01:00
games647
015739fe4c Added unpremium/cracked command 2016-02-28 18:28:36 +01:00
games647
bd46dae086 Added changelog update 2016-01-27 14:24:42 +01:00
games647
b22df62f90 Added premium skin forward 2016-01-23 20:53:13 +01:00
games647
d118de8649 Run packet listeners async from the Netty threads + Correctly shutdown
plugin if the server is in online mode.
2015-11-23 20:20:40 +01:00
games647
f8c10d6890 Merge the Bukkit and BungeeCord version together to a universal plugin 2015-11-14 20:03:24 +01:00
games647
c3f8e59a9a Added BungeeCord support 2015-11-13 22:46:38 +01:00
games647
834818bb7a Fixed NPE on invalid sessions + Improved security for premium logins 2015-11-04 19:41:47 +01:00
games647
fdc2772f38 Update description 2015-11-03 17:47:26 +01:00