Skip to content
Success

Changes

Summary

  1. Implement new, high-performance cipher in native code. Currently (commit: 56278bd) (details)
  2. Get everything ready (commit: c2e8e89) (details)
Commit 56278bd0c11ec03f5a3b3fbaf9cd0386d3cb1209 by md_5
Implement new, high-performance cipher in native code. Currently available only for Linux-x64, other platforms will fallback to Java cipher.
(commit: 56278bd)
The file was modifiedproxy/src/main/java/net/md_5/bungee/EncryptionUtil.java
The file was addednative/nb-configuration.xml
The file was addednative/src/test/java/net/md_5/bungee/NativeCipherTest.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeCord.java
The file was modifiedpom.xml
The file was addednative/src/main/java/net/md_5/bungee/NativeCipherImpl.java
The file was modifiedproxy/pom.xml
The file was addednative/src/main/java/net/md_5/bungee/BungeeCipher.java
The file was removedproxy/src/main/java/net/md_5/bungee/netty/CipherBase.java
The file was removedproxy/src/main/java/net/md_5/bungee/netty/CipherDecoder.java
The file was addednative/src/main/c/NativeCipherImpl.c
The file was addedproxy/src/main/java/net/md_5/bungee/netty/cipher/CipherDecoder.java
The file was addednative/src/main/java/net/md_5/bungee/NativeCipher.java
The file was addednative/pom.xml
The file was modifiedproxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java
The file was removedproxy/src/main/java/net/md_5/bungee/netty/CipherEncoder.java
The file was addedproxy/src/main/java/net/md_5/bungee/netty/cipher/CipherEncoder.java
The file was addednative/src/main/java/net/md_5/bungee/FallbackCipher.java
Commit c2e8e89e43174bdaaf78f1a63bee884073a0dd55 by md_5
Get everything ready
(commit: c2e8e89)
The file was modifiednative/pom.xml
The file was modifiednative/src/main/java/net/md_5/bungee/NativeCipher.java
The file was modifiedproxy/pom.xml