Summary
- Start work on netty overhaul (commit: 0077af5) (details)
- Upstream and downstream bridges are now uber sexy (commit: 0afc52c) (details)
- Update Server interface to remove depreceated methods (commit: 0f9cc76) (details)
- Cleanup permissions and disconnect sequences (commit: b6e76f4) (details)
- Redo parts of login and connection sequences (commit: 644deee) (details)
- Nearing a compilale state, gonna have to redo the bootstrap. (commit: cdf26f7) (details)
- Switch main packet interface to bytebuf (commit: c3d702a) (details)
- Whats this? It compiles. Doesn't mean it near works though. (commit: e18fe49) (details)
- Tigthen access + javadocs on a few netty related classes. (commit: 9ad9003) (details)
- Thread login auth properly. (commit: 9e0ae0a) (details)
- Cleanup channel initialization - now its time to get this show working. (commit: 45c848a) (details)
- We can now get pings! (commit: 8a96555) (details)
- Advancing further in the login process. (commit: bcaafc2) (details)
- Closer to connecting, trying to figure out this encryption bug also (commit: e12bc1d) (details)
- Nearly ready to get a working connection, however few hacks due to own (commit: 4fb8572) (details)
- This is so tiring (commit: 504f703) (details)
- We can login now. Kindof. *wipes sweat off brow. (commit: 6525502) (details)
- Small cleanup of packet classes (commit: f0a19e0) (details)
- Bridge packets both ways. (commit: f0766eb) (details)
- Make sendMessage work again (commit: 0c69814) (details)
- *actually compile (wire up the broadcast method) (commit: b4d104d) (details)
- Start work on a little spit and polish, with cleaner exceptions. (commit: 0ce0225) (details)
- Disconnect when exception caught (commit: 3be83cb) (details)
- Ensure all resources are closed all the time. (commit: 6e18403) (details)
- OMG WTF BBQ IT WORKS. LETS IRON OUT BUGS AND GET OUR RELEASE TARGET, (commit: fa5804e) (details)
- Wait 100ms before closing socket to give server time to process. (commit: 0b7b87d) (details)
- Error handling when cannot connect to server. (commit: 6ae5fee) (details)
- Handle when user gets kicked midway through login to other server (commit: cfd10f5) (details)
- Remove outdated javadoc (commit: 2e33ab1) (details)
- Small code / api cleanup. Need to fix kicking in general, especially in (commit: 7631937) (details)
- Handle kicks when trying to login to server. Now we have to be about (commit: 9fb8140) (details)