md_5
c26705e6b1
Improve YamlConfiguration encoding defaults
...
Before:
Load / Save using platform default (UTF-8 on most except Windows)
After:
Load using detected encoding with fallback to UTF-8
Save using UTF-8
2018-11-07 19:41:50 +11:00
NayXegp
6c44ccd597
#2527 : Minor cosmetic cleanups to imports etc
...
Please see https://github.com/SpigotMC/BungeeCord/pull/2527
2018-11-02 18:06:56 +11:00
md_5
ed6b03d24a
Always use root locale for case conversions
2018-10-28 12:10:34 +11:00
NayXegp
27f926cfc7
#2539 : Optimize dash free UUID parse
2018-10-28 12:05:50 +11:00
NayXegp
cb4108c1b4
#2539 : Regex free command split
2018-10-27 18:19:58 +11:00
md_5
1c5bff7ed7
Minecraft 1.13.2 support
2018-10-23 06:00:00 +11:00
md_5
bba5098ff1
Netty 4.1.30.Final
2018-09-28 17:04:30 +10:00
NayXegp
41f8eb68c9
#2529 : Use single legacy kicker instance for all channels
2018-09-26 11:16:46 +10:00
NayXegp
9886021428
#2521 : Using replace instead of replaceAll
2018-09-05 07:51:23 +10:00
NayXegp
ba0739798a
#2494 : Add an option to disable pings in log
2018-08-29 07:53:52 +10:00
JoJoDeveloping
16b3490576
#2520 : Fix ConcurrentModificationException when tasks are cancelled during shutdown
2018-08-29 07:47:12 +10:00
md_5
1bb826109c
Minecraft 1.13.1 support
2018-08-23 20:52:25 +10:00
md_5
9ea82e9541
Add multiple translation registries, support for Mojang JSON
2018-08-16 07:52:41 +10:00
Mystiflow
4c47549253
#2497 : Incorrect defaults in ServerConnectRequest
2018-08-12 09:43:57 +10:00
Mystiflow
715ec07a28
#2447 : Add API for fluent server connect requests
...
API allows for more control over callback to see why the callback was performed whilst maintaining backwards compatibility
2018-07-30 12:37:34 +10:00
md_5
6fadb4250c
Use shorter legacy prefix (doesn't really matter because no chance of such a plugin working)
2018-07-23 14:30:34 +10:00
md_5
d2cf50f9ee
#2482 : Fix error reading custom names
2018-07-23 12:44:42 +10:00
md_5
a710698277
#2482 : Fix error in reading slots
2018-07-23 12:07:30 +10:00
md_5
176b75b97e
#2477 : Fix entity rewrites not applying
2018-07-23 11:12:20 +10:00
md_5
c9f22868b3
Revert " #2447 : Add API for fluent server connect requests"
...
This reverts commit 7ce9ae50e7
.
2018-07-22 20:13:30 +10:00
maol3
95ed7a5775
#2474 : Allow ALL in the Message channel
2018-07-22 18:10:51 +10:00
Mystiflow
7ce9ae50e7
#2447 : Add API for fluent server connect requests
...
API allows for more control over callback to see why the callback was performed whilst maintaining backwards compatibility
2018-07-22 18:04:43 +10:00
md_5
671c4d1341
Minecraft 1.13 support
2018-07-22 12:00:00 +10:00
NayXegp
0a95af5dc1
#2464 : Improve information about missing packet IDs
2018-07-17 16:33:00 +10:00
md_5
5cdb181cc5
#2465 : Sync SnakeYAML version with Bukkit
2018-07-15 21:20:58 +10:00
Simon Chuu
77b0a38c26
#2457 : Allow objects in with
to be translated into a string (for integer, float, etc.)
2018-07-15 11:39:46 +10:00
Lucas Dallabona
ab810744ec
#2458 : Fix NPE when using null in tab list methods
2018-07-15 11:32:33 +10:00
md_5
b1cc72e212
Minecraft 1.13-pre7 support
2018-07-15 10:00:00 +10:00
PROgrm_JARvis
ceb9ea1e52
#2436 : Extend chat module with Joiner functional interface support
2018-07-12 21:44:59 +10:00
md_5
fa542c70df
Fix incorrect whitespacing
2018-07-09 12:52:53 +10:00
md_5
c416c44f43
Deprecate not API ProxyServer.start method
2018-07-09 09:59:33 +10:00
Nathan Poirier
d591d0ed29
#2451 : Fix direction in BadPacketException message
2018-07-09 09:58:00 +10:00
Minecrell
7410ce9077
#2449 : Avoid stopping if already in progress
...
Currently it is possible to stop the proxy multiple times, causing
the shutdown routines to be called twice. This doesn't make any
sense and may even cause problems with some plugins.
Cancel early if stopping is already in progress to avoid this.
2018-07-09 09:57:21 +10:00
Rincewind34
ff42394bdb
#2427 : [Trivial] Fix small mistake in Title documentation
2018-07-08 17:55:45 +10:00
Nathan Poirier
7af538793c
#2450 : Instantiate PluginManager (and EventBus) after the BungeeCord Logger
2018-07-08 09:59:30 +10:00
md_5
730715e68b
#2437 : Behave more like underlying servers and don't send no permission messages during tab completion
2018-06-21 12:52:03 +10:00
md_5
76dc32ee32
Enable IPv6 networking stack
2018-06-20 15:43:57 +10:00
md_5
c0704194ec
Revert lombok update - breaks incremental compilation
2018-06-07 21:49:20 +10:00
md_5
2356dbcae8
Update lombok for better support of newer Java versions
2018-06-07 15:34:07 +10:00
md_5
68103e9a8d
Netty 4.1.25.Final; MySQL 5.1.46.
2018-06-03 10:32:47 +10:00
md_5
968916c0b8
Don't forward unusually large plugin messages during login
...
Thanks fejm
2018-05-13 11:42:20 +10:00
CosmoConsole
f54f0e3f6a
#2421 : fromLegacyText - return formatted component even if empty
2018-05-13 10:10:07 +10:00
md_5
88bacf12a3
#2420 : Cap forge packet queue size
2018-05-12 21:14:44 +10:00
md_5
e93323ddbc
#2420 : Disable forge support by default
2018-05-12 08:24:06 +10:00
md_5
fde2c3fadf
Netty 4.1.24.Final
2018-04-20 18:13:08 +10:00
md_5
79cd077a60
Netty 4.1.23.Final
2018-04-13 23:02:57 +10:00
md_5
cbfdf64a15
Add missing javadoc from previous commit
2018-04-02 12:49:47 +10:00
md_5
dce4ea193a
#2396 : Add way to select reset color when parsing legacy chat
2018-04-01 09:36:46 +10:00
Mystiflow
7241eb37c9
#2376 Add ServerConnectEvent Reason API
2018-04-01 09:34:27 +10:00
md_5
d4bbe0d8db
Fix formatting in ComponentsTest
2018-04-01 09:31:00 +10:00