md_5
16d261553c
Minecraft 1.12-pre2 Support
2017-05-14 12:00:00 +10:00
md_5
53cc3242e1
Update Netty to 4.1.9.Final for some fixes to warnings that users were experiencing and better Java 9 support.
2017-03-11 19:15:40 +11:00
md_5
950d504bd8
Upgrade lombok
2017-02-01 14:06:17 +11:00
md_5
0b8ab8eccc
Update Netty; jline; MySQL
2017-01-30 18:27:13 +11:00
md_5
9ecdde2292
Add support for Minecraft 1.11
...
Improve QueryHandler session handling as suggested by IchBinJoe
2016-11-15 02:40:46 +11:00
md_5
0581e49d49
Update Netty
2016-08-30 20:22:02 +10:00
md_5
a605c1acbc
Netty 4.0.40
2016-07-28 20:28:18 +10:00
md_5
e5ac567c79
Update to Netty 4.0.39.Final
2016-07-15 23:31:00 +10:00
md_5
eca99576a0
Move net.md_5.bungee.log to its own module.
...
API subject to change and should not be used externally.
2016-07-11 11:12:35 +10:00
md_5
e4cf010bda
Update to Minecraft 1.10
2016-06-09 11:44:06 +10:00
md_5
80b3135a93
Fix formatting
2016-04-24 22:31:04 +10:00
BlueAnanas
8f2877e806
Fix for missing lifecycle mapping metadata on scriptus for m2e
2016-04-06 22:40:33 +10:00
md_5
05de455a9c
Update to Minecraft 1.9
2016-03-01 09:31:12 +11:00
md_5
7fb1f4b81f
Replace gitdescribe with Scriptus.
2016-01-16 13:52:53 +11:00
md_5
f5552963b8
Update Netty and enable EPoll transport.
2016-01-16 11:37:17 +11:00
md_5
c4a3a052d7
Update to Netty 4.0.31.Final
2015-09-06 12:11:41 +10:00
md_5
62981e4c70
Downgrade netty to work around #1372
2015-02-15 10:27:30 +11:00
md_5
5699e86270
Looks like Jenkins may be having lombok issues with the new version.
2015-02-14 19:09:19 +11:00
md_5
7c1f232e85
Update depend versions, limit use of most Java 1.7 APIs.
2015-02-08 13:07:41 +11:00
md_5
57a07dc2e2
Update Depend Versions:
...
Guava 17.0 -> 18.0
Lombok 1.12.6 -> 1.14.8
Gson 2.2.4 -> 2.3
SnakeYaml 1.13 -> 1.14
2014-09-25 11:05:21 +10:00
md_5
988905331f
Force javadoc plugin 2.7
2014-09-25 10:47:17 +10:00
md_5
efdedbd4e8
Trove should not be a core depend.
2014-09-12 18:24:14 +10:00
md_5
2cec5f344a
Update versions to 1.8... oops
2014-09-01 16:56:03 +10:00
md_5
6eedc77954
Remove javadoc / delombok for now, interferes with build process.
2014-08-31 19:05:51 +10:00
md_5
faa284c8fc
Move chat API into own submodule.
2014-08-31 18:56:03 +10:00
md_5
e99bbff22e
Fix Javadoc for Jenkins... maybe
2014-08-31 13:53:53 +10:00
md_5
f81b8a3550
Use delombok for JavaDoc generation, #1188
2014-08-31 10:12:11 +10:00
md_5
483805067d
Update Netty and enable Epoll as bugs have been fixed.
2014-08-17 09:52:59 +10:00
md_5
9d5c886045
Fix some more static analysis warnings
2014-07-12 14:01:06 +10:00
md_5
500b0af782
[Performance] Attempt to use Netty's Epoll implementation on Linux.
...
This will attempt to make use of Netty's EpollEventLoopGroup and Epoll(Server)SocketChannel when on Linux and the native libraries load correctly. It should bring a large increase in performance and hopefully reliability. Big thanks to the @netty team for implementing this and @normanmaurer for some tips on the support detection.
Feedback is appreciated.
2014-06-25 18:14:50 +10:00
md_5
ad2ff54b76
Bump a few versions, should probably think about exposing the new EPollEventLoop.
2014-05-15 17:07:31 +10:00
md_5
e025ad8ed7
Bump netty from 4.0.14 -> 4.0.17
2014-04-01 14:36:19 +11:00
md_5
290e31b4c5
Update some depend versions, leaving netty for a later date when there aren't as many recent changes.
2014-03-10 11:34:35 +11:00
md_5
a426a5ec22
Implement module loader, blacklist this build from loading.
2014-01-13 14:28:07 +11:00
md_5
93cf50b4e1
Rum gitdescribe earlier in the build process.
2014-01-10 10:03:02 +11:00
md_5
7dba8c8a87
Implement skeleton modules for our 5 initial commands.
2014-01-10 09:35:27 +11:00
md_5
9f8c04ef86
Update some dependency versions: Guava, MySQL, JavaAssist, Netty.
2014-01-03 19:51:44 +11:00
md_5
f0e1625078
Implement delombok to close #770
2013-12-19 10:04:48 +11:00
md_5
94ee61cd35
Native cipher, with more smoke tests!
2013-11-19 07:16:06 +11:00
md_5
897a59254c
Still segfaulting.
2013-11-18 20:00:15 +11:00
ninja-
c70006a36c
Implement new, high-performance cipher in native code. Currently available only for Linux-x64, other platforms will fallback to Java cipher.
2013-11-18 07:17:14 +11:00
md_5
12ef019d69
Revert native cipher, causing SIGSEGV
2013-11-17 16:51:11 +11:00
ninja-
fc189e81d5
Implement new, high-performance cipher in native code. Currently available only for Linux-x64, other platforms will fallback to Java cipher.
2013-11-17 15:59:18 +11:00
md_5
8a38921f21
Bump netty release
2013-11-15 16:28:35 +11:00
md_5
f81bf8e7c5
Code format + fix pom
2013-11-06 20:11:17 +11:00
md_5
0952e53d11
Update to 1.7 poms.
2013-10-23 17:33:21 +11:00
md_5
6341ad4c5a
Merge branch 'origin/master'
2013-10-19 16:44:27 +11:00
md_5
9b84e75eaa
Update lombok to support latest netbeans
2013-10-19 10:01:42 +11:00
md_5
4257b81d8c
WIP
2013-10-11 18:40:21 +11:00
md_5
cbcd874d47
Close #626 - command line argument for version. Also refactors into a bootstrap which warns users when not using Java 7!
2013-09-25 17:21:03 +10:00