Archiviert
13
0

Commit graph

  • 2a729cfe2d Return an empty list instead of null when getting the player sample. Minecrell 2014-01-09 17:18:34 +0100
  • 3e7fe52681 Correctly modify player sample with hidden player counts. Minecrell 2014-01-09 16:45:05 +0100
  • 31b26fd0c5 Catch more serious errors in the plugin verifier. Kristian S. Stangeland 2014-01-08 14:53:03 +0100
  • 7e9860f4c0 ProtocolLib is working fine in 1.7.4 Kristian S. Stangeland 2014-01-02 15:59:31 +0100
  • a7cac0be7f Forgot to include the wrapper itself. Kristian S. Stangeland 2014-01-02 07:23:50 +0100
  • c06aeb2836 Add a quick and dirty wrapper for statistics maps. Kristian S. Stangeland 2014-01-02 07:23:27 +0100
  • 5c92a46cfa Correctly clone WrappedServerPing when the player count is hidden. Kristian S. Stangeland 2014-01-01 17:16:14 +0100
  • a0280a76d4 Merge pull request #36 from Minecrell/patch-1 Kristian S. Stangeland 2014-01-01 08:10:46 -0800
  • 14c69e294a Correctly handle wrapped server pings with no favicon. Minecrell 2014-01-01 16:29:21 +0100
  • a9f1ee48a9 Add the ability to hide the player count and maximum in ServerPing. Kristian S. Stangeland 2014-01-01 04:21:31 +0100
  • 3c5482f79b Optimize CompressedImage slightly, and construct from base64 PNG. Kristian S. Stangeland 2013-12-31 23:01:17 +0100
  • e0fed34fe4 Make it possible to look up the enum name of a PacketType. Kristian S. Stangeland 2013-12-30 15:25:34 +0100
  • 58c027f162 Print caught exceptions in debug mode. Kristian S. Stangeland 2013-12-29 11:58:54 +0100
  • 32758061a9 Increment to 3.1.1-SNAPSHOT Kristian S. Stangeland 2013-12-28 14:53:48 +0100
  • ce064643ff Bumping to version 3.1.0 Kristian S. Stangeland 2013-12-27 05:26:48 +0100
  • e56c0fec00 A possible fix for a rare but game-breaking deadlock. Kristian S. Stangeland 2013-12-24 02:15:22 +0100
  • 16dd2d5d1b Add support for legacy mod packet IDs (such as 211). May fix issue #32 Kristian S. Stangeland 2013-12-22 20:10:51 +0100
  • db8d08f602 Add a mechanism for printing debug reports. Kristian S. Stangeland 2013-12-22 17:31:31 +0100
  • d71bea9f8a Don't pass NULL to ConcurrentHashMap when reading or removing. Kristian S. Stangeland 2013-12-22 01:01:35 +0100
  • 5267e73311 Adding TinyProtocol to the example directory. Kristian S. Stangeland 2013-12-21 19:37:02 +0100
  • d62955dc71 Moving ItemDisguise to an examples folder. Kristian S. Stangeland 2013-12-21 19:17:06 +0100
  • af58dd8d03 Add the ability to look up PacketType from class. Kristian S. Stangeland 2013-12-19 04:45:30 +0100
  • acea92ef5c Switch to using PacketType in the built-in commands. Kristian S. Stangeland 2013-12-19 02:17:06 +0100
  • 6bd8bd2ca2 Handle plugin reloading properly, uninjecting all player channels. Kristian S. Stangeland 2013-12-17 16:45:01 +0100
  • 5805150d8c Call the updated player instance in the temporary player. Kristian S. Stangeland 2013-12-17 11:53:26 +0100
  • 9d972b90ac Update the player instance during PlayerLoginEvent as well. Kristian S. Stangeland 2013-12-17 11:07:44 +0100
  • 936e0f0e82 Actually fix the ServerPing wrapper. Kristian S. Stangeland 2013-12-15 22:54:59 +0100
  • aedd97dfef Ensure ProtocolLib functions in 1.6.4 and below. Kristian S. Stangeland 2013-12-14 19:17:48 +0100
  • 96f24167bb Don't synchronize with the main thread when registering async listeners Kristian S. Stangeland 2013-12-14 18:08:08 +0100
  • 88a2385b1e Set the correct option when calling optionAsync(). Kristian S. Stangeland 2013-12-14 17:49:51 +0100
  • f41efdec60 Make it possible to modify the player list in the ping packet. Kristian S. Stangeland 2013-12-14 17:35:29 +0100
  • a6f4aaa09a Fix a race condition we created while fixing another race condition. Kristian S. Stangeland 2013-12-14 16:32:12 +0100
  • b52ea72903 Don't override the network manager list unnecessarily. Kristian S. Stangeland 2013-12-14 05:02:43 +0100
  • 85d415de7c Correct a missing noEntryValue in Spigot. Kristian S. Stangeland 2013-12-14 04:39:12 +0100
  • 9b349299a0 Significantly reduce the possibility of a race condition. Kristian S. Stangeland 2013-12-14 04:05:12 +0100
  • c568481da3 Correctly clean up the old injection handler. Kristian S. Stangeland 2013-12-13 21:34:03 +0100
  • 74d83b3ed6 Add support for the latest build of Spigot. Kristian S. Stangeland 2013-12-13 20:35:00 +0100
  • e7273385cf Merge pull request #27 from ttaylorr/master Kristian S. Stangeland 2013-12-12 21:57:41 -0800
  • 517eeb9f3f Update Readme.md to include Java and YAML syntax highlighting Taylor Blau 2013-12-12 12:02:57 -0500
  • bec5706e33 Merge pull request #26 from YukonAppleGeek/master Kristian S. Stangeland 2013-12-11 03:33:14 -0800
  • d166baf721 Fix ConcurrentPlayerMap to use SafeCacheBuilder YukonAppleGeek 2013-12-10 16:36:56 -0800
  • 922fb94804 Added support for cloing ServerPing packets. Kristian S. Stangeland 2013-12-11 03:55:25 +0100
  • ee53fc0d5f Starting to add unit tests for PacketType. Kristian S. Stangeland 2013-12-10 22:57:43 +0100
  • 17a5b06577 Adding a new ChunkCoordIntPair wrapper. Kristian S. Stangeland 2013-12-10 22:35:29 +0100
  • 745a0846ea Bumping to 3.0.2-SNAPSHOT Kristian S. Stangeland 2013-12-10 19:43:24 +0100
  • 726374e7f5 Bumping to 3.0.1 Kristian S. Stangeland 2013-12-10 16:38:33 +0100
  • 9a07979733 Ensure the new style listener gets the correct GamePhase in 1.6.4. Kristian S. Stangeland 2013-12-10 16:38:23 +0100
  • c23e5c98f8 Release of 3.0.0 Kristian S. Stangeland 2013-12-10 16:27:46 +0100
  • ab0ef6d37c A couple of small last minute bug fixes. Kristian S. Stangeland 2013-12-10 16:27:30 +0100
  • 9b0d4294cb Adding a converter for block fields. Kristian S. Stangeland 2013-12-10 13:21:31 +0100
  • c3ae43c75f Added wrappers for every enum in the packets. Kristian S. Stangeland 2013-12-10 12:17:15 +0100
  • bdc739317b Added a wrapper for ServerPing fields. Kristian S. Stangeland 2013-12-09 23:09:08 +0100
  • e8759d0b72 Refactor the wrapper classes so they inherit from a common class. Kristian S. Stangeland 2013-12-09 13:46:41 +0100
  • 143ed2ff02 Moving accessor methods to a separate "Accessors" factory class. Kristian S. Stangeland 2013-12-09 12:03:30 +0100
  • b70c7fa775 Update the player reference (from TemporaryPlayer) as soon as possible. Kristian S. Stangeland 2013-12-09 00:02:44 +0100
  • 154d73ae51 Added the ability to read and modify server-side chat messages. Kristian S. Stangeland 2013-12-08 23:45:35 +0100
  • 1aaf272878 Don't attempt to inject closed channels. Fixes issue #23 Kristian S. Stangeland 2013-12-08 19:50:59 +0100
  • 20524c1c3c Don't catch any exceptions in the underlying decoder in ProtocolLib. Kristian S. Stangeland 2013-12-08 19:44:38 +0100
  • feae8dd400 Add some debug information to the mssing decoder/encoder exception. Kristian S. Stangeland 2013-12-08 14:37:50 +0100
  • be95fbc430 Only patch the encoder if it was found. Kristian S. Stangeland 2013-12-08 14:34:55 +0100
  • b947ed1193 Synchronize before attempting to modify thread-safe fields. Kristian S. Stangeland 2013-12-08 07:14:16 +0100
  • a74d2ca8bc Prevent cancelled packets from been cancelled over and over again. Kristian S. Stangeland 2013-12-08 00:51:46 +0100
  • fa55e2cb27 Remove any references to Guava in Minecraft. Kristian S. Stangeland 2013-12-07 19:52:02 +0100
  • 029b19d94c Run onPacketSending() on the main thread if not otherwise stated. Kristian S. Stangeland 2013-12-07 19:14:03 +0100
  • 4d11cfa8e8 It is an error to pass an empty type array. Kristian S. Stangeland 2013-12-07 17:39:06 +0100
  • 54ef43fae8 Added more constructors to PacketAdapter. Kristian S. Stangeland 2013-12-07 17:30:59 +0100
  • b6625e6e39 Don't extract a NetworkManager from a temporary player. Fixes #155 Kristian S. Stangeland 2013-12-07 17:22:50 +0100
  • 8be221ff2e Update the plugin version. Kristian S. Stangeland 2013-12-07 17:04:48 +0100
  • e44f02e1fa Reload the previous value in VolatileField when calling refreshValue() Kristian S. Stangeland 2013-12-07 00:56:45 +0100
  • d83655f2d3 Add the ability to print out every packet listener. Kristian S. Stangeland 2013-12-07 00:47:13 +0100
  • aa3600a337 Don't attempt to add NULL keys to a ConcurrentHashMap. Fixes #21 Kristian S. Stangeland 2013-12-06 23:07:56 +0100
  • 23ebcb47ab Align the packet types with spaces only, not TABs and spaces. Kristian S. Stangeland 2013-12-06 21:17:05 +0100
  • ba064f649f Depreciate everything in PacketTest. Kristian S. Stangeland 2013-12-06 20:22:05 +0100
  • 2a0e782725 Merge pull request #19 from DerFlash/testsFix Kristian S. Stangeland 2013-12-06 11:16:46 -0800
  • e064c1feb4 Adding legacy packets for older versions. Kristian S. Stangeland 2013-12-06 20:05:46 +0100
  • 99eda4beca Don't complain about NULLs in network marker. Kristian S. Stangeland 2013-12-06 18:10:22 +0100
  • d8df5a7667 Revert renaming "AdapterParameteters" to "AdapterParameters". Kristian S. Stangeland 2013-12-06 18:09:57 +0100
  • 6159507bb4 Attempting to add backwards compatibility for NetworkMarker. Kristian S. Stangeland 2013-12-06 18:02:26 +0100
  • 253a0cf2a6 Stay backwards compatible to Java 6 (getHostString() is available but protected in Java 6) DerFlash 2013-12-06 08:54:48 +0100
  • 92c8f21d5e Merge remote-tracking branch 'origin/master' Kristian S. Stangeland 2013-12-06 06:09:08 +0100
  • 3509702204 Wups, nothing to see here. Kristian S. Stangeland 2013-12-06 06:08:52 +0100
  • be2d6b205b Merge pull request #18 from Devil-Boy/master Kristian S. Stangeland 2013-12-05 21:02:28 -0800
  • 8eeb8645e7 Notify users of PacketListener about async server events. Kristian S. Stangeland 2013-12-06 05:56:02 +0100
  • 745c4054a3 Just a tiny correction for GameProfile Javadocs Devil Boy 2013-12-05 19:38:29 -0800
  • 7f4f2bb724 Fixed two typos in PacketType (didn't merge properly from thesbros) Devil Boy 2013-12-05 19:25:06 -0800
  • 84ce20f202 Added a GameProfile wrapper class. Kristian S. Stangeland 2013-12-06 02:31:50 +0100
  • 8e9c9951a9 Clear state related to a packet when its resent. Kristian S. Stangeland 2013-12-06 02:07:42 +0100
  • d746fcbf6c Merge pull request #17 with spelling corrections from devilboy. Kristian S. Stangeland 2013-12-06 01:38:34 +0100
  • e39310fbcc Use getProperty() instead of System.lineSeperator(). See pull #12 Kristian S. Stangeland 2013-12-06 01:25:33 +0100
  • 6c3a3e0ba2 Intercept server packets when they're scheduled in the main thread. Kristian S. Stangeland 2013-12-06 01:21:35 +0100
  • 29d71e05e4 Properly cancel written packets. Kristian S. Stangeland 2013-12-05 21:27:22 +0100
  • 7d8d8ead08 Fixed a few trivial spelling errors Devil Boy 2013-12-05 12:24:31 -0800
  • d42b4de6e9 Merge remote-tracking branch 'thesbros/master' Devil Boy 2013-12-05 12:04:09 -0800
  • a9dbca0bfb Renamed AdapterParmeteters to AdapterParameters Added a new .param(Plugin, PacketType...) method to replace deprecated Minor Javadoc edits Devil Boy 2013-12-05 11:55:00 -0800
  • be6d4fb720 Precreate the inputBuffers set, avoiding a trivial NPE. Kristian S. Stangeland 2013-12-05 20:51:28 +0100
  • 348019c1e1 Look for the correct client or server packet when we have the chance. Kristian S. Stangeland 2013-12-05 20:40:45 +0100
  • 9a658065e1 Another thesbros 2013-12-05 10:48:42 -0800
  • 79c1e81c02 Deprecated a method that was accepting packet IDs Fixed a small typo Devil Boy 2013-12-04 23:56:49 -0800
  • 8f408c2109 Rename PacketType members to be more like the new classes in Bukkit Kristian S. Stangeland 2013-12-05 08:21:42 +0100
  • f5e519eada Find the correct send packet method. Kristian S. Stangeland 2013-12-05 08:08:13 +0100