730c05aaad
Actually print time it took
md_5
2013-03-19 17:23:07 +11:00
2bae6cafc2
Try 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
5a15d5387c
Use as many threads as the system can handle.
md_5
2013-03-19 16:07:39 +11:00
3fed94fbf2
Stop trying to be Forge for now.
md_5
2013-03-19 12:07:59 +11:00
1dd661f619
Use a byte array in the ping handler for simplicity
md_5
2013-03-19 12:07:13 +11:00
a12debf6d0
Revert "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
5d3cb452fe
Fix issue #206 by updating netty. Big shoutout to Trustin and the Netty project.
md_5
2013-03-18 17:36:41 +11:00
b3c34815b0
Add 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
40768c1711
Update Netty to 4.0.0-Beta3
md_5
2013-03-17 09:01:12 +11:00
b16da7d048
Be sure to null serverSentScoreboard each connect.
md_5
2013-03-16 22:35:13 +11:00
e681c8906d
Add server kick event
md_5
2013-03-16 21:32:11 +11:00
ce40391717
Untested 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
30b381853c
Change 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
bc0a076e4b
Don't sync, its an optimization - right?
md_5
2013-03-13 18:08:43 +11:00
1763dd3078
Remove unneeded channel option. Still trying to fix all these disconnect errors though.
md_5
2013-03-13 18:07:07 +11:00
373ec187fb
Fix /server command to only show server name
md_5
2013-03-12 18:07:25 +11:00
ac2c96c2ea
This 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
5688099605
Also make sure we get the restricted value per server
md_5
2013-03-12 17:14:50 +11:00