md_5
086eb847ec
#2631 : Fix incorrect types of fishing bobber and spectral arrow
2019-05-01 18:00:08 +10:00
md_5
7d68335c1d
Fix switching to servers with larger view distance
2019-04-28 10:52:49 +10:00
killme
9bce83704a
#2622 : Let ThrottleTest work independently of real time
2019-04-25 20:57:03 +10:00
Zedadias Wick
4ca942b169
#2626 : Correct entity metadata type values for 1.14-pre5.
...
Spawn Object packet now uses Entity IDs, not Object IDs, and is sent as a VarInt rather than Byte.
2019-04-24 09:33:17 +10:00
md_5
af10f82d14
Apply and enforce import ordering rules
2019-04-23 15:23:40 +10:00
md_5
3f01748d75
Minecraft 1.14-pre5 support
2019-04-23 12:00:00 +10:00
md_5
52a125dded
Add --help flag
2019-03-17 12:43:12 +11:00
md_5
6d6fbb5efa
Fix two minor formatting issues
2019-02-17 10:13:24 +11:00
md_5
0d6f3ee374
Make 1.13 command injection normal functionality
2019-02-17 10:10:41 +11:00
md_5
28c82238d0
Fix typo in previous commit
2019-02-03 17:58:46 +11:00
md_5
1a06ebeee0
#2599 : Remove connection throttle if proxy protocol in use
2019-02-03 08:26:03 +11:00
md_5
29c093f83f
#2586 : TabCompleteResponseEvent for 1.13
2019-01-30 11:33:04 +11:00
md_5
9a2acc826e
#2569 : Respect disabled_commands setting for 1.13 tab completion
2019-01-03 16:39:38 +11:00
md_5
4fa1d82b81
#2572 : Add additional APIs regarding server restriction
2019-01-03 16:35:32 +11:00
md_5
5ef5dd2c09
#2570 : Implement more aggressive connection throttling.
...
Once an IP has connected connection_throttle_limit times within connection_throttle milliseconds, it must wait connection_throttle milliseconds before attempting to connect again.
2018-12-27 10:25:29 +11:00
md_5
a9a4c900e4
#2524 : Allow empty groups/permissions
2018-12-21 10:35:57 +11:00
md_5
d689ba5904
#2535 : Reduce verbosity of unhandled packet exception messages
2018-12-21 10:15:36 +11:00
md_5
a47b803385
#2568 : Check permissions for inject_commands
2018-12-21 09:50:54 +11:00
md_5
02a65e34cf
#2479 : Allow injection of BungeeCord commands to 1.13 with inject_commands option
2018-12-20 10:41:18 +11:00
md_5
e5b96b2f17
Move launcher out of bootstrap and into proxy
2018-12-18 11:19:30 +11:00
md_5
865a346903
#2546 : reducedDebugInfo state not updating when changing servers
2018-12-18 11:13:42 +11:00
md_5
afef0ec1fe
#2559 : Unresolved ServerIP causes disconnect
2018-12-08 09:56:34 +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
md_5
1c5bff7ed7
Minecraft 1.13.2 support
2018-10-23 06:00:00 +11: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
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
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
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
md_5
fa542c70df
Fix incorrect whitespacing
2018-07-09 12:52:53 +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
Nathan Poirier
7af538793c
#2450 : Instantiate PluginManager (and EventBus) after the BungeeCord Logger
2018-07-08 09:59:30 +10:00
md_5
76dc32ee32
Enable IPv6 networking stack
2018-06-20 15:43:57 +10:00
md_5
68103e9a8d
Netty 4.1.25.Final; MySQL 5.1.46.
2018-06-03 10:32:47 +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
Mystiflow
7241eb37c9
#2376 Add ServerConnectEvent Reason API
2018-04-01 09:34:27 +10:00
md_5
e690a7b389
#1959 : Leave ping exception logging to plugins
2018-03-31 10:55:15 +11:00
games647
272258cf5a
#2372 : Add SettingsChangedEvent for client-side settings
2018-03-15 20:47:08 +11:00