md_5
29c093f83f
#2586 : TabCompleteResponseEvent for 1.13
2019-01-30 11:33:04 +11:00
kamcio96
7496b0a2c8
#2584 : Add ComponentBuilder#appendLegacy
2019-01-20 20:02:32 +11:00
Simon Chuu
3889f8683d
#2578 : Add easy way to get proxy command iff it is enabled for that sender
2019-01-20 20:00:26 +11:00
md_5
712a60ffd2
Remove improperly exposed getters from AsyncEvent
2019-01-09 10:19:31 +11:00
Virizion
8b5a89bf12
#2576 : Allow plugins to register multiple intents for async events
2019-01-09 10:19:31 +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
a12bb4cead
Clarify boolean of connect callback
2018-12-29 13:01:53 +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
7dd09289ee
Update native-cipher to mbedtls 2.15.1
2018-12-21 11:01:35 +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
14fbe6178f
bungeecord-protocol requires sonatype-nexus-snapshots repo
2018-12-20 10:45:21 +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
7793894621
#2567 : Fix server changing on 1.12.x due to broken protocol link
2018-12-19 10:26:16 +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
12a99bd291
#2560 : Don't force gold on /server text
2018-12-17 11:52:40 +11:00
md_5
afef0ec1fe
#2559 : Unresolved ServerIP causes disconnect
2018-12-08 09:56:34 +11:00
md_5
378aaadb68
Netty 4.1.32.Final, Trove 3.1.0
2018-12-06 10:54:30 +11:00
md_5
b0737ba230
Netty 4.1.31.Final
2018-11-23 10:54:31 +11:00
md_5
6890993c28
Update to lombok 1.18.4
2018-11-23 10:44:58 +11:00
Janmm14
783979b6b9
#2549 Add security / firewall warning to readme.
2018-11-22 10:15:37 +11:00
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