Skip to content
Success

BungeeCord-Proxy (Mar 11, 2013, 1:31:07 AM)

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