Commit Graph

449 Commits

Author SHA1 Message Date
Shane Freeder
6ca6b706df
Updated Upstream (BungeeCord) (Closes #771)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
69631561 #3366: Improve consistency and appearance of default translations
dd3f8200 #3363, #3369: Implement new ServerData packet to stop MOTD data from servers
2022-08-14 18:48:46 +01:00
Aurora
38725c7fde
Add message for outdated clients that don't support secure profiles (#769)
Clients before 1.19 don't support secure profiles, but since secure profiles is one of the first
things checked those outdated clients didn't get a useful message telling them to update.
2022-07-28 16:46:46 +00:00
Shane Freeder
097888c72a
Updated Upstream (BungeeCord)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
78ca16df Minecraft 1.19.1 support
adc32d5a #3367: Add linux aarch64 native epoll support
12e45148 #3355,#3357: Fix possible NPE's in LoginEvent & PreLoginEvent
2022-07-27 19:35:10 +01:00
_tomcraft
47c4790542
Updated Upstream (BungeeCord) (#762)
Co-authored-by: Thomas A <thomas.a@erisium.com>
2022-07-03 16:06:31 +01:00
Shane Freeder
c10f289a57
Expand waterfall.packet-decode-logging
Bungeecord by default will supress the output of pretty much all decoder exceptions
by default, which in part moots some debug ability, especially when you can't even see
what packet was afflicated. This patch expands the existing system property in order
to increase the usefulness of the logged exceptions, and more, by ensuring that they're
fully printed, vs just having to rely on the max sizes, etc, as I've done in the past
2022-06-19 11:04:42 +01:00
Shane Freeder
a033a14504
Disable tab list rewriting by default
This mechanism generally causes more issues than it solves, and very few
servers actually run in a more where this does anything benefitial, so,
just disable it by default.
2022-06-13 22:24:07 +01:00
Shane Freeder
ef0fc26e9d
Fix packet IDs being bork due to optimisation attempt
"static final" is generally inlined, so, while this value shouldn't
be 0 looking at the code, the fact that it was at compile time seems
to have taken a revenge course
2022-06-12 13:28:25 +01:00
Shane Freeder
4e0049a6b1
Add Protocol version to the packet not found messages
Also, remove our own magic marker for not registering further proto versions
in favour of upstreams recent addition to handle this
2022-06-12 06:52:49 +01:00
Shane Freeder
e4f1e3ff8d
Updated Upstream (BungeeCord)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
ff5727c5 Revert broken chat PR and align with Spigot
e46bc343 #3319: Do not forward cancelled messages or handled commands
2022-06-08 15:02:06 +01:00
Shane Freeder
9c65274dab
Updated Upstream (BungeeCord)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
5972fd23 #3318: Fixed system messages shown in action bar for MC 1.19 clients
8c0e4b1d #3315: Further fix for offline mode support
a737a754 Downgrade dependency version
2022-06-08 07:19:47 +01:00
Luccboy
59dbd0833d
Updated Upstream (BungeeCord) (#747)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
fc8685a0 #3311: Fix chat handling on older versions
cc4765b4 #3313: Fix offline mode support
2022-06-08 00:12:59 +01:00
Shane Freeder
9719e25cd7
Temp disable protocol limits for 1.19 2022-06-07 19:01:42 +01:00
Noah van der Aa
9b0080a3ce
Fix crash on startup (#743) 2022-06-07 18:44:58 +01:00
Noah van der Aa
958ae29cab
Updated Upstream (BungeeCord) (#741) 2022-06-07 18:12:20 +01:00
Shane Freeder
29f1cfbcc9
Improve login state transition 2022-05-08 12:04:46 +01:00
Shane Freeder
a44c78a37e
Various library bumps
Primarily MySQL, but, also a few logger/console related things
2022-05-01 12:34:23 +01:00
Shane Freeder
2322301e63
Updated Upstream (BungeeCord)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
862bb2ac #3258: Only show detailed connect exception to admins
2022-04-25 17:52:14 +01:00
Shane Freeder
4015f55f2c
Remove L4J shutdown hook
Allows for the proxy to consistently log during shutdowns no matter
the environment
2022-03-29 13:43:55 +01:00
Shane Freeder
31ff8e083c
Don't send exceptions to the client during kicks, etc
The info here is often not filtered down and can often contain
internal information during these kicks which server owners are
generally not happy with sharing, i.e. potential IP addresses, etc

We'll have to dump the cause to the console manually to ensure that
data is still sent, but, a wider fix here is probably needed which
allows for retaining much of the overall context here, i.e. who
was this exception assocated with?
2022-03-22 14:59:09 +00:00
_tomcraft
c40d7af454
Updated Upstream (BungeeCord) (#731)
Co-authored-by: Thomas A <thomas.a@erisium.com>
2022-03-21 14:08:26 +00:00
Shane Freeder
80a64a6f08
Updated Upstream (BungeeCord)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
7e47490e Minecraft 1.18.2 support
2022-02-28 15:22:42 +00:00
Shane Freeder
65ec15e5cc
Updated Upstream (BungeeCord)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
eae9d45c Provide more information in connect errors
d2d157c1 #3246: Fix commands not working due to MinecraftForge changes
2022-02-06 05:54:54 +00:00
Shane Freeder
acff2e0148
Pass through server request feedback to retry connection attempts 2022-01-29 06:58:36 +00:00
Shane Freeder
3f86a428c9
Add ServerConnectRequest#sendFeedback 2022-01-29 06:54:03 +00:00
Shane Freeder
539846d9ab
Updated Upstream (BungeeCord)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
9c95d4ba #3226: Add console command name tab completion
6cbd7404 Fix checkstyle paren pad settings
ad8a8ef5 Increase per-listener event bus warning time
e6766a1e Update README date
2022-01-02 02:12:53 +00:00
Noah van der Aa
a078e046a1
Update Log4J to 2.17.1 (#720) 2021-12-29 03:05:23 +01:00
Noah van der Aa
f64b560a1e
Updated Upstream (BungeeCord) (#719)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
b4ccdaa5 #2715: Improve BadPacketException message in MinecraftDecoder
3a116569 #3116: Do not fill in LogRecord caller data by default in slf4j wrapper
2479fab6 #3221: Use computeIfAbsent method in EventBus
51eb1ac6 Dependency upgrades
879f37f0 Upgrade to SnakeYAML 1.30 release
2021-12-23 20:56:40 +01:00
Spottedleaf
05a7075dfd Update log4j to 2.17.0 2021-12-18 01:32:39 -08:00
Nassim Jahnke
2e9789f428
Update log4j to 2.16.0 (#717) 2021-12-14 20:30:28 +01:00
Olivia
9ae48b7afb
Update to log4j 2.15.0 (#714) 2021-12-10 03:01:07 +00:00
Shane Freeder
2e8afd0c87
Update to log4j snapshot 2021-12-10 01:32:35 +00:00
Shane Freeder
f45703fc46
Backport log4j fix from 2.15.0 2021-12-09 17:53:34 +00:00
Noah van der Aa
5eadf31fd3
Updated Upstream (BungeeCord) (#713) 2021-12-06 14:30:47 +00:00
Olivia
699f788673
Fix typos in optimize UUID conversion patch (#712) 2021-12-05 05:52:42 +00:00
Shane Freeder
2916189edc
Updated Upstream (BungeeCord)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
a9d75c52 Minecraft 1.18 support
2021-12-02 03:10:11 +00:00
Nassim Jahnke
0fb2c92016
Enable 1.18 release protocol. (#708) 2021-11-30 09:29:55 +00:00
LemonCaramel
5dbf318922
Updated Upstream (BungeeCord) (#704) 2021-11-24 17:40:35 +00:00
Shane Freeder
1b73263e44
Fix build actions
also fix a missed version bump
2021-11-22 13:37:37 +00:00
Shane Freeder
71c32a51b6
Bump log4j 2021-11-22 11:43:29 +00:00
Shane Freeder
0e3d1caa37
Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
bee99bea Downgrade to Checkstyle 8.x as 9.x series has much larger memory usage
8b363d3d Minecraft 1.18-pre5 support
2021-11-22 11:39:20 +00:00
FivePB (Xer)
e35e947aa2
Add configurable plugin messaging limits (#702) 2021-11-16 22:51:50 +00:00
FivePB (Xer)
3ce6f14465
Updated Upstream (BungeeCord) (#700) 2021-11-12 19:47:23 +00:00
_tomcraft
5aa8bc981a
Updated Upstream (BungeeCord) (#698)
Co-authored-by: Thomas A <thomas.a@erisium.com>
2021-11-05 07:36:35 +00:00
_tomcraft
85c0a35f0b
Updated Upstream (BungeeCord) (#695)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
6613aaea Add test fix for library classes being visible to non-dependent plugins
53ce6b93 #3200: Fix protocol for 21w40a
d8e29384 #2466: Use switch in "BungeeCord" plugin message handling
5cf869df #3198: Remove terminally deprecated SecurityManager
f26f7d88 Add optional 1.18 (21w40a) snapshot protocol support
2021-10-09 10:43:12 +01:00
FivePB (Xer)
9d1a910f97
Updated Upstream (BungeeCord) (#690) 2021-09-29 03:37:21 +01:00
Shane Freeder
f92cc98839 Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
bda16056 Minor formatting fixes
2e0e88db #3158: Remove redundant protocol version check in the TabCompleteResponse packet
96482cc0 #3157: Read only 20 chars for clients below 1.13 in PluginMessages
2021-09-13 06:21:56 +01:00
Michael
7e6af4cef6
Strip hostname from InetSocketAddress (#679) 2021-07-20 00:18:03 +01:00
Shane Freeder
f17de7472d
remove 4MB buffer size limit due to protocol changes 2021-07-09 20:38:23 +01:00
Shane Freeder
dc044fb909
Don't bother locking to fetch a v4 UUID from the offline UUIDs map 2021-07-09 13:21:05 +01:00
LemonCaramel
9dd430af6d
Updated Upstream (BungeeCord) (#667)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
c866619f Minecraft 1.17.1 support
2021-07-06 20:11:08 +02:00
Shane Freeder
a5c78a961e
(Maybe) Fix javadoc search 2021-07-04 20:34:01 +01:00
Shane Freeder
eb920b88ba
Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
b9da505e #3142: Remove redundant name length check in InitialHandler
061a7c67 Update checkstyle
2021-07-04 02:54:12 +01:00
Shane Freeder
8e9b90a996
fix compile-native not working on linux 2021-07-04 02:46:57 +01:00
Thomas A
ee819df91f Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
6f7331e8 #3138, 3140: Check for the new leak detector netty flag
1b489bcc Attempt to fix java 8 native crash
da27924a #3115, #3125: Update natives build script, switch to Cloudflare zlib
15b39887 #3133: Directly disconnect on illegal chars
f9583a76 #3129: Replace ConnectTimeoutException with a more user-friendly string.
cb738188 #3126: Use suppliers instead of reflection for native impl generation.
a8b2f526 #3123: Apply exact vanilla string length limits for tab completion
ad50fc9a #3111: Check chat for illegal chars & moved length check into the packet class
2021-07-03 01:00:48 +02:00
_tomcraft
acf737f35f
Updated Upstream (BungeeCord) (#658)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
a25c2b32 Fix typo in previous commit
c57bf611 #3113: Remove unnecessary slice in PacketDecompressor

Co-authored-by: Thomas A <thomas.a@erisium.com>
2021-06-13 16:48:27 +01:00
Shane Freeder
cd2ccc6d2c
Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
b7935d4b Downgrade SnakeYAML due to issues with comments parsing
00982f36 #3104: Use lambdas rather than reflection to create packets
088b2045 #3109: Made file log level configurable
2021-06-11 21:13:31 +01:00
Shane Freeder
c74fe8a9b2
Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
633ff1cf #3107: Fix action bar messages in 1.17
6cda6b6c Update SnakeYAML and Netty
2021-06-09 10:02:18 +01:00
FivePB (Xer)
6bf7f90988
Updated Upstream (BungeeCord) (#655)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
90573625 Minecraft 1.17 support
2021-06-08 22:27:50 -07:00
Shane Freeder
4eb5b15309
Bump GSON for modern java support improvements 2021-06-04 17:07:10 +01:00
FivePB (Xer)
e5bad071c5
Enable 1.17 Release-protocol (#650) 2021-06-04 13:03:04 +01:00
Luccboy
33239cf418
Updated Upstream (BungeeCord) (#647)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
39a80e41 #3093: Support names with '.', block names with ' '
ab9153dd Further increase length limit for TO_CLIENT chat packets
7ec1f487 Remove ipv6 scope from forwarded addresses
2021-05-26 21:18:14 +01:00
Shane Freeder
5d64a21724
Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
c96628b7 #3094: Fix TO_CLIENT max Chat string length
e5ded9a2 Apply stricter length limits to client strings
2021-05-21 09:04:26 +01:00
Luccboy
f7c7b4820c
Updated Upstream (BungeeCord) (#643)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
5823f474 #3090: Register events in parent classes
a0b7f092 #3087: Force-enable multi-release jar file support for JDK9+ via System property
2021-05-21 08:58:24 +01:00
FivePB (Xer)
ab893721bd
Updated Upstream (BungeeCord) (#641)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
b60a30c7 Move additional dependencies to runtime scope
2021-05-18 03:28:30 +01:00
Shane Freeder
72dbe47c96
Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
4fc1a9e7 Dependency bump
2021-05-16 00:45:01 +01:00
Shane Freeder
fea7ec356d
Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
f0908b66 Add optional 1.17 (21w19a) snapshot protocol support
5fa596fe #3084: (Regrettably) add a full SLF4J wrapper
2021-05-15 02:46:23 +01:00
Shane Freeder
eb03f0627d
Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
ada1b95f Remove redundant entity rewriting code on > 1.16.2
2021-05-12 16:37:44 +01:00
Shane Freeder
bf21a394fa
Don't register entity effect packets for 1.9+ 2021-04-30 00:48:32 +01:00
_tomcraft
f188d4c751
Updated Upstream (BungeeCord) (#634)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
71d12463 #3066: Put ReadTimeoutHandler after frame decoder.
ac371bb5 #3073: Release HAProxyMessage after read
2021-04-29 17:36:22 +01:00
Andrew Steinborn
e782e77edf
Set Netty pooled buffer size to 4MB 2021-04-24 17:52:48 +01:00
Shane Freeder
d43773ad9c
server is the client and not server is the server (Fixes #631) 2021-04-18 19:12:45 +01:00
Janmm14
6702e0f69b
Put ReadTimeoutHandler after frame decoder.
This reduces the impact of attacks that send a large packet size first and then send data very slowly but frequently enough to not trigger a timeout (as the timeout handler was before the Varint21FrameDecoder). This causes connections to stay open for a long time without much effort from an attacker, while the packet never leaves the Varint21FrameDecpder stage of the netty pipeline (causing no additional checks to happen and no logs of the connection to be created).

This will not have an impact on bad connections as without recieving full packets the underlying spigot server would timeout instead.
2021-04-16 16:20:28 +01:00
Shane Freeder
c19c4771de
Only ignore empty packets from the server (Fixes #467)
this patch orignally existed to prevent the constant cries from bad server
owners, however creates some room for abuse, this should plug that
hole by only allowing the server to send such broken packets
2021-04-14 14:31:57 +01:00
Shane Freeder
49605839bc
Add native macos DNS resolver 2021-04-12 07:37:52 +01:00
Shane Freeder
845580021b
Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
830ee8f2 #3061: Continue to fallback to underlying URLClassLoader
425dd451 Override classloader close method for completeness
6a039de8 Add preview of automatic library support
2021-04-10 22:13:51 +01:00
Shane Freeder
cb25ad5409
Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
8d783aa1 #3058: Remove world limit
a4e5f500 Add full support for building on JDK [15,)
2021-04-08 14:23:57 +01:00
Shane Freeder
4ef9babb31
Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
a7c6edeb #3041: Respond to login query requests in a way that matches the Vanilla client
2021-03-02 00:00:53 +00:00
Josh Roy
07617c8b80
Fix further issues with rgb text pattern matching (#615) 2021-03-01 23:44:04 +00:00
Shane Freeder
57c175ce7f
bump log4j version
updates log4j from 2.12 to 1.14, this includes a fix for systems
with a broken mac address which can cause the proxy to not start
on such broken machines
2021-02-28 19:15:51 +00:00
Josh Roy
9a1d6a1711
Port Log4J converter fixes from Paper (#614) 2021-02-23 16:42:40 +00:00
Shane Freeder
bc3e393b14
Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
4f23b49f #3037: Update ProxiedPlayer#setDisplayName javadoc to current behaviour
cfcc8b1a Pin GitHub workflow build to ubuntu-20.04
ebec582c Add full support for building on JDK [8, 14]
2021-02-22 16:45:35 +00:00
Josh Roy
565c857605
Add support for hex color codes in console (#612) 2021-02-22 16:36:46 +00:00
FivePB (Xer)
2c5c9541c9
Additional DoS Mitigations for the login sequence (#603)
(mitigates/Fixes #600 )
2021-01-31 22:04:10 +00:00
FivePB (Xer)
b3e581412f
Updated Upstream (BungeeCord) (#601) 2021-01-29 10:35:23 +00:00
linus
3bac1f3631
Limit login request data to 16 bytes (#597) 2021-01-21 11:16:09 +00:00
Shane Freeder
281e7310b8 Remove remaining CI references 2021-01-11 16:33:57 +00:00
Riley Park
a112cfe996
Fetch modules from the API endpoint 2020-12-29 16:06:30 -08:00
Shane Freeder
e6b1b105d0 Brrrrr 2020-12-02 19:05:20 +00:00
Olivia
c617bbf0c6
Updated Upstream (BungeeCord) (#579)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
9c078b78 #2985: Add Keybinds.SOCIAL_INTERACTIONS
281aecef Minecraft 1.16.4 support
2020-11-09 00:29:41 +00:00
Shane Freeder
72503bfab4 Preliminary 1.16.4 protocol support
This build has not been tested bar outside of typical smoke testing, however,
the changes in 1.16.4 to the protocol are virtually inexistant and should
have no bearing on stability, RUN AT YOUR OWN RISK, however.
2020-11-02 19:03:58 +00:00
Black Hole
a2d39aed4d
Updated Upstream (BungeeCord) (#574)
Upstream updated to Netty 4.1.53.Final
Update maven-shade-plugin.log4j2-cachefile-transformer to 2.13.2 for compatibility with maven-shade-plugin 3.2.3
2020-10-23 03:01:15 +01:00
Shane Freeder
27e2885ab3 Bump netty to 4.1.52.Final
Netty has some improvements which may be relevant to us,
bumping for the purpose of pulling these and, we might as well.
2020-09-27 18:40:49 +01:00
Shane Freeder
dd1fbb948b Add the ability to generate decoder traces for debugging 2020-09-15 18:12:01 +01:00
Shane Freeder
d1d1b58cf5 Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
15204131 #2942: Players invisible in 1.16 where bungee is online mode but IP forwarding not enabled
2020-09-15 18:10:05 +01:00
Shane Freeder
46fa4cf742 Rebuild patches 2020-09-15 17:21:52 +01:00
xDark
fae68b0a39 Allow to disable tablist rewrite 2020-09-15 17:18:05 +01:00
Shane Freeder
5aa8f709bb Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
23661737 Minecraft 1.16.3 support
5ab5a846 #2953: Fix player limit off by one
2020-09-11 00:45:58 +01:00
FivePB (Xer)
61700eb820
Preliminary 1.16.3 support (#566) 2020-09-10 20:46:19 +01:00
Shane Freeder
8075dbe95d
Updated Upstream (BungeeCord)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
e93c762f #2921: ClickEvent without value exceptions in window title
023f407b #2928: Add IPOther special plugin message
64e4f465 #2931: Fix exceptions on ChatColor.of(Color) due to truncation
2020-08-29 12:11:57 +01:00
theminecoder
056d6687ef
Allow customisation of the Mojang auth url (#550) 2020-08-13 20:59:22 +01:00