Commit Graph

101 Commits

Author SHA1 Message Date
md_5 90573625f1 Minecraft 1.17 support 2021-06-09 09:00:00 +10:00
md_5 b60a30c705 Move additional dependencies to runtime scope 2021-05-16 18:09:04 +10:00
md_5 4fc1a9e770 Dependency bump 2021-05-15 17:22:35 +10:00
md_5 5fa596fee9 #3084: (Regrettably) add a full SLF4J wrapper 2021-05-14 08:51:09 +10:00
md_5 6a039de8db Add preview of automatic library support
Example plugin.yml usage:
```
    libraries:
      - com.squareup.okhttp3:okhttp:4.9.0
```

Libraries will only be accessible to plugins and their transitive depends, allowing for multiple versions of the same library to be used by different plugins.

This is a preview feature. Feedback is welcome so that it may be refined before being made widely available.
2021-04-09 13:13:55 +10:00
md_5 e95da11115 Bump Netty/SnakeYAML/MySQL versions 2021-01-24 08:56:07 +11:00
md_5 9f6a798ea6 Bump version to 1.16-R0.5-SNAPSHOT 2021-01-15 10:19:24 +11:00
md_5 36c8df4d2f Release 1.16-R0.4 2021-01-15 09:49:36 +11:00
md_5 a0f9333a13 Bump version to 1.16-R0.4-SNAPSHOT 2020-07-18 17:36:11 +10:00
md_5 287e28a722 Release 1.16-R0.3 2020-07-18 17:31:21 +10:00
md_5 94c4fcbad7 Bump version to 1.16-R0.3-SNAPSHOT 2020-07-13 08:45:48 +10:00
md_5 a99f62f693 Release 1.16-R0.2 2020-07-13 08:23:55 +10:00
md_5 4786c0986b Bump version to 1.16-R0.2-SNAPSHOT 2020-06-25 08:36:25 +10:00
md_5 a7180850e0 Release 1.16-R0.1 2020-06-25 08:36:03 +10:00
md_5 d0fd673b60 Minecraft 1.16 support + RGB ChatColor preview 2020-06-24 07:00:00 +10:00
md_5 3373eb864d #2834: Add support for long array NBT tag 2020-05-09 15:41:38 +10:00
md_5 17d5dd3f94 Add dist Maven profile to generate source and Javadoc jars 2020-02-04 14:59:52 +11:00
md_5 129884f44d Minecraft 1.15.2 support 2020-01-22 08:00:00 +11:00
md_5 4cccf53775 Minecraft 1.15 support 2019-12-11 08:00:00 +11:00
md_5 c7984070a2 Misc dependency update 2019-12-01 17:32:32 +11:00
md_5 3f01748d75 Minecraft 1.14-pre5 support 2019-04-23 12:00:00 +10:00
md_5 e5b96b2f17 Move launcher out of bootstrap and into proxy 2018-12-18 11:19:30 +11:00
md_5 1c5bff7ed7 Minecraft 1.13.2 support 2018-10-23 06:00:00 +11:00
md_5 b1cc72e212 Minecraft 1.13-pre7 support 2018-07-15 10:00:00 +10:00
md_5 68103e9a8d Netty 4.1.25.Final; MySQL 5.1.46. 2018-06-03 10:32:47 +10:00
md_5 050d935891 Update Netty / MySQL 2018-01-07 22:49:33 +11:00
md_5 4c84f37fd2 mysql-connector-java 5.1.44 2017-11-18 17:14:46 +11:00
md_5 da88d5c502 Formatting & dependency updates 2017-08-06 11:19:08 +10:00
md_5 daac8d85e2 Add support for PROXY protocol 2017-07-01 09:38:27 +10:00
md_5 6958943123 Use property to skip deploy to eliminate warnings, update lombok 2017-06-21 19:45:03 +10:00
md_5 ff891c000e Update to Minecraft 1.12 2017-06-08 18:00:00 +10:00
md_5 16d261553c Minecraft 1.12-pre2 Support 2017-05-14 12:00:00 +10:00
md_5 0b8ab8eccc Update Netty; jline; MySQL 2017-01-30 18:27:13 +11:00
md_5 6104354fa1 Implement basic entity metadata mapping to remap fireworks for boosting. 2016-12-22 22:29:00 +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 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 05de455a9c Update to Minecraft 1.9 2016-03-01 09:31:12 +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 02d3660f32 Fix fancy terminal on Windows.
This is a workaround for quite possibly the weirdest bug I have ever encountered in my life! When jansi attempts to extract its natives, by default it tries to extract a specific version, using the loading class's implementation version. Normally this works completely fine, however when on Windows certain characters such as - and : can trigger special behaviour. Furthermore this behaviour only occurs in specific combinations due to the parsing done by jansi. For example test-test works fine, but test-test-test does not! In order to avoid this all together but still keep our versions the same as they were, we set the override property to the essentially garbage version BungeeCord. This version is only used when extracting the libraries to their temp folder.
2014-12-14 13:07:13 +11:00
md_5 37e37e9a55 Fix timestamp format.... 2014-12-13 11:53:03 +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 2cec5f344a Update versions to 1.8... oops 2014-09-01 16:56:03 +10:00
md_5 dd9bd2a2e3 Shuffle Jansi/Jline versions 2014-08-04 18:19:35 +10:00
md_5 4ac117fb4c Actually include native code, thanks again @normanmaurer 2014-06-25 18:21:59 +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 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 7483b4d276 Shuffle some internal stuff to API so that modules will compile 2014-01-10 09:58:31 +11:00