Commit Graph

  • 80bb237289 #3774: Minecraft 25w04a chat component changes Outfluencer 2025-01-29 20:35:46 +11:00
  • 4fded9828f #3775: Allow decompressed packets to grow to max capacity Outfluencer 2025-01-29 07:52:09 +11:00
  • 6b22690971 Minecraft 25w04a protocol support md_5 2025-01-27 20:09:01 +11:00
  • 60a3bf082f Preallocate compression output buffer to remove unnecessary resizing md_5 2025-01-27 20:08:58 +11:00
  • 0aa2871b26 #3761: Whitelist LoginPayloadResponse in UpstreamBridge#shouldHandle Outfluencer 2025-01-22 21:11:11 +01:00
  • 1265a9927b #3769: Fix possible NoSuchElementException changing compression Outfluencer 2025-01-07 20:46:11 +11:00
  • d99570214a Update date in README.md md_5 2025-01-01 10:19:29 +11:00
  • 15bd33b25b #3767: Remove explicit direct buffer check Janmm14 2024-12-13 22:46:35 +00:00
  • 7340f1a035 #3765: Fix forgotten boolean write Outfluencer 2024-12-07 21:50:03 +01:00
  • 8a80435e64 Minecraft 1.21.4 support md_5 2024-12-04 03:20:00 +11:00
  • 20a71b06a9 Minecraft 1.21.4-rc3 support md_5 2024-11-30 10:11:33 +11:00
  • b376f61578 Minecraft 1.21.4-pre2 support md_5 2024-11-26 20:38:03 +11:00
  • 373dab05ad Minecraft 1.21.4-pre1 support md_5 2024-11-23 12:27:38 +11:00
  • f6b40b1186 #3758: Handle LoginPayloadResponse in UpstreamBridge Outfluencer 2024-11-19 10:20:17 +01:00
  • 81b118a8ba #3759: Remove unnecessary protocol version check for UnsignedClientCommand Outfluencer 2024-11-17 11:44:17 +11:00
  • 7a42f12716 #3760: Fix possible NPE when trying to get encoder/decoder protocol BoomEaro 2024-11-17 11:43:31 +11:00
  • 4886c4be01 Minecraft 1.21.2 support md_5 2024-10-23 02:15:00 +11:00
  • 7338d0f444 Minecraft 1.21.2-rc2 support md_5 2024-10-22 07:32:49 +11:00
  • 8212e10c7c #3756, #3757: Queue PlayerListItemRemove packets for disconnecting players Outfluencer 2024-10-21 12:05:01 +02:00
  • 2593130b3e Minecraft 1.21.2-rc1 support md_5 2024-10-19 08:56:06 +11:00
  • 6ea49962c5 Minecraft 1.21.2-pre3 support md_5 2024-10-13 09:53:59 +11:00
  • 672db9fe47 #3753, #3754: Don't disconnect during login if the player is on a server Outfluencer 2024-10-13 00:38:59 +02:00
  • 2bacf6572b #3743: Fix infinite encrypting screen on miss configured ip-forwarding Outfluencer 2024-09-15 22:33:20 +02:00
  • 9813e46e66 #3746, #3666: Fix potential race conditions when connecting to multiple servers at the same time Valentine 2024-10-06 10:55:12 +03:00
  • 01a5f36012 #3751: Fix potential overriding of cipher by other libraries Valentine 2024-09-29 12:44:15 +03:00
  • f0a30c43cd Minecraft 24w39a support md_5 2024-09-28 08:51:09 +10:00
  • acb85e30fa #3742: Add more checks to InitialHandler Outfluencer 2024-09-21 01:05:50 +02:00
  • 9437cedc48 #3748: Minecraft 24w38a support Outfluencer 2024-09-21 01:02:28 +02:00
  • a89cf5f36d #3736: Add simple login payload API Outfluencer 2024-09-09 21:06:48 +10:00
  • b309e4ac50 #3737: Use composite buffers where possible Outfluencer 2024-09-09 21:01:19 +10:00
  • 477ea5983c Remove unused field md_5 2024-09-08 13:15:40 +10:00
  • eca6090f1e #3739: Support aarch64 natives Outfluencer 2024-09-08 09:11:05 +10:00
  • 8f8c270f3b Minecraft 24w36a support md_5 2024-09-07 09:13:23 +10:00
  • 84ac7ab944 Minecraft 24w35a support md_5 2024-09-02 21:06:40 +10:00
  • 5fbcc6b119 #3732: Fix protocol state issue Outfluencer 2024-08-26 12:06:34 +02:00
  • 79f85a2ce2 #3662: Add deprecation warning to ComponentSerializer.toString(Object) Janmm14 2024-08-25 09:27:40 +10:00
  • d32eedd333 #3727: 24w34a snapshot support Outfluencer 2024-08-25 09:15:03 +10:00
  • e1d4b6adc7 #3731: Update cookie handling with vanilla limits and don't allow unrequested cookies Outfluencer 2024-08-24 12:27:05 +02:00
  • 534148763f #3721: Improve same uuid and name checks Outfluencer 2024-08-22 11:25:45 +02:00
  • cd56fb32c2 #3722: Disable GZIP in native compress library (no longer requires PCLMUL) lax1dude 2024-08-09 19:07:38 +10:00
  • 6b612302e1 #3718, #3717: Add check for SSE 4.2 and PCLMUL support to native zlib lax1dude 2024-08-08 18:19:20 +10:00
  • e49759025f #3716, #3707: Fix native-cipher segfault when using musl libc lax1dude 2024-08-08 18:19:20 +10:00
  • c310e3339f #3720: Replace some println calls with proxy logger Outfluencer 2024-08-07 11:57:09 +02:00
  • b64615e298 #3715: Fix maximum length for command packets Nick 2024-07-28 21:07:49 +10:00
  • 45d2f44003 #3713: Add default admin permissions for /find and /send Raraph84 2024-07-28 13:04:41 +02:00
  • a57adcce00 #3711, #3712: Don't try to reconnect player when it disconnects manually Raraph84 2024-07-28 13:02:31 +02:00
  • 8b195d1d21 #3693: Compile natives as C instead of C++, check malloc/calloc return values for null lax1dude 2024-06-25 07:01:10 +10:00
  • cda4537fba #3695, #3696: Connect player to fallback if backend disconnects silently Outfluencer 2024-06-23 00:47:05 +02:00
  • df413f62db #3677: Bump com.mysql:mysql-connector-j from 8.3.0 to 8.4.0 dependabot[bot] 2024-06-23 08:22:54 +10:00
  • 8a88ce464e Minecraft 1.21 support md_5 2024-06-14 01:05:00 +10:00
  • 006a14a75c #3689, #3690: Don't immediately close HAProxy health check Outfluencer 2024-06-13 13:07:08 +02:00
  • 07df657f3c Minecraft 1.21-rc1 support md_5 2024-06-11 07:00:30 +10:00
  • b8b373a53e Minecraft 1.21-pre4 support md_5 2024-06-08 10:31:45 +10:00
  • e7e0b97cff Minecraft 1.21-pre2 support md_5 2024-06-02 09:41:02 +10:00
  • 52ab21b1ff #3682: Bump io.netty:netty-bom from 4.1.109.Final to 4.1.110.Final dependabot[bot] 2024-05-27 06:59:21 +10:00
  • 8e8a635361 Minecraft 24w21b support md_5 2024-05-27 06:48:08 +10:00
  • 18eae8a1a6 #3664: Improve chat test code quality Janmm14 2024-05-05 02:48:01 +02:00
  • 6e1751733f #3608, #3676: Close connection if HAProxy 2.0 message is a health check Outfluencer 2024-04-28 13:56:18 -07:00
  • 6335af840b SPIGOT-7638: Library loader does not seem to resolve every dependency DerFrZocker 2024-04-27 09:25:29 +10:00
  • 336333acb1 #3665: Small improvements to TranslatableComponent Janmm14 2024-04-24 21:58:27 +00:00
  • d110f6629b #3669: Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 dependabot[bot] 2024-04-25 07:57:50 +10:00
  • 6f70b15e2e Minecraft 1.20.5 support md_5 2024-04-24 01:15:00 +10:00
  • b30499e2b6 #3667: Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 dependabot[bot] 2024-04-23 08:19:33 +10:00
  • 5079181c28 Minecraft 1.20.5-rc3 support md_5 2024-04-23 06:16:02 +10:00
  • ee02d98cb2 Minecraft 1.20.5-rc2 support md_5 2024-04-20 08:53:11 +10:00
  • c7ff3b8a14 #3654: Update year in README.md Outfluencer 2024-04-19 15:46:24 -07:00
  • de60af0d7b #3659: Cleanup command packets for 1.20.5 Outfluencer 2024-04-19 15:45:46 -07:00
  • a9218a7aa7 #3660: Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 dependabot[bot] 2024-04-20 08:44:38 +10:00
  • 67c65e0464 #3658: Minecraft 1.20.5-rc1 support Outfluencer 2024-04-19 06:58:16 +10:00
  • 1be25b6c74 #3656: Improve online mode support where IP forwarding is disabled Outfluencer 2024-04-17 21:05:26 +10:00
  • 8525b44961 Minecraft 1.20.5-pre3 support md_5 2024-04-17 07:55:07 +10:00
  • 1fca510a08 #3655: Fix 1.20.5-pre1 view distance packet ID Jared Tiala 2024-04-16 22:38:26 +02:00
  • 3384185285 #3652: Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 dependabot[bot] 2024-04-16 21:33:01 +10:00
  • 3075d2c19d #3651: Bump io.netty:netty-bom from 4.1.108.Final to 4.1.109.Final dependabot[bot] 2024-04-16 21:32:48 +10:00
  • bc528d5d98 Update native libraries md_5 2024-04-14 09:08:02 +10:00
  • 25cf8d682b #3617: Don't go further if connection is disconnected during handshake event Outfluencer 2024-04-13 17:22:31 +10:00
  • 17e23d5c3f #3628: Convert PostLoginEvent to AsyncEvent and expose target server ignPurple 2024-04-13 17:08:15 +10:00
  • d6c5197cb9 #3599: Bump com.mysql:mysql-connector-j from 8.2.0 to 8.3.0 dependabot[bot] 2024-04-13 15:52:04 +10:00
  • dd96f0f878 #3647: Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 dependabot[bot] 2024-04-13 15:49:42 +10:00
  • 8a9501ffe4 Minecraft 1.20.5-pre1 support md_5 2024-04-13 10:50:38 +10:00
  • 5e25c63c5a #3646: Add experimental io_uring support Outfluencer 2024-04-09 21:39:06 +10:00
  • bd963501ec #3644: Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 dependabot[bot] 2024-04-09 21:22:35 +10:00
  • da795a7094 Minecraft 24w14a support md_5 2024-04-07 08:18:48 +10:00
  • 84d0ea73fa Minor formatting fixes md_5 2024-03-31 10:09:20 +11:00
  • 0851e39197 #3614: Make glist command output hover and clickable Outfluencer 2024-03-31 10:09:16 +11:00
  • 86e6fdf8a2 Fix lombok induced JavaDoc error md_5 2024-03-31 10:02:23 +11:00
  • 6ab0f5eba7 #3621: Warn about use of valid chat colors and add test md_5 2024-03-31 09:51:05 +11:00
  • f224787222 #3621: Only serialize valid chat colors to "color" component Rothes 2024-03-31 09:51:04 +11:00
  • 82684c7b6b #3634: Improve chat test code style. Janmm14 2024-03-31 09:38:18 +11:00
  • c2f73d32b8 #3634: Micro-optimize chat deserialization Janmm14 2024-03-31 09:38:17 +11:00
  • e642b9dde1 Minecraft 24w13a support md_5 2024-03-29 15:03:53 +11:00
  • db623d10c5 #3640: Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 dependabot[bot] 2024-03-27 08:22:21 +11:00
  • 61bb9f5b93 #3637: Bump org.projectlombok:lombok from 1.18.30 to 1.18.32 dependabot[bot] 2024-03-23 15:58:33 +11:00
  • 9551b45328 #3639: Bump io.netty:netty-bom from 4.1.107.Final to 4.1.108.Final dependabot[bot] 2024-03-23 15:58:14 +11:00
  • dc680b87eb #3636: Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.1 dependabot[bot] 2024-03-23 15:57:59 +11:00
  • 156eda78c6 #3635: Bump org.apache.maven.plugins:maven-compiler-plugin dependabot[bot] 2024-03-23 15:57:46 +11:00
  • 31be68af51 Minecraft 24w12a support md_5 2024-03-23 15:57:06 +11:00
  • ffa011c7b1 #3622: Revert "#3256: Allow - and . in online mode as some accounts still have these…" Outfluencer 2024-03-11 04:24:02 +01:00
  • 22536c11bd #3618: Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 dependabot[bot] 2024-03-11 14:22:44 +11:00
  • 2394e204fa #3629: Fix scoreboard team data reading Janmm14 2024-03-11 03:22:19 +00:00