1. ca3206d The status is a varint (enum). (This didn't cause any errors (because by Shevchik · 9 years ago
  2. 85d2b86 Fix skeleton meta remapping by Shevchik · 9 years ago
  3. 1c5854b Merge pull request #298 from Zbob750/reloads by Shevchik · 9 years ago
  4. 2dc21a1 Use PlayerCommandPreprocessEvent to block reloads by Zach Brown · 9 years ago
  5. eaa254b Fix gameprofile serializer by Shevchik · 9 years ago
  6. 2ba19ac Fix enchantment skip by Shevchik · 9 years ago
  7. 42e76fd Should use api getconnection method by Shevchik · 9 years ago
  8. e87c78e If getting connection from player, try to get it from nms player first by Shevchik · 9 years ago
  9. 1ed3e1c Store and get connection from channel attrs when possible by Shevchik · 9 years ago
  10. b1495c8 Server ping response is a connection event now too by Shevchik · 9 years ago
  11. 5b2fb31 Replace readBytes vs readSlice where possible to avoid unneeded data copy by Shevchik · 9 years ago
  12. e419dff Non nms gameprofile serializer by Shevchik · 9 years ago
  13. 76f693b Separate method for getting protocolsupport. properties by Shevchik · 9 years ago
  14. 090066e [EXPERIMENTAL] Change injection method, it should work even if there are by Shevchik · 9 years ago
  15. c1ab681 ProtocolSupport::getProtocolVersion should return unknown protocol by Shevchik · 9 years ago
  16. 7c7da3d Cleanup by Shevchik · 9 years ago
  17. eb5f414 Replace nms ping responsse converter with own one. This completely by Shevchik · 9 years ago
  18. 80d7e67 No magic numbers by Shevchik · 9 years ago
  19. e5db522 Fix is null check for item transformer by Shevchik · 9 years ago
  20. 8a600c8 Fix missing itemstack read return by Shevchik · 9 years ago
  21. b1f3f64 Non nms minecraft encryption by Shevchik · 9 years ago
  22. e49c1ce Replace enumprotocol with own enum by Shevchik · 9 years ago
  23. f16b45e Keep moving and replacing nms imports. (MinecraftEncryption is not used yet) by Shevchik · 9 years ago
  24. f533228 Move some nms imports by Shevchik · 9 years ago
  25. e8de4d5 static itemstack wrapper create methods for readability by Shevchik · 9 years ago
  26. c6384bf Less nms imports in serializer by Shevchik · 9 years ago
  27. 62cfadf NBTTagList wrapper by Shevchik · 9 years ago
  28. 34dd877 Wrap all ioexceptions in encoder/decoder exceptions, remove throws by Shevchik · 9 years ago
  29. bf475bd Catch exceptions while handling packet sending/receiving from the api by Shevchik · 9 years ago
  30. 959c651 Fix boat steer transformer by Shevchik · 9 years ago
  31. 53cd3cb Connection event by Shevchik · 9 years ago
  32. 55029ba Fix one really dumb mistake. static field is one for all instances of by Shevchik · 9 years ago
  33. 19f8f44 Mark protocol version field as volatile just in case, Also do not cache by Shevchik · 9 years ago
  34. 031e1b0 Fix packet send api by Shevchik · 9 years ago
  35. 400c96e Cast packet first by Shevchik · 9 years ago
  36. e0aa11e Receive packets without waiting even if not in event loop. Sending by Shevchik · 9 years ago
  37. a3af51a Metadata get method by Shevchik · 9 years ago
  38. 06b4cb6 Add ability to add custom metadata to connection by Shevchik · 9 years ago
  39. c1198f5 Connection open and close events by Shevchik · 9 years ago
  40. 745ba8e sendPacket should skip packet listeners by Shevchik · 9 years ago
  41. 9d2bd1c Initialize connection on channel create. Add basic packet send/receive by Shevchik · 9 years ago
  42. 1bf40d0 Cleanup by Shevchik · 9 years ago
  43. b0acf41 Function interfaces by Shevchik · 9 years ago
  44. 55bf8e1 Separate handler for future minecraft versions that doesn't do packet by Shevchik · 9 years ago
  45. 2c2d7c4 Move close cleanup and exception logging to separate channel handler by Shevchik · 9 years ago
  46. 6e2a650 Fix missing channel close handling by Shevchik · 9 years ago
  47. 84359b1 Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git by Shevchik · 9 years ago
  48. 9dd6cd3 Use channel utils method to get network manager by Shevchik · 9 years ago
  49. 05a0e56 Implement blockstorage writer instead of using nms one by Shevchik · 9 years ago
  50. a6ce8d6 Cleanup by Shevchik · 9 years ago
  51. 1bac515 Recyclable default close method redirect by Shevchik · 9 years ago
  52. 81d16ab Recycle object only only makes sense for collections so move it there by Shevchik · 9 years ago
  53. a6fb5ae Add a way to recycle object and not internal objects for Recyclable, by Shevchik · 9 years ago
  54. 5627b69 No longer needed by Shevchik · 9 years ago
  55. 88b702c Now data transformers are separate channel handlers by Shevchik · 9 years ago
  56. 57c76fa Store packet id instead of writing it to data by Shevchik · 9 years ago
  57. 5a8c1ab Rename PacketCreator and PacketData by Shevchik · 9 years ago
  58. 4e820a9 Packet creator now creates raw bytebuf data which can be then fed to a by Shevchik · 9 years ago
  59. 9a110e2 Move connection out of the unsafe package by Shevchik · 9 years ago
  60. 2414cfc We have that field in MiddlePacket now by Shevchik · 9 years ago
  61. fecc4f3 Cleanup by Shevchik · 9 years ago
  62. 12767be Bump java version to 1.8. by Shevchik · 9 years ago
  63. 44e95c9 Reduce number of nms imports in api by Shevchik · 9 years ago
  64. 5e8e595 Receive inventory close packet instead of calling bukkit api for closing by Shevchik · 9 years ago
  65. 54a319c Merge local storage into shared storage and rename it into network data cache by Shevchik · 9 years ago
  66. baccbe3 Start error logger first by Shevchik · 9 years ago
  67. c20d39e Use connection instead of player in middle transformers. Rewrite packet by Shevchik · 9 years ago
  68. 9b39163 Connection API by Shevchik · 9 years ago
  69. 417fa58 Scale health for < 1.6 versions (they do not support attributes, so by Shevchik · 9 years ago
  70. 7cb4950 Merge pull request #290 from EntryPointKR/master by Shevchik · 9 years ago
  71. 08d3206 Fix null exception by EntryPoint · 9 years ago
  72. 7ddb990 Merge pull request #285 from EntryPointKR/master by Shevchik · 9 years ago
  73. b5bb59a Added space. by EntryPoint · 9 years ago
  74. aa9ce31 Support the legacy custom effect splash potion. by EntryPoint · 9 years ago
  75. d2434fa Fix custom payload serializer by Shevchik · 9 years ago
  76. 26d8b29 Fix update sign decode by Shevchik · 9 years ago
  77. a1dbd39 Remove recyclable serializer, doesn't worth it. by Shevchik · 9 years ago
  78. 9460c0c Change custom payload encode by Shevchik · 9 years ago
  79. 31dc0af Update readme by Shevchik · 9 years ago
  80. a8433f4 Warn about unsupported server version by Shevchik · 9 years ago
  81. b0b5654 Fix thrown potions metadata remap by Shevchik · 9 years ago
  82. 69aadcb No gravity meta copy for 1.10 by Shevchik · 9 years ago
  83. 13f8f4c Entity remapper registry for 1.10 by Shevchik · 9 years ago
  84. 44e34bf Use middle packets in 1.10 decoder by Shevchik · 9 years ago
  85. 07f2867 Encode 1.10 packets using middle packets. by Shevchik · 9 years ago
  86. f09aafd Merge network injectors by Shevchik · 9 years ago
  87. ba9705c Cleanup by Shevchik · 9 years ago
  88. 321d8c2 Remove todo, 1.8 can use 40 symbols scoreboard score names. by Shevchik · 9 years ago
  89. fc4bb17 Encode metadata to passed serializer instead of returning byte array by Shevchik · 9 years ago
  90. deee630 Implement noop packets for 1.4 by Shevchik · 9 years ago
  91. cf60d2a Implement noop packets for 1.5 by Shevchik · 9 years ago
  92. d252a7d Implement noop packets for 1.6 by Shevchik · 9 years ago
  93. 9925c6e Move packet encoders/decoders to pipeline package by Shevchik · 9 years ago
  94. c6ab8ea Implement noop transformers for 1.8 and 1.8 by Shevchik · 9 years ago
  95. 17771dd Implement all packets for 1.9 by Shevchik · 9 years ago
  96. 12b3aac Require packet encoders to always be present. Use noop encoders when no by Shevchik · 9 years ago
  97. 0de3732 Rename registry field by Shevchik · 9 years ago
  98. e8a0509 Move windowtype and use it for legacy id remapping by Shevchik · 9 years ago
  99. 8754d20 Implement and use 1.9 serverbound packets by Shevchik · 9 years ago
  100. 210ecd5 Rename decoders in preparation for full 1.9 decoder implementation by Shevchik · 9 years ago