Dan Mulloy
7dff86cb48
Fix the StreamSerializer
...
String-based methods will still work, but deserializing from a data
input stream has been deprecated since it depends on hacky code
Fixes #31 , Fixes #125
2015-11-02 23:56:41 -05:00
Dan Mulloy
245433b29a
Fix server pings and the infamous closed channel exception
...
As a result, packet listeners for OUT_SERVER_INFO will be processed on
the netty server io thread, so they will have to be thread safe if they
aren't already.
Fixes #119
2015-10-16 22:36:01 -04:00
Dan Mulloy
9433ea5e48
Add some debug info for exception caught messages
...
Also added support for deprecated block id's and suppressed some
compiler warnings with Java 7.
2015-10-07 18:12:50 -04:00
Dan Mulloy
4e16792450
Delay server channel injection if late bind is detected
...
Fixes #116
2015-09-22 21:48:55 -04:00
Dan Mulloy
e6c87129bd
Add version to stack traces, fix EnumWrappers in pre-1.8
2015-08-09 12:53:27 -04:00
Dan Mulloy
8576b7a057
Update to 1.8.8
2015-07-27 15:05:32 -04:00
Dan Mulloy
7226e199e5
A few build improvements
2015-07-18 21:35:00 -04:00
Dan Mulloy
714e631dd0
Attempt to alleviate some issues with backwards compatibility
...
Addresses #98
2015-07-12 13:58:31 -04:00
Dan Mulloy
b50133d322
Bump version to 3.6.5-SNAPSHOT
2015-07-12 12:17:48 -04:00
Dan Mulloy
0dd37bb801
Bump version to 3.6.4 for release
2015-07-11 16:52:27 -04:00
Dan Mulloy
92fabb31b2
Minor restructure - move examples to modules, rename ShadedNetty
2015-06-24 11:48:07 -04:00