8827feacfbImplement high performance HTTP api for plugins with jetty.
md_5
2013-03-20 18:52:26 +11:00
692610cd7eAdd asynchronous event API from issue #200
md_5
2013-03-19 20:09:15 +11:00
1edd27963fAdd issue #215 - scheduler API
md_5
2013-03-19 19:45:34 +11:00
730c05aaadActually print time it took
md_5
2013-03-19 17:23:07 +11:00
2bae6cafc2Try and prevent inefficient plugins by nagging when events take longer than 0.25ms to process. Someone let me know if this spams and I need to increase the max time.
md_5
2013-03-19 17:21:54 +11:00
5a15d5387cUse as many threads as the system can handle.
md_5
2013-03-19 16:07:39 +11:00
3fed94fbf2Stop trying to be Forge for now.
md_5
2013-03-19 12:07:59 +11:00
1dd661f619Use a byte array in the ping handler for simplicity
md_5
2013-03-19 12:07:13 +11:00
a12debf6d0Revert "Add info on registered channels to /bungee to enable users to help identify cause of random timeouts & resource leaks"
md_5
2013-03-18 17:36:57 +11:00
5d3cb452feFix issue #206 by updating netty. Big shoutout to Trustin and the Netty project.
md_5
2013-03-18 17:36:41 +11:00
b3c34815b0Add info on registered channels to /bungee to enable users to help identify cause of random timeouts & resource leaks
md_5
2013-03-17 09:03:20 +11:00
40768c1711Update Netty to 4.0.0-Beta3
md_5
2013-03-17 09:01:12 +11:00
b16da7d048Be sure to null serverSentScoreboard each connect.
md_5
2013-03-16 22:35:13 +11:00
e681c8906dAdd server kick event
md_5
2013-03-16 21:32:11 +11:00
ce40391717Untested attempt at sending users to default server when their server goes down.
md_5
2013-03-16 21:17:41 +11:00
d5f25b07e5*remove wrapper class
md_5
2013-03-14 17:25:24 +11:00
30b381853cChange packet handling from ByteBufs to byte arrays to work around netty bug. Connection now appears to be stable - just need to add an optimized encryption algorithm back.
md_5
2013-03-14 17:24:32 +11:00
b0820208e6@normanm @trustin This hack appears to fix all my issues with writing ByteBufs directly to channels. new @lazertester.party(). Others, please note this still isn't even a beta quality build. Due to memory laziness this build will only accept one connection.
md_5
2013-03-13 20:08:15 +11:00
bc0a076e4bDon't sync, its an optimization - right?
md_5
2013-03-13 18:08:43 +11:00
1763dd3078Remove unneeded channel option. Still trying to fix all these disconnect errors though.
md_5
2013-03-13 18:07:07 +11:00
373ec187fbFix /server command to only show server name
md_5
2013-03-12 18:07:25 +11:00
ac2c96c2eaThis test WITHOUT encryption reveals something is majorly wrong with our packet decoding causing random and frequent disconnects.
md_5
2013-03-12 17:53:18 +11:00
5688099605Also make sure we get the restricted value per server
md_5
2013-03-12 17:14:50 +11:00