13
0
geforkt von Mirrors/Velocity

Commit graph

  • 89b5da25be Merge branch 'master' into registered-server Andrew Steinborn 2018-09-18 16:50:13 -0400
  • 508ba35697 Exclude plugins from Git. Andrew Steinborn 2018-09-18 16:48:52 -0400
  • 2bfb7061ee Turn StatusRequest into a singleton. Andrew Steinborn 2018-09-18 16:48:21 -0400
  • 44b1b82b09 Try to avoid locking, use an actual concurrent data structure Andrew Steinborn 2018-09-18 16:40:51 -0400
  • f973ded4ee Tighten identifier checks since NuVotifier fixed this Andrew Steinborn 2018-09-17 16:18:47 -0400
  • a60c55007a Remove LegacyChatColorUtils Andrew Steinborn 2018-09-17 16:11:23 -0400
  • fc48db62b5 Improve native initialization logic, again Andrew Steinborn 2018-09-17 15:02:49 -0400
  • e75ec71b32 Improve native initialization logic Andrew Steinborn 2018-09-17 01:03:07 -0400
  • 037dceb599 Fix potential race Andrew Steinborn 2018-09-16 15:35:25 -0400
  • 2a842bffbe Add missing null check Andrew Steinborn 2018-09-16 15:32:51 -0400
  • 291069af80 Implement RegisteredServer#ping() Andrew Steinborn 2018-09-16 13:59:44 -0400
  • 1f8152c3a5 ProxyServer#getServerInfo -> ProxyServer#getServer Andrew Steinborn 2018-09-16 13:16:16 -0400
  • 8b94fe6ed2 Readd missing check Andrew Steinborn 2018-09-16 02:41:35 -0400
  • 5ff36f1ae7 Merge branch 'master' into plugin-message-event Andrew Steinborn 2018-09-16 02:35:38 -0400
  • e1b2dc0d43 Introduce RegisteredServer API Andrew Steinborn 2018-09-16 02:26:29 -0400
  • 9c05203ce8
    Merge pull request #88 from PurpleIsEverything/master Andrew Steinborn 2018-09-15 21:47:24 -0400
  • be0f666f4d
    Allow modifying the ModInfo type. PurpleIsEverything 2018-09-15 18:36:10 -0600
  • 88b7407aaf Fix rare NPE during server transition. Fixes #87 Andrew Steinborn 2018-09-15 13:37:30 -0400
  • ab568405dd Cleaned up client plugin message logic. Andrew Steinborn 2018-09-15 02:22:52 -0400
  • 84947564e4 Handle unexpected disconnects without a reason. Andrew Steinborn 2018-09-15 01:46:28 -0400
  • 871319d679 Allow custom connection and read timeouts. Andrew Steinborn 2018-09-15 01:26:54 -0400
  • 2b1d55a0fc Expose original server in ServerPreConnectEvent Andrew Steinborn 2018-09-15 01:16:26 -0400
  • e9568e1b6c Do not write plugin messages from the server if the player hasn't joined Andrew Steinborn 2018-09-14 15:26:51 -0400
  • 9776675b70 Queue mod plugin messages instead. Andrew Steinborn 2018-09-14 14:16:32 -0400
  • 496c579e46 Drop non-FML handshake packets if the game start process is not done. Andrew Steinborn 2018-09-14 13:56:38 -0400
  • 0469aaa03a Fix several invalid connection closure issues. Andrew Steinborn 2018-09-14 01:00:56 -0400
  • 7b8a215078
    Merge pull request #85 from PurpleIsEverything/master Andrew Steinborn 2018-09-14 00:54:29 -0400
  • cf46659d9e
    Change to a 5 second connection timeout. PurpleIsEverything 2018-09-13 22:53:23 -0600
  • 14590ca3ea
    Add CONNECT_TIMEOUT_MILLIS to fix timeout errors. ShadowKitten 2018-09-13 22:41:21 -0600
  • d028c281c9
    Merge pull request #76 from kashike/mrn Andrew Steinborn 2018-09-14 00:17:25 -0400
  • 656987db03
    Merge pull request #83 from dualspiral/fix/fml-plugin-messages Andrew Steinborn 2018-09-13 16:10:03 -0400
  • 6ca39e459e
    Merge pull request #80 from dualspiral/fix/reset-on-first Andrew Steinborn 2018-09-13 16:09:51 -0400
  • 53603803e7
    Merge pull request #84 from Leymooo/force-offline Andrew Steinborn 2018-09-13 16:01:54 -0400
  • 961757b481 fix compile Leymooo 2018-09-13 23:00:12 +0300
  • 7e8b1fb6a5
    Merge pull request #82 from Leymooo/force-offline Andrew Steinborn 2018-09-13 15:49:03 -0400
  • bcbf4cfd5f Only send FML/FML|MP plugin messages if the player has joined the server. Daniel Naylor 2018-09-13 10:33:27 +0100
  • ab59299620 Refactor PreLoginComponentResult Leymooo 2018-09-13 10:16:10 +0300
  • c3fd559ac2 ServerPreConnectEvent#getInfo -> getServer kashike 2018-09-12 22:41:51 -0700
  • b24418bfee
    Merge pull request #79 from Leymooo/force-offline Andrew Steinborn 2018-09-12 20:22:26 -0400
  • 6196f94adf I think we dont need this comment Leymooo 2018-09-12 16:28:34 +0300
  • f10e9ac8e4 Don't fire a FML reset packet on first login, set it as required for the second join after the first. Daniel Naylor 2018-09-12 10:21:28 +0100
  • bc86a12c57 expand PreLoginComponentResult with force offline mode Leymooo 2018-09-12 11:43:33 +0300
  • ab2c887e2c
    Merge pull request #73 from Leymooo/post-login Andrew Steinborn 2018-09-11 19:12:44 -0400
  • d2b4b77134 Allow to edit GameProfile properties. Leymooo 2018-09-11 19:00:34 +0300
  • 79bb43468f remove @NonNull, revert reindentation Leymooo 2018-09-11 17:42:24 +0300
  • 74bf246c39 Add PostLoginEvent. Resolve #72 Leymooo 2018-09-11 16:15:54 +0300
  • f9a98ae41c
    Merge pull request #70 from dualspiral/bugfix/reset-packet Andrew Steinborn 2018-09-10 15:00:18 -0400
  • df637cd598 Ensure the reset packet is not sent when Forge isn't expecting it. Daniel Naylor 2018-09-10 18:12:01 +0100
  • 56a50c60b5 Add missing readable check Andrew Steinborn 2018-09-09 15:05:27 -0400
  • 46aa8efb35 Improve reliability of varint decoder. Andrew Steinborn 2018-09-09 14:37:43 -0400
  • f2e3b5c7ec Increase plugin channels limit Andrew Steinborn 2018-09-09 14:20:46 -0400
  • 54c3c37064 Update note about Forge support [ci skip] Andrew Steinborn 2018-09-08 02:14:52 -0400
  • 0b1f95147a Implment simple backpressure support Andrew Steinborn 2018-09-08 01:00:21 -0400
  • 8d045c9140 Bump versions of Gradle, log4j, and Netty. Andrew Steinborn 2018-09-08 00:32:53 -0400
  • f75a51638c Enable TCP_NODELAY on Minecraft proxy connections too Andrew Steinborn 2018-09-07 23:29:49 -0400
  • 5dbf8f1736 Include modlist in toBuilder() Andrew Steinborn 2018-09-07 23:23:53 -0400
  • a62238d073 Allow toggling announcing Forge support on and off Andrew Steinborn 2018-09-07 18:18:38 -0400
  • 3eca6e9df1 Mark Velocity as a modded server on the server list Andrew Steinborn 2018-09-07 18:09:28 -0400
  • be9547612f Misc code cleanup Andrew Steinborn 2018-09-07 17:54:59 -0400
  • a66246b83c
    Merge pull request #65 from dualspiral/feature/forge-handshake-support Andrew Steinborn 2018-09-07 17:49:52 -0400
  • f8a3f24d6b Make sure to always forward on keep-alives from the client Andrew Steinborn 2018-09-07 16:35:36 -0400
  • 30baee84bd Add the same check to ClientPlaySessionHandler Andrew Steinborn 2018-09-06 16:11:44 -0400
  • 51a85d372b Add hasCompletedJoin() check as suggested Andrew Steinborn 2018-09-06 16:09:13 -0400
  • e86968e899 Don't forward most packets while join is still in progress Daniel Naylor 2018-09-06 19:38:50 +0100
  • 7a5857a0b2 Modded clients can connect to vanilla servers again. Modded to modded seems to need some work still... Daniel Naylor 2018-09-06 19:15:18 +0100
  • 10da7daf1d Send the FML marker if we are not performing legacy forwarding. Daniel Naylor 2018-09-05 19:19:37 +0100
  • 9888f6f6f0 First attempt at getting Forge working nicely with Velocity. Daniel Naylor 2018-09-05 19:08:29 +0100
  • 5a424f5cbb Include version in boot message Andrew Steinborn 2018-09-04 01:39:51 -0400
  • 5e0b13edcd Enhance config checks. Andrew Steinborn 2018-09-04 01:37:08 -0400
  • d2133bf0b4 Javadocs here Andrew Steinborn 2018-09-04 01:32:50 -0400
  • 108996fc1f Missed this Andrew Steinborn 2018-09-04 01:13:06 -0400
  • 69e88ca6fd Adds KickedFromServerEvent. Fixes #49 Andrew Steinborn 2018-09-04 01:12:20 -0400
  • c021eb2020 Don't output ProtocolVersion toString() in decode errors Andrew Steinborn 2018-09-04 00:50:24 -0400
  • c5dcfb1ba6 Prettier, conciser, and more useful ProtocolVersion#toString() Andrew Steinborn 2018-09-03 23:45:11 -0400
  • c30cc66461 Test logic when exception is thrown in thread Andrew Steinborn 2018-09-03 23:30:18 -0400
  • 3b5d20e62d Include git revision and build number Andrew Steinborn 2018-09-03 21:02:11 -0400
  • 01be081bda Update link to Velocity repo Andrew Steinborn 2018-09-03 15:01:18 -0400
  • c520e04ac8 [BREAKING] PluginMessageEvent instead Andrew Steinborn 2018-09-02 20:50:24 -0400
  • db1b19dcd6 Remove unused scoreboard API Andrew Steinborn 2018-09-02 18:07:31 -0400
  • ff0f83b375 Add getBoundAddress() for NuVotifier Andrew Steinborn 2018-09-02 16:34:25 -0400
  • 3791283860 Gracefully handle offline-mode login attempts on online-mode. Andrew Steinborn 2018-09-01 14:07:07 -0400
  • 561df4e9b2 Avoid running tasks we need for later Andrew Steinborn 2018-08-31 21:34:00 -0400
  • 19c4c300e5 Okay, really? Andrew Steinborn 2018-08-31 16:59:15 -0400
  • 576c63893f Make sure Jenkins doesn't run deploy jobs for different branches Andrew Steinborn 2018-08-31 16:57:37 -0400
  • d7e18b2cb1 Make channels case-insensitive because NuVotifier uses a mixed-case name Andrew Steinborn 2018-08-31 15:27:11 -0400
  • d3a14721bc Fix typo that forced modern forwarding on. Andrew Steinborn 2018-08-31 15:26:44 -0400
  • e86b2b711b
    Merge pull request #61 from Leymooo/config Andrew Steinborn 2018-08-31 13:38:55 -0400
  • 57ccb6eec2 Allow using a '\n' in config. Create a method to generate a random string. Leymooo 2018-08-31 20:36:10 +0300
  • b201d82a31 cleanup Leymooo 2018-08-31 16:50:14 +0300
  • d743c8b5a1 Merge branch 'master' of https://github.com/astei/velocity into config Leymooo 2018-08-31 16:38:28 +0300
  • ded384bbaa
    Merge pull request #62 from Leymooo/logger Andrew Steinborn 2018-08-30 15:35:46 -0400
  • 182c117dc5 Shutdown logger to flush queue before call a System#exit Leymooo 2018-08-30 14:34:30 +0300
  • a9c4d1d88b Make the velocity generate a default config Leymooo 2018-08-29 15:54:13 +0300
  • b7725a7764 More sane shutdown code. Andrew Steinborn 2018-08-28 21:27:03 -0400
  • 5773fe240b Use a HashSet here as it is more appropriate for the situation. Andrew Steinborn 2018-08-28 21:24:49 -0400
  • 7e215e3c4f CfgKey -> ConfigKey Leymooo 2018-08-28 15:52:32 +0300
  • 64fadc436b Refactor VelocityConfiguration to better support for config upgrades Leymooo 2018-08-27 19:25:36 +0300
  • 2c7dfaaaf9 Allow config upgrading. Add annotations with reflection Leymooo 2018-08-27 19:25:36 +0300
  • 6f8dae3a7e Removed all references to the static VelocityServer instance. Andrew Steinborn 2018-08-27 00:45:00 -0400
  • fead4783af Another misc cleanup for bossbars. Andrew Steinborn 2018-08-27 00:25:39 -0400