db7f3c770dFix 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
8064a3d4fbRevert "Compile native cipher on ancient CentOS for maximum compatability - closes#880"
md_5
2014-02-16 11:39:47 +11:00
5039922fa7Revert "Compile on CentOS 6.4 with OpenSSL 1.0.0e and glibc 2.12"
md_5
2014-02-16 11:39:42 +11:00
eb753c8109Compile on CentOS 6.4 with OpenSSL 1.0.0e and glibc 2.12
md_5
2014-02-15 19:37:53 -05:00
7bfa024c23Compile native cipher on ancient CentOS for maximum compatability - closes#880
md_5
2014-02-16 00:13:13 -05:00
d98ade5a9bMojang uses "if > 100", therefore the inverse of that is "if <=100" regarding chat length.
md_5
2014-02-13 07:25:56 +11:00
a272afd693Some 32bit var ints need 5 bytes
md_5
2014-02-13 07:13:48 +11:00
0f24eaeea3Mojang caps chat to 100, we should too
md_5
2014-02-12 19:59:02 +11:00
56e9e6a245Delete extracted native code on exit
md_5
2014-02-12 19:53:33 +11:00
87f3706736Cap 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
90104b03b7Only allow key sizes of 16 in native cipher
md_5
2014-02-12 19:45:28 +11:00
a9b2660aa8Unknown git commit or version = unknown version sig
md_5
2014-02-12 19:15:00 +11:00
0b7789035fRevert as its unstable anyway.
md_5
2014-02-12 18:02:02 +11:00
3f7850dc5aClean up JNI code, add stack trace to check up on Jenkins test.
md_5
2014-02-12 17:43:49 +11:00
2e80bf30ddVarious 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
b3627652f2Merge pull request #869 from Cube-Space/permission-api
md-5
2014-02-09 14:36:15 +11:00
b5216148d6Remove a bit of synchronization
md_5
2014-02-09 11:02:26 +11:00
4faf507ad9Added 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
9a4f0a6f59Revert disconnect change. Forgot we use void futures.
md_5
2014-02-08 12:42:27 +11:00
98a5db9abfSkip deploying of modules - speeds up Jenkins build.
md_5
2014-02-08 12:24:31 +11:00
35a5230b52Remove artifacts from legacy forge support.
md_5
2014-02-01 10:35:02 +11:00
90fcfecb7cUse 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
649f83dee2Fix team packet for 1.7 servers
md_5
2014-01-28 13:28:06 +11:00
842392d59cDual version entity ID rewriting
md_5
2014-01-27 11:39:10 +11:00
b2f517fa63Implement dual protocol version support.
md_5
2014-01-27 11:26:27 +11:00
5c12f900b3Correct the extra check
Thinkofdeath
2014-01-26 01:12:55 +00:00
6641d199b3Move the extra check out of hasFormatting
Thinkofdeath
2014-01-26 00:41:13 +00:00
83b0229277Fix 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
5f7963b0c4Add 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
aa91354666Make 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
05f4e69afdBring 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