1. 41b80ad Shouldn't be here by Shevchik · 10 years ago
  2. 02f1fa3 Change deflater level to 1 (almost no change in compressed size when by Shevchik · 10 years ago
  3. ad3284d Bump version to release by Shevchik · 10 years ago
  4. 59e2d7e Update README by Shevchik · 10 years ago
  5. c0bbb90 Change version to dev. Add tab complete. Add block and item remapper control. by Shevchik · 10 years ago
  6. cf2c2be Change list command format by Shevchik · 10 years ago
  7. 62ded8a Magic values go away by Shevchik · 10 years ago
  8. edb2be7 Use switch case by Shevchik · 10 years ago
  9. 757acfb Should add support for bungeecord by Shevchik · 10 years ago
  10. 6066a85 1.5.2 decoder doesn't need a protocolversion by Shevchik · 10 years ago
  11. be9f77e Unify datawatcher serializer. Fix 1.5.2 datawatcher crashes. Fix by Shevchik · 10 years ago
  12. d6bd855 Update to spigot 1.8.3. Add API. Temporaly disable throttle tracker. by Shevchik · 10 years ago
  13. 1d80fce Shut down server when protocollib is being unloaded by Shevchik · 10 years ago
  14. d3dd405 Forgot to clamp for 1.7 too by Shevchik · 10 years ago
  15. eec0dd6 Clear watched entity list on respawn packet. Read 40 symbols of by Shevchik · 10 years ago
  16. f217e44 Remove debug message, close connection after responding to old ping. by Shevchik · 10 years ago
  17. 320197c Check for null player name. Some plugins can send tablist remove packet by Shevchik · 10 years ago
  18. 7e02769 Write packet properly by Shevchik · 10 years ago
  19. e644e3e Attemp to remap resource pack send for 1.7 clients by Shevchik · 10 years ago
  20. 9c8c70b Bump version by Shevchik · 10 years ago
  21. d148ff1 Fix NPEs in ThreadPlayerLookupUUID by Shevchik · 10 years ago
  22. 1eba7b3 Fix books by Shevchik · 10 years ago
  23. 443d3f2 Fix command blocks and books by Shevchik · 10 years ago
  24. 117b70c Bump to dev version by Shevchik · 10 years ago
  25. 94941aa Remove invalid scoreboard filter. Filter out horse inventory for 1.5.2. by Shevchik · 10 years ago
  26. 8c8a74d Bump version by Shevchik · 10 years ago
  27. 50ad520 Partially fix vehicle riing for 1.5.2 by Shevchik · 10 years ago
  28. 3510202 Remove properties and player list names on removal from tablist by Shevchik · 10 years ago
  29. 71ca953 Damn operation priority by Shevchik · 10 years ago
  30. 8ada6df Bump version by Shevchik · 10 years ago
  31. 1c60023 Fix run without protocollib by Shevchik · 10 years ago
  32. 5a94c32 Do not print exceptions by Shevchik · 10 years ago
  33. 3c0788d Rewrite intial decoder a bit by Shevchik · 10 years ago
  34. d02ea13 Rethrow the exception by Shevchik · 10 years ago
  35. f514d08 Check if channel is open too by Shevchik · 10 years ago
  36. ea95dcf Debug some unknown error by Shevchik · 10 years ago
  37. b6f7381 Bump version by Shevchik · 10 years ago
  38. 62601fe Apparently sometimes protocollib decoder does not exist for some reason by Shevchik · 10 years ago
  39. 101ca2d Do not patch encoder, we already use packets. Use methodhandle. by Shevchik · 10 years ago
  40. d58aba6 Not lowercase by Shevchik · 10 years ago
  41. 5975108 [EXPERIMENTAL] Rewrite to no longer store version in a hashmap. Instead by Shevchik · 10 years ago
  42. 6c6cb1e CHM takes too long some times. We better have some random disconnects by Shevchik · 10 years ago
  43. c59723d Bump version by Shevchik · 10 years ago
  44. b72113d Use CHM and prevent some possible mem leaks by Shevchik · 10 years ago
  45. 815e925 Use one timer by Shevchik · 10 years ago
  46. e4a616e Reset recipes by Shevchik · 10 years ago
  47. 1b9c234 Should be like this by Shevchik · 10 years ago
  48. 1368470 Support outdated ping protocol. Some server monitoring sites should really die. by Shevchik · 10 years ago
  49. 67b3b9e Don't print exception here by Shevchik · 10 years ago
  50. cf98677 Bring back 1.5.2 wait by Shevchik · 10 years ago
  51. 93686e6 Don't wait on 1.5.2 ping by Shevchik · 10 years ago
  52. 0c3e283 Operate with pipeline elements using their name by Shevchik · 10 years ago
  53. 1f76ac7 Fix villagers trade. Move minecraft objects utils to separate package by Shevchik · 10 years ago
  54. b43c246 No need to call set accessible every time by Shevchik · 10 years ago
  55. bcd55d6 Cache protocollib injector fields by Shevchik · 10 years ago
  56. 34e999d Implement login listeners from scratch to avoid using reflection by Shevchik · 10 years ago
  57. b851b18 Rewrite utils a bit by Shevchik · 10 years ago
  58. 9df82f0 Bump version by Shevchik · 10 years ago
  59. 5432b31 Fix 1.5.2 ping by Shevchik · 10 years ago
  60. cc7123c Format and clenup. Fix servebound custom payload packet. Fix anvil. by Shevchik · 10 years ago
  61. d16a6f5 Don't print exceptions and bump version by Shevchik · 10 years ago
  62. 9e666ba Convert json message to old type properly by Shevchik · 10 years ago
  63. fe3aa07 Fix signs input by Shevchik · 10 years ago
  64. ac60a40 Move tablist and properties storage to local storage which is only by Shevchik · 10 years ago
  65. f4f907c Get player from channel directly instead of storing it in the data storage by Shevchik · 10 years ago
  66. e803b3f Cleanup DataStorage properly by Shevchik · 10 years ago
  67. 0e00277 Use enummap by Shevchik · 10 years ago
  68. 20e1761 Use watched entities to check if teleported entity is tnt or falling by Shevchik · 10 years ago
  69. efc1123 Comment out map packet, it shouldn't be here yet by Shevchik · 10 years ago
  70. ecdbff4 Read data to separate buffer and release original one by Shevchik · 10 years ago
  71. 585b9bb A little better channel pipeline rebuild by Shevchik · 10 years ago
  72. 6254ca6 Throw exception, not the cause by Shevchik · 10 years ago
  73. 8bbd686 Format and clenup by Shevchik · 10 years ago
  74. fbaa5fb Add interafces for decoders and encoders to remove reflection overhead by Shevchik · 10 years ago
  75. 519cca1 Use our own packet decoders and encoders for 1.8 to simplify protocollib by Shevchik · 10 years ago
  76. 65f1d9c Rewrite initial decoder a bit by Shevchik · 10 years ago
  77. ae2626b Remap packet ice to snow for 1.5.2 because packed ice is not transparent by Shevchik · 10 years ago
  78. 2d1beb1 Catch ioobe on login too. Print connected protocol version. by Shevchik · 10 years ago
  79. 137e1b3 Remove staticstics handler, i'm not going to write a function that by Shevchik · 10 years ago
  80. ce99489 Transform disconnect packet for 1.5.2 and 1.6 by Shevchik · 10 years ago
  81. f7b695e Add watched entity to map even if we skip it by Shevchik · 10 years ago
  82. b29131e Add command to get entity by id for better debug by Shevchik · 10 years ago
  83. 1a747ee Inject new enchant table block, makes enchant tables work right after by Shevchik · 10 years ago
  84. 7659d4e Just skip spawning armor stand, too much people are using it for holograms. by Shevchik · 10 years ago
  85. 9af49a7 Fix heads skull owner nbt tag by Shevchik · 10 years ago
  86. 5b361e5 Check type, not id by Shevchik · 10 years ago
  87. 0b6337b Skip armor stands spawned by entity living packet by Shevchik · 10 years ago
  88. 46e669e Bump version by Shevchik · 10 years ago
  89. eeb05c5 Remap boat too by Shevchik · 10 years ago
  90. 0bc87fa Fix nametags remap for 1.5.2. Mojang changed almost everything >_<. by Shevchik · 10 years ago
  91. a3af7cf Use 31 as the key for datawacher object when datawatcher cannot send any data by Shevchik · 10 years ago
  92. e9ced7a Fix datawatcher filter for 1.5.2 by Shevchik · 10 years ago
  93. 215105e Faster way to split some packets by Shevchik · 10 years ago
  94. 9ad66df Catch throwable by Shevchik · 10 years ago
  95. f1e3136 Fix ender chest open by Shevchik · 10 years ago
  96. 8dc60d8 Reset reader index after scheduling task by Shevchik · 10 years ago
  97. 1a35bd0 Set version 4.4 by Shevchik · 10 years ago
  98. e3b69df Wait a bit before responding as 1.5.2 protocol. by Shevchik · 10 years ago
  99. cfa8c74 Fix invalid hardened clay remap for 1.5.2 by Shevchik · 10 years ago
  100. cc5a547 Remap potion and arrows effect data for 1.5.2 properly by Shevchik · 10 years ago