13
0
geforkt von Mirrors/Velocity

Commit graph

  • d1acd5b6d5 Merge branch 'dev/1.1.0' into decode-multiple Andrew Steinborn 2019-11-28 13:23:46 -0500
  • 50b50f3cbb Fix 1.13+ tab complete for server commands Andrew Steinborn 2019-11-28 13:12:53 -0500
  • ae82bb21af Merge branch 'dev/1.1.0' into decode-multiple Andrew Steinborn 2019-11-27 01:09:21 -0500
  • 68e5372b2e QuietException should be a RuntimeException Andrew Steinborn 2019-11-27 01:04:48 -0500
  • 467fe34da3 Provide useful information for "unexpectedly disconnected from server" Andrew Steinborn 2019-11-27 01:01:50 -0500
  • 94035366c2
    Merge pull request #255 from VelocityPowered/bungeequack-integrate Andrew Steinborn 2019-11-26 16:33:37 -0500
  • 0c14eabe6b Fix Checkstyle issues Andrew Steinborn 2019-11-26 16:32:50 -0500
  • 87ad188f92 Finalize integrated BungeeQuack Andrew Steinborn 2019-11-26 16:27:30 -0500
  • b08f27b5c4 Merge branch 'dev/1.1.0' into bungeequack-integrate Andrew Steinborn 2019-11-26 15:52:53 -0500
  • 0b6fc06e67 Initial 1.15-pre2 support Andrew Steinborn 2019-11-26 14:37:44 -0500
  • bfeca40b17 Make sure we only tab-complete commands for which we have access to Andrew Steinborn 2019-11-26 14:07:55 -0500
  • 2baa162d91 Make sure we only tab-complete commands for which we have access to Andrew Steinborn 2019-11-26 14:07:55 -0500
  • 893391202b Manually backport e29e20b from Velocity 1.1.0 Andrew Steinborn 2019-11-26 13:47:58 -0500
  • e29e20b1e8 Fix 1.13+ tab-complete with command but no arguments Andrew Steinborn 2019-11-26 13:44:21 -0500
  • ae14eb8ccb Fix potential UDP speculative reflection attack Andrew Steinborn 2019-11-23 01:06:00 -0500
  • da63406ee7 Fix potential UDP speculative reflection attack Andrew Steinborn 2019-11-23 01:06:00 -0500
  • 8725178d6d Flush queued packets to the client in case we can't write Andrew Steinborn 2019-11-17 14:52:12 -0500
  • 3eeea8e8f8 Add limited flush consolidation, if the remote server supports it. Andrew Steinborn 2019-11-17 11:14:56 -0500
  • d2b8271eb4 Allow running Velocity without any servers. Andrew Steinborn 2019-11-16 23:17:09 -0500
  • e12f970684 Fix fresh 1.1.0 velocity.toml generation. Andrew Steinborn 2019-11-16 22:34:30 -0500
  • 010a10f50f Do not try to prevent people from running Velocity behind Velocity. Andrew Steinborn 2019-11-15 01:35:44 -0500
  • ba8629ca0e Try to decode multiple packets at once Andrew Steinborn 2019-11-15 00:39:11 -0500
  • d333eb30b8 Always create the length buffer using the best possible native buffer Andrew Steinborn 2019-11-09 22:07:54 -0500
  • af0903050d Make sure in-place AES respects reader index Andrew Steinborn 2019-11-09 21:30:46 -0500
  • d73496e8df Introduce zero memory-copy compression for regular Java native Andrew Steinborn 2019-11-09 17:39:47 -0500
  • 8c98f5a4a6 Simplify and harden Netty handlers Andrew Steinborn 2019-11-05 20:07:36 -0500
  • 09d33de03e
    Merge pull request #256 from Gabik21/previous-server-in-event Andrew Steinborn 2019-10-31 19:51:32 -0400
  • bc8756f715
    Readd old constructor Gabik21 2019-10-31 19:31:47 +0100
  • 9498376bfa
    Add missing info to constructor doc Gabik21 2019-10-28 21:23:28 +0100
  • ad291803ea
    Add missing JavaDoc Gabik21 2019-10-28 21:18:53 +0100
  • 802251d273
    Add previous server to toString method Gabik21 2019-10-28 20:49:11 +0100
  • 7c0a402cca
    Add previous server to ServerConnectedEvent Gabik21 2019-08-31 17:07:38 +0200
  • 3f321a5219 Indicate plugin loads Andrew Steinborn 2019-10-26 21:10:38 -0400
  • adcf7729db Update Netty to 4.1.43.Final Andrew Steinborn 2019-10-26 01:24:44 -0400
  • 9d5930d96b Integrate BungeeQuack functionality into Velocity Andrew Steinborn 2019-09-26 01:04:38 -0400
  • 19e1e05bbc Bring back kqueue transport from the dead Andrew Steinborn 2019-10-20 00:27:31 -0400
  • 523cea529e
    Merge pull request #254 from Ichbinjoe/aes-nocopy Andrew Steinborn 2019-10-20 00:13:32 -0400
  • 6ff5cac4d3 Fix issues with decoding and Java fallback native Andrew Steinborn 2019-10-19 23:56:44 -0400
  • a16684564b Make AES crypto operations use one buffer Joe Hirschfeld 2019-10-19 19:20:18 -0700
  • 8d4f8f0bfa
    Merge pull request #253 from OKTW-Network/custom-redirect-message Andrew Steinborn 2019-10-16 21:56:27 -0400
  • bd35c6835e
    Allow set redirect message james58899 2019-10-14 22:00:07 +0800
  • 20559e059d Properly rethrow DataFormatException in Java 11+ compressor Andrew Steinborn 2019-10-05 14:44:05 -0400
  • b18f65fe0a Allow building on Java 11 (and set Travis to build on OpenJDK 11) Andrew Steinborn 2019-10-04 17:09:41 -0400
  • 7747679ee1 Implement optimized compression for Java 11+ Andrew Steinborn 2019-10-04 16:57:30 -0400
  • 078db5ca65
    Merge pull request #252 from Gabik21/dev/1.1.0 Andrew Steinborn 2019-09-29 16:10:21 -0400
  • e191577afb
    Fix typo in gitignore Gabik21 2019-09-29 22:07:49 +0200
  • 39e48c9467 Implement #149 to send just one respawn packet Andrew Steinborn 2019-09-28 00:29:51 -0400
  • 62cd2c661a Clean up HandshakeSessionHandler Andrew Steinborn 2019-09-27 22:37:42 -0400
  • 17e6944dae Clean up HandshakeSessionHandler Andrew Steinborn 2019-09-27 22:37:42 -0400
  • 546307b0d6 Suppress invalid protocol spam Andrew Steinborn 2019-09-27 22:23:40 -0400
  • 1824c7ad7e Suppress invalid protocol spam Andrew Steinborn 2019-09-27 22:23:40 -0400
  • 9141ea112f Bump to Netty 4.1.42.Final Andrew Steinborn 2019-09-26 22:30:24 -0400
  • 47ada83700 Add modified FastUUID Andrew Steinborn 2019-09-26 22:27:08 -0400
  • 9b570ff599 Revert this entirely for now. Andrew Steinborn 2019-09-17 09:38:12 -0400
  • 8dea7567d8 Correctly handle 0-length packet Andrew Steinborn 2019-09-17 09:33:43 -0400
  • 009c9afe09 Decode multiple VarInt-prefixed packets Andrew Steinborn 2019-09-16 20:01:38 -0400
  • 138a887d73 Fix "all" not appearing in the tab-complete for /server Andrew Steinborn 2019-09-15 19:54:33 -0400
  • aff06164cd Fix "all" not appearing in the tab-complete for /server Andrew Steinborn 2019-09-15 19:54:33 -0400
  • 9c9fa1c5ae Remove flush consolidation for now Andrew Steinborn 2019-09-09 00:47:42 -0400
  • e21c33d435 Switch to zlib-ng Andrew Steinborn 2019-09-08 23:30:28 -0400
  • 63dcc56735 Also sort servers for /glist all Andrew Steinborn 2019-09-07 17:09:36 -0400
  • 08173c50ef Refactor and improve ServerCommand Andrew Steinborn 2019-09-07 16:59:17 -0400
  • 260f7f575a ServerInfo is now comparable Andrew Steinborn 2019-09-07 17:03:04 -0400
  • 983f3012a6 Merge branch 'dev/1.1.0' into feature/flush-consolidation-v2 Andrew Steinborn 2019-09-07 00:34:08 -0400
  • ecfb14411d Merge remote-tracking branch 'origin/dev/1.1.0' into dev/1.1.0 Andrew Steinborn 2019-09-07 00:15:34 -0400
  • 3a77068088 Slightly more accurate natives check Andrew Steinborn 2019-09-07 00:15:10 -0400
  • 35856fec04 Merge branch 'dev/1.1.0' into natives-java-improvements Andrew Steinborn 2019-09-07 00:06:13 -0400
  • 71281111bf
    Merge pull request #244 from Gabik21MC/dev/1.1.0 Andrew Steinborn 2019-09-05 08:02:38 -0400
  • aef0f2ca8c
    Fix name mapping not being cleared on switch Gabik21 2019-09-05 12:17:19 +0200
  • 09dc74ac9a
    Merge pull request #243 from Leymooo/api-improvement Andrew Steinborn 2019-09-03 23:29:51 -0400
  • fd367c6efd Add method to determine if player is in OnlineMode Leymooo 2019-09-04 01:43:25 +0300
  • e8d4db517d
    Merge pull request #219 from Gabik21MC/master Andrew Steinborn 2019-09-01 17:36:34 -0400
  • 592517b9f3
    Remove unnessecary diff Gabik21 2019-08-29 19:58:00 +0200
  • 18a56d8b1d
    Merge remote-tracking branch 'upstream/dev/1.1.0' Gabik21 2019-08-29 19:47:04 +0200
  • c0010d6f8b Velocity 1.0.4-SNAPSHOT Andrew Steinborn 2019-08-24 00:28:10 -0400
  • 36082126a0 Velocity 1.0.3 Andrew Steinborn 2019-08-24 00:27:43 -0400
  • e42c1d876d Fix Travis (again) Andrew Steinborn 2019-08-24 00:27:20 -0400
  • dbfbd1e2a9 Rename ConnectedPlayer#minecraftConnection -> ConnectedPlayer#connection Andrew Steinborn 2019-08-17 20:17:12 -0400
  • 057b84c933 Remove inaccurate "Status" section Andrew Steinborn 2019-08-17 20:12:09 -0400
  • d68cbbd906 Remove inaccurate "Status" section Andrew Steinborn 2019-08-17 20:12:09 -0400
  • ca81b05551
    Remove no longer used imports Gabik21 2019-08-16 11:50:49 +0200
  • 10ce976084 Update text 3.0.2 Andrew Steinborn 2019-08-11 20:36:00 -0400
  • 7f3e7a82c4 Update text 3.0.2 Andrew Steinborn 2019-08-11 20:36:00 -0400
  • b3ca066a17 Lower write water mark to 1MB Andrew Steinborn 2019-08-10 14:08:45 -0400
  • 661ec3103a Bump to Guice 4.2.2 for Java 11 plugin support Andrew Steinborn 2019-08-09 15:38:36 -0400
  • e3e7b726e0 Bump to Guice 4.2.2 for Java 11 plugin support Andrew Steinborn 2019-08-09 15:38:36 -0400
  • 7cb86067bc Lower the explicit flush count Andrew Steinborn 2019-08-08 18:39:22 -0400
  • ca3426033f Revert "Revert "Merge branch 'feature/flush-consolidation' into dev/1.1.0"" Andrew Steinborn 2019-08-08 18:00:52 -0400
  • c64d16326c Fix bug where connect() wouldn't reset in-flight connections Andrew Steinborn 2019-08-08 17:22:38 -0400
  • 648c149872 Fix bug where connect() wouldn't reset in-flight connections Andrew Steinborn 2019-08-08 17:22:38 -0400
  • e476ee815a Revert "Merge branch 'feature/flush-consolidation' into dev/1.1.0" Andrew Steinborn 2019-08-08 08:22:37 -0400
  • f72f50819d Merge branch 'feature/flush-consolidation' into dev/1.1.0 Andrew Steinborn 2019-08-07 21:17:52 -0400
  • 3b9db94ce9 Explicitly parse IP addresses before using an unresolved address Andrew Steinborn 2019-08-07 16:21:03 -0400
  • 7c2cbdbf1f Explicitly parse IP addresses before using an unresolved address Andrew Steinborn 2019-08-07 16:21:03 -0400
  • 32ef77f954 Flush consolidation tweaks Andrew Steinborn 2019-08-07 16:04:34 -0400
  • 195a506117 Flush consolidation Andrew Steinborn 2019-08-07 15:02:48 -0400
  • 2c3b30fff2
    Merge pull request #240 from VelocityPowered/feature/ping-passthrough Andrew Steinborn 2019-08-07 12:21:50 -0400
  • e3c75a7fcc Silence TCP_FASTOPEN warnings when not using epoll and fast open enabled Andrew Steinborn 2019-08-06 06:43:27 -0400
  • 62c6adb204 Consider forced hosts in ping passthrough Andrew Steinborn 2019-08-06 03:26:55 -0400
  • d8fb7c11e7 Clean up slightly, don't use streams Andrew Steinborn 2019-08-06 03:16:24 -0400