Skip to content
Success

Changes

Summary

  1. Implement new, high-performance cipher in native code. Currently (commit: fc189e8) (details)
Commit fc189e81d517f7c696be2ccd5b5a27684a2150d9 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: fc189e8)
The file was addednative/pom.xml
The file was modifiedpom.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/CipherDecoder.java
The file was removedproxy/src/main/java/net/md_5/bungee/netty/CipherBase.java
The file was addednative/src/main/java/net/md_5/bungee/NativeCipher.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java
The file was addednative/src/main/java/net/md_5/bungee/NativeCipherImpl.java
The file was addednative/compile-native.sh
The file was modifiedproxy/src/main/java/net/md_5/bungee/EncryptionUtil.java
The file was addednative/src/main/java/net/md_5/bungee/FallbackCipher.java
The file was addedproxy/src/main/java/net/md_5/bungee/netty/cipher/CipherDecoder.java
The file was addednative/src/main/resources/native-cipher.so
The file was addednative/src/test/java/net/md_5/bungee/NativeCipherTest.java
The file was addednative/nb-configuration.xml
The file was addednative/src/main/c/net_md_5_bungee_NativeCipherImpl.h
The file was addednative/src/main/c/NativeCipherImpl.c
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeCord.java
The file was modifiedproxy/pom.xml
The file was addedproxy/src/main/java/net/md_5/bungee/netty/cipher/CipherEncoder.java
The file was removedproxy/src/main/java/net/md_5/bungee/netty/CipherEncoder.java