Commit Graph

17 Commits

Author SHA1 Message Date
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 a03c21cc09 Tweak outdated timers a little. 2014-12-13 11:14:16 +11:00
md_5 45bf7a9ab9 Move ansi console system install right into the bootstrap. 2014-12-13 11:13:40 +11:00
md_5 acf5f2f443 Fix bootstrap Java 7 warner so that it actually works! 2014-09-25 11:13:23 +10:00
md_5 2cec5f344a Update versions to 1.8... oops 2014-09-01 16:56:03 +10:00
md_5 4573285a70 Fix build expiration. 2014-09-01 16:47:16 +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 5e5038c839 Fix Java 7 detection - closes #861 2014-02-08 09:40:08 +11:00
md_5 b698fa9806 Actually allow people to run these builds. 2014-01-15 07:39:25 +11:00
md_5 a426a5ec22 Implement module loader, blacklist this build from loading. 2014-01-13 14:28:07 +11:00
md_5 d7e78d0945 Ability to disable outdated message 2013-11-24 19:42:05 +11:00
md_5 4dff25f880 In favour of #678 - use supported class version 2013-10-27 11:38:28 +11:00
md_5 0952e53d11 Update to 1.7 poms. 2013-10-23 17:33:21 +11:00
md_5 80001aa1f0 UDP + Java + IPV6 != Friends 2013-09-30 17:58:02 +10:00
md_5 891dc87b16 Allow unrecognised command line args 2013-09-28 21:00:38 +10: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