Skip to content
Success

Changes

Summary

  1. Start work on netty overhaul (commit: 0077af5) (details)
  2. Cleanup channel initialization - now its time to get this show working. (commit: 45c848a) (details)
  3. Advancing further in the login process. (commit: bcaafc2) (details)
  4. We can login now. Kindof. *wipes sweat off brow. (commit: 6525502) (details)
Commit 0077af58d0467e66cb17a101735b5cee196f70b8 by md_5
Start work on netty overhaul
(commit: 0077af5)
The file was modifiedproxy/src/main/java/net/md_5/bungee/Util.java
The file was removedprotocol/src/main/java/net/md_5/mendax/datainput/OptionalMotion.java
The file was removedprotocol/src/main/java/net/md_5/mendax/datainput/Item.java
The file was addedconfig/src/main/java/net/md_5/bungee/config/ConfigurationProvider.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/InitialHandler.java
The file was removedprotocol/src/main/java/net/md_5/mendax/datainput/UnsignedShortByte.java
The file was addedprotocol/src/main/java/net/md_5/bungee/protocol/netty/UnsignedShortByte.java
The file was modifiedconfig/src/main/java/net/md_5/bungee/config/Configuration.java
The file was removedproxy/src/main/java/net/md_5/bungee/ListenThread.java
The file was addedproxy/src/main/java/net/md_5/bungee/netty/ChannelBootstrapper.java
The file was addedproxy/src/main/java/net/md_5/bungee/netty/CipherCodec.java
The file was addedprotocol/src/main/java/net/md_5/bungee/protocol/netty/PacketReader.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/EntityMap.java
The file was addedprotocol/src/main/java/net/md_5/bungee/protocol/netty/OptionalMotion.java
The file was modifiedproxy/pom.xml
The file was removedprotocol/src/main/java/net/md_5/mendax/PacketDefinitions.java
The file was addedprotocol/src/main/java/net/md_5/bungee/protocol/netty/Jump.java
The file was removedprotocol/src/main/java/net/md_5/mendax/datainput/IntHeader.java
The file was addedconfig/src/main/java/net/md_5/bungee/config/YamlConfiguration.java
The file was addedprotocol/src/main/java/net/md_5/bungee/protocol/netty/Instruction.java
The file was addedprotocol/src/main/java/net/md_5/bungee/protocol/netty/ShortHeader.java
The file was removedproxy/src/main/java/net/md_5/bungee/packet/PacketStream.java
The file was removedprotocol/src/main/java/net/md_5/mendax/datainput/ByteHeader.java
The file was removedprotocol/src/main/java/net/md_5/mendax/datainput/Instruction.java
The file was addedprotocol/src/main/java/net/md_5/bungee/protocol/netty/Item.java
The file was removedprotocol/src/main/java/net/md_5/mendax/datainput/MetaData.java
The file was modifiedprotocol/pom.xml
The file was removedprotocol/src/main/java/net/md_5/mendax/datainput/DataInputPacketReader.java
The file was addedprotocol/src/main/java/net/md_5/bungee/protocol/netty/MetaData.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/packet/PacketHandler.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeCord.java
The file was addedproxy/src/main/java/net/md_5/bungee/netty/HandlerBoss.java
The file was addedproxy/src/main/java/net/md_5/bungee/netty/PacketDecoder.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/ServerConnector.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/packet/DefinedPacket.java
The file was addedprotocol/src/main/java/net/md_5/bungee/protocol/PacketDefinitions.java
The file was removedprotocol/src/main/java/net/md_5/mendax/datainput/BulkChunk.java
The file was removedprotocol/src/main/java/net/md_5/mendax/datainput/ShortHeader.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeServerInfo.java
The file was addedprotocol/src/main/java/net/md_5/bungee/protocol/netty/BulkChunk.java
The file was addedprotocol/src/main/java/net/md_5/bungee/protocol/netty/ByteHeader.java
The file was removedprotocol/src/main/java/net/md_5/mendax/datainput/Jump.java
The file was addedprotocol/src/main/java/net/md_5/bungee/protocol/netty/IntHeader.java
The file was modifiedconfig/pom.xml
Commit 45c848a4fd1996ca090a467829c31d36a50250bf by md_5
Cleanup channel initialization - now its time to get this show working.
(commit: 45c848a)
The file was modifiedproxy/src/main/java/net/md_5/bungee/ServerConnector.java
The file was removedproxy/src/main/java/net/md_5/bungee/netty/ChannelBootstrapper.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeCord.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeServerInfo.java
The file was modifiedprotocol/pom.xml
The file was modifiedproxy/src/main/java/net/md_5/bungee/netty/HandlerBoss.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java
The file was addedproxy/src/main/java/net/md_5/bungee/netty/PipelineUtils.java
Commit bcaafc206fca0ff8ae11a5cda109a2a2df5570a8 by md_5
Advancing further in the login process.
(commit: bcaafc2)
The file was modifiedprotocol/src/main/java/net/md_5/bungee/protocol/netty/BulkChunk.java
The file was modifiedprotocol/src/main/java/net/md_5/bungee/protocol/netty/Item.java
The file was modifiedprotocol/src/main/java/net/md_5/bungee/protocol/netty/MetaData.java
The file was modifiedprotocol/src/main/java/net/md_5/bungee/protocol/netty/OptionalMotion.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/netty/HandlerBoss.java
The file was modifiedprotocol/src/main/java/net/md_5/bungee/protocol/netty/UnsignedShortByte.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/netty/PacketDecoder.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java
The file was modifiedprotocol/src/main/java/net/md_5/bungee/protocol/netty/Instruction.java
The file was modifiedprotocol/src/main/java/net/md_5/bungee/protocol/netty/Jump.java
Commit 65255028362605e0993bf4c04d02ab858d054391 by md_5
We can login now. Kindof. *wipes sweat off brow.
(commit: 6525502)
The file was modifiedproxy/src/main/java/net/md_5/bungee/netty/PacketDecoder.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/ServerConnector.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/connection/UpstreamBridge.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/packet/DefinedPacket.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/connection/DownstreamBridge.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/netty/PipelineUtils.java
The file was modifiedproxy/src/main/java/net/md_5/bungee/netty/CipherCodec.java
The file was modifiedprotocol/pom.xml
The file was modifiedpom.xml
The file was modifiedproxy/pom.xml
The file was modifiedproxy/src/main/java/net/md_5/bungee/netty/HandlerBoss.java