md_5 
							
						 
					 
					
						
						
							
						
						503b4827d9 
					 
					
						
						
							
							Fix bad formatting in EntityMap  
						
						
						
						
					 
					
						2020-01-24 13:18:09 +11:00 
						 
				 
			
				
					
						
							
							
								polo1k 
							
						 
					 
					
						
						
							
						
						eeb374798b 
					 
					
						
						
							
							#2710 : Store queue of pending keepalives  
						
						... 
						
						
						
						This allows the server to send them at a rate greater than the client reply time. 
						
						
					 
					
						2020-01-24 13:13:01 +11:00 
						 
				 
			
				
					
						
							
							
								Mystiflow 
							
						 
					 
					
						
						
							
						
						636c020772 
					 
					
						
						
							
							#2753 : Add configurable remote ping caching  
						
						
						
						
					 
					
						2020-01-24 10:48:50 +11:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						129884f44d 
					 
					
						
						
							
							Minecraft 1.15.2 support  
						
						
						
						
					 
					
						2020-01-22 08:00:00 +11:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						b70cb01413 
					 
					
						
						
							
							Add beta support for binding bungee to unix socket addresses  
						
						
						
						
					 
					
						2020-01-16 10:36:13 +11:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						85ea4c165b 
					 
					
						
						
							
							Remove redundant scheduled close, already channel closed by future.  
						
						
						
						
					 
					
						2020-01-14 19:06:14 +11:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						d20e622b7b 
					 
					
						
						
							
							Apply checkstyle to javadoc  
						
						
						
						
					 
					
						2020-01-05 11:25:56 +11:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						2f547f73f7 
					 
					
						
						
							
							Fix some javadoc warnings  
						
						
						
						
					 
					
						2020-01-05 11:17:11 +11:00 
						 
				 
			
				
					
						
							
							
								Janmm14 
							
						 
					 
					
						
						
							
						
						5f29e939b0 
					 
					
						
						
							
							#2720 : Send different log message for pings (vs login)  
						
						
						
						
					 
					
						2020-01-05 11:02:05 +11:00 
						 
				 
			
				
					
						
							
							
								Mystiflow 
							
						 
					 
					
						
						
							
						
						d2ceccd646 
					 
					
						
						
							
							#2725 : Various improvements to chat API  
						
						... 
						
						
						
						* More versatile ComponentBuilder system
    - Allow creating a builder without an initial component
    - Duplicate the parts when component is created
    - Add getter for 'parts'
* Added cursor API for more fluid component modifying
* Don't legacy convert Titles on 1.11 or newer
* Simplify plain and legacy text converting code
    - Shares the addFormat method between all superclasses
    - Duplicate code in TranslatableComponent moved in separate method 
						
						
					 
					
						2020-01-05 10:40:07 +11:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						065893b523 
					 
					
						
						
							
							Update Netty to 4.1.44.Final and remove usage of some deprecated methods  
						
						
						
						
					 
					
						2019-12-21 11:52:45 +11:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						4204fa2966 
					 
					
						
						
							
							Fix fishing hooks / spectral arrows after switching servers on 1.15.x  
						
						
						
						
					 
					
						2019-12-18 12:39:49 +11:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						1f24591a0d 
					 
					
						
						
							
							Minecraft 1.15.1 support  
						
						
						
						
					 
					
						2019-12-18 08:00:00 +11:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						4cccf53775 
					 
					
						
						
							
							Minecraft 1.15 support  
						
						
						
						
					 
					
						2019-12-11 08:00:00 +11:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						70038c9144 
					 
					
						
						
							
							Revert " #2714 : Remove unnecessary throws in ServerConnector"  
						
						... 
						
						
						
						This reverts commit 74a6aa32a2 
						
						
					 
					
						2019-12-05 12:28:21 +11:00 
						 
				 
			
				
					
						
							
							
								Janmm14 
							
						 
					 
					
						
						
							
						
						39ef20b298 
					 
					
						
						
							
							#2716 : Don't attempt to send kick packet during handshake phase  
						
						
						
						
					 
					
						2019-12-05 12:05:35 +11:00 
						 
				 
			
				
					
						
							
							
								Janmm14 
							
						 
					 
					
						
						
							
						
						74a6aa32a2 
					 
					
						
						
							
							#2714 : Remove unnecessary throws in ServerConnector  
						
						... 
						
						
						
						As ServerConnector's handle(PacketWrapper) method only checks whether packet.packet is null, its not necessary to cancel its execution by throwing CancelSendSignal. 
						
						
					 
					
						2019-12-05 10:24:20 +11:00 
						 
				 
			
				
					
						
							
							
								MrIvanPlays 
							
						 
					 
					
						
						
							
						
						9e76966e0f 
					 
					
						
						
							
							#2608,#2684: Add some missing translations to module commands  
						
						
						
						
					 
					
						2019-08-21 20:09:09 +10:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						450c33db64 
					 
					
						
						
							
							Formatting fixes  
						
						
						
						
					 
					
						2019-08-21 20:04:16 +10:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						34febec65f 
					 
					
						
						
							
							Increase outdated build delay to 8 weeks  
						
						
						
						
					 
					
						2019-08-10 10:51:26 +10:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						5c6bc183fd 
					 
					
						
						
							
							Minecraft 1.14.4 support  
						
						
						
						
					 
					
						2019-07-20 09:00:00 +10:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						fe2a39e4f1 
					 
					
						
						
							
							Minecraft 1.14.3-pre4 support  
						
						
						
						
					 
					
						2019-06-21 20:00:00 +10:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						8fda060611 
					 
					
						
						
							
							Minecraft 1.14.2 support  
						
						
						
						
					 
					
						2019-05-28 06:30:00 +10:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						3ec223ec94 
					 
					
						
						
							
							Minecraft 1.14.1 support  
						
						
						
						
					 
					
						2019-05-14 10:00:00 +10:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						086eb847ec 
					 
					
						
						
							
							#2631 : Fix incorrect types of fishing bobber and spectral arrow  
						
						
						
						
					 
					
						2019-05-01 18:00:08 +10:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						7d68335c1d 
					 
					
						
						
							
							Fix switching to servers with larger view distance  
						
						
						
						
					 
					
						2019-04-28 10:52:49 +10:00 
						 
				 
			
				
					
						
							
							
								killme 
							
						 
					 
					
						
						
							
						
						9bce83704a 
					 
					
						
						
							
							#2622 : Let ThrottleTest work independently of real time  
						
						
						
						
					 
					
						2019-04-25 20:57:03 +10:00 
						 
				 
			
				
					
						
							
							
								Zedadias Wick 
							
						 
					 
					
						
						
							
						
						4ca942b169 
					 
					
						
						
							
							#2626 : Correct entity metadata type values for 1.14-pre5.  
						
						... 
						
						
						
						Spawn Object packet now uses Entity IDs, not Object IDs, and is sent as a VarInt rather than Byte. 
						
						
					 
					
						2019-04-24 09:33:17 +10:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						af10f82d14 
					 
					
						
						
							
							Apply and enforce import ordering rules  
						
						
						
						
					 
					
						2019-04-23 15:23:40 +10:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						3f01748d75 
					 
					
						
						
							
							Minecraft 1.14-pre5 support  
						
						
						
						
					 
					
						2019-04-23 12:00:00 +10:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						52a125dded 
					 
					
						
						
							
							Add --help flag  
						
						
						
						
					 
					
						2019-03-17 12:43:12 +11:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						6d6fbb5efa 
					 
					
						
						
							
							Fix two minor formatting issues  
						
						
						
						
					 
					
						2019-02-17 10:13:24 +11:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						0d6f3ee374 
					 
					
						
						
							
							Make 1.13 command injection normal functionality  
						
						
						
						
					 
					
						2019-02-17 10:10:41 +11:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						28c82238d0 
					 
					
						
						
							
							Fix typo in previous commit  
						
						
						
						
					 
					
						2019-02-03 17:58:46 +11:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						1a06ebeee0 
					 
					
						
						
							
							#2599 : Remove connection throttle if proxy protocol in use  
						
						
						
						
					 
					
						2019-02-03 08:26:03 +11:00 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						29c093f83f 
					 
					
						
						
							
							#2586 : TabCompleteResponseEvent for 1.13  
						
						
						
						
					 
					
						2019-01-30 11:33:04 +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 
							
						 
					 
					
						
						
							
						
						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 
							
						 
					 
					
						
						
							
						
						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 
							
						 
					 
					
						
						
							
						
						02a65e34cf 
					 
					
						
						
							
							#2479 : Allow injection of BungeeCord commands to 1.13 with inject_commands option  
						
						
						
						
					 
					
						2018-12-20 10:41:18 +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 
							
						 
					 
					
						
						
							
						
						afef0ec1fe 
					 
					
						
						
							
							#2559 : Unresolved ServerIP causes disconnect  
						
						
						
						
					 
					
						2018-12-08 09:56:34 +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 
						 
				 
			
				
					
						
							
							
								md_5 
							
						 
					 
					
						
						
							
						
						1c5bff7ed7 
					 
					
						
						
							
							Minecraft 1.13.2 support  
						
						
						
						
					 
					
						2018-10-23 06:00:00 +11:00 
						 
				 
			
				
					
						
							
							
								NayXegp 
							
						 
					 
					
						
						
							
						
						41f8eb68c9 
					 
					
						
						
							
							#2529 : Use single legacy kicker instance for all channels  
						
						
						
						
					 
					
						2018-09-26 11:16:46 +10:00