db7f3c770d
Fix EventBus when used with Byte.MAX_PRIORITY - closes#910. Also includes additional unit test cases to cover any future regressions.
md_5
2014-03-04 20:49:53 +11:00
87f3706736
Cap VarInt down to 4 bytes. Early Mojang implementations used 32 BYTES, then they changed it to 5 BYTES. I think they mean 4 BYTES = 32 BITS.
md_5
2014-02-12 19:51:43 +11:00
90104b03b7
Only allow key sizes of 16 in native cipher
md_5
2014-02-12 19:45:28 +11:00
a9b2660aa8
Unknown git commit or version = unknown version sig
md_5
2014-02-12 19:15:00 +11:00
0b7789035f
Revert as its unstable anyway.
md_5
2014-02-12 18:02:02 +11:00
3f7850dc5a
Clean up JNI code, add stack trace to check up on Jenkins test.
md_5
2014-02-12 17:43:49 +11:00
2e80bf30dd
Various improvements to native cipher so that it now actually destroys Java in terms of speed. Closes#871 - thanks @ninja-
md_5
2014-02-12 17:36:58 +11:00
b5216148d6
Remove a bit of synchronization
md_5
2014-02-09 11:02:26 +11:00
4faf507ad9
Added getPermissions() to the CommandSender API to get a unmodifiable Collection of all Permissions. The ConsoleSender returns an empty Set where as the UserConnection gives its real Permissions.
Fabian Fassbender
2014-02-08 14:17:01 +01:00
9a4f0a6f59
Revert disconnect change. Forgot we use void futures.
md_5
2014-02-08 12:42:27 +11:00
98a5db9abf
Skip deploying of modules - speeds up Jenkins build.
md_5
2014-02-08 12:24:31 +11:00
015dc0c65a
Dem string typos
md_5
2014-02-08 12:21:13 +11:00
90fcfecb7c
Use lombok for vhost
md_5
2014-02-01 10:34:20 +11:00
542d2c2a5bClose#850 - send 127 for legacy protocol version
md-5
2014-02-01 09:27:22 +11:00
649f83dee2
Fix team packet for 1.7 servers
md_5
2014-01-28 13:28:06 +11:00
842392d59c
Dual version entity ID rewriting
md_5
2014-01-27 11:39:10 +11:00
b2f517fa63
Implement dual protocol version support.
md_5
2014-01-27 11:26:27 +11:00
5c12f900b3
Correct the extra check
Thinkofdeath
2014-01-26 01:12:55 +00:00
6641d199b3
Move the extra check out of hasFormatting
Thinkofdeath
2014-01-26 00:41:13 +00:00
83b0229277
Fix formatting leaking through components when arrays are used + cases where component's extra wouldn't serialize
Thinkofdeath
2014-01-26 00:37:33 +00:00
5f7963b0c4
Add more validation to server icons. Closes#828
md_5
2014-01-22 12:16:48 +11:00
dae96ac18bClose#819 - remove trailing . from hostname if it exists
md_5
2014-01-22 12:09:29 +11:00
aa91354666
Make sure plugin onLoad is really called onLoad. This fixes regression #822 from when we implemented plugin depends.
md_5
2014-01-22 12:07:16 +11:00
05f4e69afd
Bring reconnect yaml handler setting in line with what we had before (only create if needed)
md_5
2014-01-17 09:35:29 +11:00