Version dump

This commit is contained in:
games647
2017-09-03 20:06:00 +02:00
parent bb240d3aa0
commit 7f51659cc7
6 changed files with 8 additions and 7 deletions

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.github.games647</groupId> <groupId>com.github.games647</groupId>
<artifactId>fastlogin</artifactId> <artifactId>fastlogin</artifactId>
<version>1.10</version> <version>1.11</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
@ -92,7 +92,7 @@
<dependency> <dependency>
<groupId>me.clip</groupId> <groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId> <artifactId>placeholderapi</artifactId>
<version>2.8.1</version> <version>2.8.2</version>
<scope>provided</scope> <scope>provided</scope>
<optional>true</optional> <optional>true</optional>
<exclusions> <exclusions>

View File

@ -83,7 +83,7 @@ public class EncryptionUtil {
* @param cipher decryption cipher * @param cipher decryption cipher
* @param privateKey private key of the server * @param privateKey private key of the server
* @param sharedKey the encrypted shared key * @param sharedKey the encrypted shared key
* @return * @return shared secret key
* @throws GeneralSecurityException * @throws GeneralSecurityException
*/ */
public static SecretKey decryptSharedKey(Cipher cipher, PrivateKey privateKey, byte[] sharedKey) public static SecretKey decryptSharedKey(Cipher cipher, PrivateKey privateKey, byte[] sharedKey)

View File

@ -26,7 +26,8 @@ public class ProtocolLibListener extends PacketAdapter {
public ProtocolLibListener(FastLoginBukkit plugin) { public ProtocolLibListener(FastLoginBukkit plugin) {
//run async in order to not block the server, because we are making api calls to Mojang //run async in order to not block the server, because we are making api calls to Mojang
super(params().plugin(plugin) super(params()
.plugin(plugin)
.types(START, ENCRYPTION_BEGIN) .types(START, ENCRYPTION_BEGIN)
.optionAsync()); .optionAsync());

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.github.games647</groupId> <groupId>com.github.games647</groupId>
<artifactId>fastlogin</artifactId> <artifactId>fastlogin</artifactId>
<version>1.10</version> <version>1.11</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.github.games647</groupId> <groupId>com.github.games647</groupId>
<artifactId>fastlogin</artifactId> <artifactId>fastlogin</artifactId>
<version>1.10</version> <version>1.11</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.github.games647</groupId> <groupId>com.github.games647</groupId>
<artifactId>fastlogin</artifactId> <artifactId>fastlogin</artifactId>
<version>1.10</version> <version>1.11</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>