Commit Graph

  • afa37505c5 Fix javadocs for java 8 doclint Jonas Konrad 2014-06-28 00:39:27 +02:00
  • a53b63720b Add a comment md_5 2014-06-26 19:24:05 +10:00
  • 348457f613 Quickly test SO_REUSEADDR md_5 2014-06-26 19:19:11 +10:00
  • fbb2f695b0 Show correct error when cannot bind query md_5 2014-06-26 19:08:05 +10:00
  • 350cbd7bb6 Merge pull request #1080 from RuriRyan/master md-5 2014-06-26 11:38:42 +10:00
  • 489242b1ef Fixed RemoteQuery, which broke with the Epoll update RuriRyan 2014-06-25 23:29:08 +02:00
  • 4ac117fb4c Actually include native code, thanks again @normanmaurer md_5 2014-06-25 18:21:59 +10:00
  • 500b0af782 [Performance] Attempt to use Netty's Epoll implementation on Linux. md_5 2014-06-25 18:14:50 +10:00
  • 2b304ecebc Close plugin log handlers on disable md_5 2014-06-24 18:22:35 +10:00
  • 81d83bdd8a Calling parent logger seems to work nowadays - closes #1071 md_5 2014-06-24 18:21:13 +10:00
  • b9f2f3cfae Add a getKeys method to the Configuration API md_5 2014-06-24 16:59:15 +10:00
  • 923aa05d4a Downgrade forced hosts errors to a warning log level md_5 2014-06-24 16:56:24 +10:00
  • e54388a5e0 Add matchPlayer API md_5 2014-06-23 17:26:30 +10:00
  • 59ba644623 Make IP command tabbable - closes #999 md_5 2014-06-23 17:16:14 +10:00
  • fbc69543fd Reset yaml locations on any error, closes #1007 md_5 2014-06-23 17:13:41 +10:00
  • 4d1f0cbb26 Added getKickedFrom() to ServerKickEvent. maciekmm 2014-06-22 17:11:27 +10:00
  • e849afbb23 Add simple address cache for those with slow or otherwise unresponsive DNS servers. md_5 2014-06-20 20:04:22 +10:00
  • 1a7efeabc4 Fix unregisterCommand(s) - second try Moehritz 2014-06-16 17:01:00 +02:00
  • f6e41c856c Closing all handlers on stop() Gabscap 2014-06-20 03:51:57 +02:00
  • 151344aaff Fix typo in unused readUnsignedByte method of MinecraftProtocol md_5 2014-06-20 19:26:34 +10:00
  • b167a45690 Revert "Reenable throttle since we only support 1.7+" md_5 2014-06-13 16:25:53 +10:00
  • 31bd836203 Write server name in ServerIP subchannel response. vemacs 2014-05-03 13:15:50 -06:00
  • 4dce37cd13 Prefix "BungeeCord > " to forwarded MC|Brand messages [Fixes #1038] Jonas Konrad 2014-06-01 14:54:46 +02:00
  • 107d6b011d Fix ServerPing NPE w/ String favicons xxyy 2014-05-25 18:10:42 +02:00
  • f23691df23 Reenable throttle since we only support 1.7+ md_5 2014-06-11 16:08:33 +10:00
  • 77f6930280 Mojang allows multiple status queries in a connection, we should too. md_5 2014-06-11 16:07:14 +10:00
  • 9604a9a31e Show 1.7.9 as supported version md_5 2014-06-11 16:05:07 +10:00
  • 91989564e5 Add method to get player's locale md_5 2014-06-11 16:03:00 +10:00
  • 3c938c03c7 Fix BaseComponent calling the wrong method when inheriting from another BaseComponent (Fixes #1049) Thinkofdeath 2014-06-08 13:07:42 +01:00
  • 9226df86f0 Lazy init vhost address. md_5 2014-05-31 18:46:35 +10:00
  • 00db351dd6 Deprecate tab list API - it will be removed in Minecraft 1.8 as the updates by Mojang render it useless. md_5 2014-05-25 09:19:34 +10:00
  • ad2ff54b76 Bump a few versions, should probably think about exposing the new EPollEventLoop. md_5 2014-05-15 17:07:31 +10:00
  • ece641da23 Change lobby to fallback in fallback_lobby translation. md_5 2014-05-03 17:31:19 +10:00
  • 2af8dac70c Pull up getFaviconObject to the API Jonas Konrad 2014-04-27 15:30:11 +01:00
  • 33a098f4ba Merge branch 'vemacs-master' Thinkofdeath 2014-05-01 11:00:12 +01:00
  • e4e01ccb55 Null check vemacs 2014-04-26 11:24:57 -06:00
  • 6c9e6abc9f Merge pull request #1004 from GunfighterJ/master thinkofdeath 2014-04-26 19:48:03 +01:00
  • 84c7e073e0 Grammar Nazi 2014 GunfighterJ 2014-04-26 13:44:59 -05:00
  • 9e46739343 Improve the CommandServer tooltip Thinkofdeath 2014-04-25 20:53:10 +01:00
  • 8fe72383a1 Merge pull request #1002 from yawkat/server-info-tostring thinkofdeath 2014-04-25 20:33:37 +01:00
  • a56bbe38b2 toString for BungeeServerInfo Jonas Konrad 2014-04-22 15:23:46 +02:00
  • 312a74c5f1 Close #963 - log remote ping errors to console, friendly message to clients. md_5 2014-04-19 19:48:43 +10:00
  • 71c86f9f90 Add ServerIP subchannel vemacs 2014-04-18 10:12:34 -06:00
  • 6475385f87 Use ProtocolConstants instead of raw protocol numbers Thinkofdeath 2014-04-16 14:57:09 +01:00
  • 6775b9230c Update Team packet's field names. unknown -> nameTagVisibility, unknown2 -> color Thinkofdeath 2014-04-16 14:43:36 +01:00
  • c8e6b6fd7a Add 'Combat Event' to 14w11a's EntityMap Thinkofdeath 2014-04-16 14:34:30 +01:00
  • bca3663a1f Add 'Camera' to 14w11a's EntityMap Thinkofdeath 2014-04-16 14:23:56 +01:00
  • f71272a1c0 Add 14w11a EntityMap support Thinkofdeath 2014-04-16 11:56:04 +01:00
  • ca7c755ecd Split up EntityMap into different protocol versions Thinkofdeath 2014-04-16 11:05:44 +01:00
  • 5a638f2290 Enable 14w11 support, changing servers is a bit iffy though due to EntityMap not being complete. md_5 2014-04-16 11:01:41 +10:00
  • 3715756be7 Update packets for MINECRAFT_14_11_a md_5 2014-04-16 10:48:40 +10:00
  • 1a1a51b38d Replace direction strings with concrete enums md_5 2014-04-16 10:28:07 +10:00
  • bc2b4db419 Replace literal numbers with usages of the ProtocolConstants class. md_5 2014-04-16 10:18:16 +10:00
  • 994a996981 Fix NPE while encoding when favicon was missing Jonas Konrad 2014-04-15 11:56:43 +02:00
  • e2eba52162 Revert "Revert "Implement Favicon API"" Jonas Konrad 2014-04-15 11:54:54 +02:00
  • 13decac4b9 Revert "Implement Favicon API" md_5 2014-04-15 15:08:03 +10:00
  • 7ebe5184a4 Clarify favicon.create javadoc md_5 2014-04-15 11:11:11 +10:00
  • b08f1995f6 Return most recent protocol version to 'unsupported' server lists md_5 2014-04-15 11:08:28 +10:00
  • a642346a2c Add method to get a connected player via their UUID Keir Nellyer 2014-04-09 20:25:15 +01:00
  • 18316eb5f8 Implement Favicon API Jonas Konrad 2014-04-15 11:05:20 +10:00
  • 3ced0b675d Implement Skin forwarding - YOU MUST UPDATE SPIGOT FIRST md_5 2014-04-15 10:38:15 +10:00
  • 66a70fef5b Add #983 - disabled commands for players only. md_5 2014-04-14 16:24:16 +10:00
  • dc2da29c16 Code format. md_5 2014-04-13 14:15:41 +10:00
  • 3b71a2b570 Fix ping decoding (Fixes #969) Thinkofdeath 2014-04-13 00:07:11 +01:00
  • 1aa5379030 Handle new clients pinging old versions (Fixes #972 and Fixes #969) Thinkofdeath 2014-04-12 10:16:58 +01:00
  • 153bca00be Fix 1.7.7 support Thinkofdeath 2014-04-10 13:34:08 +01:00
  • 747628f40c Remove @RequiredArgsConstructor from PlayerInfoSerializer as the javadoc fails to build with it Thinkofdeath 2014-04-09 21:01:33 +01:00
  • bf9521472b Support setting uuid's on ServerPing.PlayerInfo + fix plugins which don't provide a valid uuid. Thinkofdeath 2014-04-09 20:26:07 +01:00
  • 86ef046544 Pass the protocol version through when using ping pass through Thinkofdeath 2014-04-09 16:42:08 +01:00
  • cd518690fd Rewrite the spawn player packet's uuid to support skins on non ip-fowarded servers Thinkofdeath 2014-04-04 12:14:04 +01:00
  • 1d3adc5317 1.7.6-pre1 Support Thinkofdeath 2014-04-04 11:25:19 +01:00
  • 13848def72 Return a Users UUID as a UUID object whilst keeping support for returning as a String Keir Nellyer 2014-04-02 10:25:42 +01:00
  • a4dd0dba88 Allow 'softdepends' in plugin description Keir Nellyer 2014-03-31 15:28:18 +01:00
  • e025ad8ed7 Bump netty from 4.0.14 -> 4.0.17 md_5 2014-04-01 14:36:19 +11:00
  • 720f5df2f4 Use correct padding for UDP queries Alex Ivanov 2014-03-31 01:11:59 +03:00
  • 52bf6184c7 Don't disable find by default md_5 2014-03-30 15:53:57 +11:00
  • f7a5748464 Delay event loop initialization until after system properties are set. Closes #943 md_5 2014-03-29 15:21:04 +11:00
  • 61e3d27ae9 Add more Java versions to Travis md-5 2014-03-20 20:15:33 +11:00
  • 1bbbfdb0d5 Close #938 - re add our register channel manipulation md_5 2014-03-20 20:11:56 +11:00
  • a8584f81ed Merge pull request #935 from yawkat/fix-legacy-convert-npe thinkofdeath 2014-03-15 19:24:00 +00:00
  • 5ae2e24c84 Fix uppercase color codes Jonas Konrad 2014-03-15 20:19:48 +01:00
  • c29676e4fc Fix NPE when converting invalid color character from legacy text Jonas Konrad 2014-03-15 19:56:19 +01:00
  • 92ebce2ec6 Add TabCompleteEvent Jonas Konrad 2014-02-16 23:47:14 +01:00
  • 9cd7c1ac03 Add ProxyReloadEvent kamcio96 2014-02-28 22:44:48 +01:00
  • 924dcaab38 Move default server fallback md_5 2014-03-14 19:29:13 +11:00
  • 8502ab54c0 Revert "Fix #872 - use default server if forced host not found, OR force default is set." md_5 2014-03-14 19:27:51 +11:00
  • 3301c95066 Revert "Rejig forced hosts some more - closes #927" md_5 2014-03-14 19:27:46 +11:00
  • 49f4dcb5b7 Ensure we have the capacity to resize the buffer Thinkofdeath 2014-03-13 19:51:46 +00:00
  • 13d679e7d7 Correctly resize the spawn object packet Thinkofdeath 2014-03-13 19:30:27 +00:00
  • 72cadac76e Rejig forced hosts some more - closes #927 md_5 2014-03-13 13:32:48 +11:00
  • 227301ec73 Don't throw full exception on bad magic md_5 2014-03-13 07:40:12 +11:00
  • f2b0e3e3c3 Fixed config saving and value setting. Probably fixes #798 Maciej Mionskowski 2014-03-10 21:24:53 +01:00
  • 575a6b6ea0 Fix some errors related to disabling modules - #890 md_5 2014-03-11 15:16:52 +11:00
  • 5beafed279 Null check the locations.yml Map before changing into a CaseInsensitiveMap (Fixes #920) Thinkofdeath 2014-03-10 19:34:11 +00:00
  • 2a7ad3c2b2 Append/trim extra data for spawn object packets with a 0 id Thinkofdeath 2014-03-10 19:25:15 +00:00
  • 00352f585a Revert code which wasn't meant to be commited. md_5 2014-03-10 13:36:17 +11:00
  • 290e31b4c5 Update some depend versions, leaving netty for a later date when there aren't as many recent changes. md_5 2014-03-10 11:34:35 +11:00
  • 1fb7a3bf1d Fix #872 - use default server if forced host not found, OR force default is set. md_5 2014-03-10 11:23:26 +11:00
  • 52fbceec54 Fix client disconnects when a server goes down - #886 Jonas Konrad 2014-02-18 17:08:04 +01:00
  • e609145a0d Add module authors - closes #902 md_5 2014-03-10 11:13:49 +11:00