1. d152b8b Merge branch 'master' into apiv2 by Myles · 9 years ago
  2. 1fbd561 Oops, fix 1.8 clients by Myles · 9 years ago
  3. a8295c9 Merge pull request #254 from Matsv/ifremoveifremoveif by Myles · 9 years ago
  4. e894a3c Remove unnecessary if statement, this is always true. by Mats · 9 years ago
  5. a2f8f28 Fix memory leak, add command. Merge from master by Myles · 9 years ago
  6. 704c876 One line of code can make holes in the world, one line can fix them. (Fixes packet mem leak, also adds useful secret displayleaks command :) ) by Myles · 9 years ago
  7. 0233e2a Merge pull request #250 from HugoDaBosss/apiv2 by Myles · 9 years ago
  8. 5ae8a35 Change protocol constants to final fields by BuildTools · 9 years ago
  9. ed766eb Merge pull request #247 from HugoDaBosss/apiv2 by Myles · 9 years ago
  10. b1b35fe Bump version by Myles · 9 years ago 0.6.6
  11. 9b6a9fc Small optimization for armor searching by HugoDaBosss · 9 years ago
  12. 615128e Bongo bongo bongo by Myles · 9 years ago
  13. 8f3b938 Update readme so I don't forget by Myles · 9 years ago
  14. 625a1d2 Eventually we should have some sort of handler for this, but this is fine for now by Myles · 9 years ago
  15. 8a35c02 Move everything into the right package. by Myles · 9 years ago
  16. 69e8ddc Update to match master and all current fixes by Myles · 9 years ago
  17. ce8a504 Merge from other branch to ensure we don't have to redo some of these patches by Myles · 9 years ago
  18. 11f3844 Use GSON instead, should fix memory leak issue with JSON. Also make sure that we use a copy of players for the bossbar. by Myles · 9 years ago
  19. 56d5f8e Add protocol registry. by Myles · 9 years ago
  20. 7a98cdd Remove more debug code by Myles · 9 years ago
  21. d40c585 Merge pull request #239 from Matsv/master by Mats · 9 years ago
  22. ccda9f1 Remove some debug info, make it so StoredObject protects user. by Myles · 9 years ago
  23. 7e133a0 Include UserConnection in StoredObject by Myles · 9 years ago
  24. d0e5736 Add api method to get player's protocol id, by Mats · 9 years ago
  25. 2197b93 Implement ItemRewritter by Myles · 9 years ago
  26. 0d3ba67 Remove compress / decompress, rethrow errors if they occur from another handler, Fixes #233 by Myles · 9 years ago
  27. 9d57521 Bump Version by Myles · 9 years ago 0.6.5
  28. d98d4ff Merge pull request #236 from Matsv/meta11 by Myles · 9 years ago
  29. 71e27b4 Merge pull request #232 from Matsv/dropcreative by Myles · 9 years ago
  30. f1354ed Merge pull request #231 from Matsv/effect by Myles · 9 years ago
  31. 4d82112 Discountinue metadata 11. by Mats · 9 years ago
  32. ba5a44d Remove debug message by Mats · 9 years ago
  33. 597ddc7 Throw items when you try to put things in your second hand in creative. by Mats · 9 years ago
  34. 6a7bd20 Make it possible to use the new effect indicators in 1.9 by Mats · 9 years ago
  35. 722f28f Merge pull request #228 from Matsv/slp by Myles · 9 years ago
  36. daed15d Make compatible with ServerListPlus custom outdated message. Fix #227 by Mats · 9 years ago
  37. c300c47 Implement Optional UUIDs Implement Meta Rewriting Implement Type Converters by Myles · 9 years ago
  38. 89427cb PacketWrapper now has an ID attached and can be reset so that it can be read from stored values. by Myles · 9 years ago
  39. fce7f17 Add packet cancelling, implement quite a few of the todo's by Myles · 9 years ago
  40. 0357d8e Implement Partial Types (Types which require constructing with info), Implement Items, Implement NBT, add exceptions so they go down the tree! by Myles · 9 years ago
  41. 5533594 Update apiv2 to match master by Myles · 9 years ago
  42. c0b2985 Just a reminder :) by Myles · 9 years ago
  43. 91ae599 Almost forgot response handler woops, also allow PacketWrapper to be modifier :) by Myles · 9 years ago
  44. 33f1a89 Another quite big update: by Myles · 9 years ago
  45. 7cfba0b Merge pull request #210 from Matsv/fixarmortjes by Myles · 9 years ago
  46. 9b28129 Using PacketType as a checklist, implement most of the base outgoing packets. by Myles · 9 years ago
  47. 78ab7c8 Fix #209 woops my fault by Mats · 9 years ago
  48. 669ec3f Merge pull request #208 from Matsv/drop by Myles · 9 years ago
  49. dd32b46 Remove unused imports by Mats · 9 years ago
  50. 7daa431 Drop spacehq MC protocol since it's no longer used by Mats · 9 years ago
  51. 89d5f2c Merge pull request #207 from Matsv/armorattfix by Myles · 9 years ago
  52. 53fb753 Fix armor not showing on Respawn (With keepinventory true) & world change by Mats · 9 years ago
  53. 81d89d3 Rename methods in UserConnection, add new PacketHandler. by Myles · 9 years ago
  54. 469d81d Merge pull request #206 from Matsv/cmdfix by Myles · 9 years ago
  55. 7d7f5a0 Fix unable to open commandblock after respawn/world change by Mats · 9 years ago
  56. 9954195 Merge pull request #205 from Matsv/master by Myles · 9 years ago
  57. 62d210d Fix commandblocks not able to change command on every-tick commandblock update by Mats · 9 years ago
  58. e19a292 API: Work towards rewriting metadata, (This is nowhere near finished and I need to work on Item and NBT), Also change the names of a few classes to be more appropriate and implement transformation of the doubles. by Myles · 9 years ago
  59. 8d2189c Bump versions by Myles · 9 years ago 0.6.4
  60. 44a0448 Fix ServerConnection #198 by Myles · 9 years ago
  61. 4f13336 Add limitation to NBT data, we'll stick with this for now. I don't see this easily being beaten. by Myles · 9 years ago
  62. 7c66507 Merge pull request #200 from lenis0012/chunks by Myles · 9 years ago
  63. e436988 transform chunk bulk packets by Lennart ten Wolde · 9 years ago
  64. 8b65efc Implement new chunk transformer by Lennart ten Wolde · 9 years ago
  65. 7cff20f Intitial APIv2, this does not work. Type conversion is not implemented, as well as quite a few things, most things will probably change. by Myles · 9 years ago
  66. 1315171 Change README by Myles · 9 years ago
  67. ae2592f Update to 1.9.1 PRE 2 :) by Myles · 9 years ago
  68. c009827 Merge pull request #192 from HugoDaBosss/optimize2 by Myles · 9 years ago
  69. afe1837 Optimize packet searching by HugoDaBosss · 9 years ago
  70. 5ac61fa Must of missed this ;) 0.6.3 in desc by Myles · 9 years ago
  71. 3511f9a Optimized packet searching by HugoDaBosss · 9 years ago
  72. e3f7493 Merge pull request #191 from Matsv/master by Myles · 9 years ago
  73. a769599 Fix Bungeecord "Team viaversion already exists in this scoreboard" and might fix #86 by Mats · 9 years ago
  74. 5df8a1e Bump version by Myles · 9 years ago 0.6.3
  75. a3d124b Merge pull request #190 from lenis0012/master by Myles · 9 years ago
  76. 6d95af3 Add config wrapper to update config by Lennart ten Wolde · 9 years ago
  77. c08a38f Merge pull request #189 from lenis0012/master by Myles · 9 years ago
  78. 4a804ba fix metadata type mismatch & add anti-flicker by Lennart ten Wolde · 9 years ago
  79. fd42c7e Merge pull request #188 from lenis0012/master by Myles · 9 years ago
  80. 1af86d1 fixed default boss title by Lennart ten Wolde · 9 years ago
  81. 1b77e1c Fix BarAPI, (adds new metaindex, and change colour to be right and remove debug) by Myles · 9 years ago
  82. c42b935 Remove sync-chunks by Myles · 9 years ago
  83. ab8c8cd Merge pull request #187 from lenis0012/chunks by Myles · 9 years ago
  84. 83518b9 Make bossbar patch a configurable option by Myles · 9 years ago
  85. 1bf1e89 Merge pull request #186 from lenis0012/master by Myles · 9 years ago
  86. b1f0769 Add chunk handler to netty pipeline. FIxes #48 by Lennart ten Wolde · 9 years ago
  87. 319e793 Add support for 1.8 boss bars by Lennart ten Wolde · 9 years ago
  88. c9e1360 Version bump by Myles · 9 years ago 0.6.2
  89. c11ad79 Tiny cleanup allow it to be disabled via config and add lenis0012 to contributors <3 by Myles · 9 years ago
  90. 7b36a9d Merge pull request #185 from lenis0012/master by Myles · 9 years ago
  91. d5e9170 Manually perform idle updates. Fixed #160 #99 by Lennart ten Wolde · 9 years ago
  92. 47b447f Add the option to use a hologram patch to fix invisible holograms being in wrong place, by default disabled. by Myles · 9 years ago
  93. e2d27df Add another build server by Myles · 9 years ago
  94. 9a781d9 Bump version by Myles · 9 years ago 0.6.1
  95. fed36c9 synchronize all the things! by Myles · 9 years ago
  96. 463327c Bump version to 0.6.1 snapshot by Myles · 9 years ago 0.6.0
  97. b0050d4 Add config option for blocking and fix crash due to synchronization by Myles · 9 years ago
  98. a743895 Bump version to 0.6.0-SNAPSHOT by Myles · 9 years ago 0.5.9
  99. f65666b Better support for ServerConnection detection, and also adding injectors. (Basic late-bind support is now available, but does not work with ProtocolLib due to it injecting first.) by Myles · 9 years ago
  100. 3a21750 Merge pull request #179 from HugoDaBosss/master by Myles · 9 years ago