1. ad020ec Fix wrong packet format for 1.8 brewing #562 by Myles · 8 years ago
  2. df3be30 Send the chunkbulk packets immediately. Fixes #535 by Matsv · 8 years ago
  3. 8e3b8cb Update ViaCommandHandler.java (#558) by Gianluca Falcomer · 8 years ago
  4. ff15545 Fixed 1.7 UUID, oops. Thanks @MineTheCube by Myles · 8 years ago
  5. b15c93c Use length for UUID compat as contains is expensive by Myles · 8 years ago
  6. 071b42c Fix 1.7.2 support when used with ProtocolSupport by Myles · 8 years ago
  7. 304f9b3 Send empty metadata flags on server switch to prevent an Elytra glitch on 1.8 fixes #555 by Matsv · 8 years ago
  8. c817a0e Add null check to hand patch by Myles · 8 years ago
  9. 744252d Don't handle null users by Myles · 8 years ago
  10. 9186361 Change ConcurrentHashMaps to just Maps for Java 7 support by Myles · 8 years ago
  11. bf01c9e Fix getting connection twice by Myles · 8 years ago
  12. bee260e Ignore null users by Myles · 8 years ago
  13. 2181199 Correct elytra dropping, fixes #545 by Myles · 8 years ago
  14. a2809f8 Add count to /viaver list, #540 by Myles · 8 years ago
  15. 95f2b59 This is billy, he got lost on his way to the last commit, apologies. by Myles · 8 years ago
  16. fa348fb Fix villager trading on 1.11 #534 by Myles · 8 years ago
  17. d277701 Ignore if the setMainHand doesn't exist by Matsv · 8 years ago
  18. 9b7f68a Store the mainHand and change it on serverChange for Bungee, fixes #536 by Matsv · 8 years ago
  19. 7e837ef Ensure we don't save and load config at same time by Myles · 8 years ago
  20. eb78fe4 Better flexibility with number loading by Myles · 8 years ago
  21. 689f0fd Back to the snapshots by Matsv · 8 years ago
  22. 32316cf Fix character limit to 100 for messages, #530 by Myles · 8 years ago
  23. d450c9b 1.11 and bump version by Matsv · 8 years ago 1.0.0
  24. 622673d Small javadoc tweaks by Myles · 8 years ago
  25. 1209beb Allow servers to manually be probed with API by Myles · 8 years ago
  26. f4eeb94 Better support for malformed json packets #528 by Myles · 8 years ago
  27. fac7eab Prepare for 1.0.0 by Myles · 8 years ago
  28. e430bfc Fix uninjection when different handler order by Myles · 8 years ago
  29. dd55cc3 Merge branch '1.11-DEV' of https://github.com/MylesIsCool/ViaVersion into 1.11-DEV by Matsv · 8 years ago
  30. 9937a17 Use the correct platform name and version for Sponge by Matsv · 8 years ago
  31. 1c58404 Use logger instead of System.out by Myles · 8 years ago
  32. 10a2df5 Use plugin description from project pom.xml and fix sponge. by Myles · 8 years ago
  33. 1bec3cf Change the metadata transformer fail message by Matsv · 8 years ago
  34. 4142797 Implement PlatformVersion for better dump output by Matsv · 8 years ago
  35. 68fc884 Change the platform name to the full name that includes the version by Matsv · 8 years ago
  36. 2872bdd Update the snapshot comment to 1.11-pre1 by Matsv · 8 years ago
  37. 7d29a0c 1.11-pre1 by Matsv · 8 years ago
  38. dd6423d Remove event-based commandblock listeners by Matsv · 8 years ago
  39. 52bbf1a Handle the actionbar packet change by Matsv · 8 years ago
  40. cfaded6 Make CommandBlocks work on BungeeCord with 1.8.8 child servers by Matsv · 8 years ago
  41. 69e444f Fix Bungee constant entity ids by Matsv · 8 years ago
  42. c896ed5 Move the Bungee server switch handler to an event instead of inside the encoder, this will also make ViaBackwards work correctly by Matsv · 8 years ago
  43. 9f8456a 16w43a compatibility by Myles · 8 years ago
  44. bd11c98 Better support for ChannelInitializer detection (incase they do something funny, fixes latest PS dev) by Myles · 8 years ago
  45. 55fccba Support for new PS when package isn't found by Myles · 8 years ago
  46. 7835424 Update sounds to 16w42a by Matsv · 8 years ago
  47. 2424057 Translate messages from legacy, fix #521 by Matsv · 8 years ago
  48. b6dbe82 Fix lower version support (default to client version if we can't port it instead of server) #519 by Myles · 8 years ago
  49. f92b7e5 Tell ProtocolSupport to decode MINECRAFT_FUTURE packets using the default decoder (for 1.9.4) by Max Qian · 8 years ago
  50. 8093c42 WIP fix, ping works but it still doesn't connect by Myles · 8 years ago
  51. 839d46f Merge remote-tracking branch 'upstream/1.11-DEV' into 1.11-DEV by Matsv · 8 years ago
  52. de0b9a2 16w42a by Matsv · 8 years ago
  53. c3bd45c Better naming for version info by Myles · 8 years ago
  54. c4bab6c Optimise reflection in some cases where method isn't cached. by Myles · 8 years ago
  55. f33d225 Merge branch 'master' into 1.11-DEV by Myles · 8 years ago
  56. 9ccbdb6 Fix #515 Disconnect Message not being fixed json by Myles · 8 years ago
  57. e900892 Revert "Add json fixing to login disconnect #515" by Myles · 8 years ago
  58. 301e84d Add json fixing to login disconnect #515 by Myles · 8 years ago
  59. 5aad330 16w41a by Matsv · 8 years ago
  60. d30bbcd 16w40a by Matsv · 8 years ago
  61. 003197b Change circle.yml to java 8 since Sponge uses Java 8 by Matsv · 8 years ago
  62. a3e15bc Use correct tags for javadocs by Myles · 8 years ago
  63. e430262 Move sponge-legacy up by Matsv · 8 years ago
  64. f100f6e Rename Snapshot to 1.11 by Matsv · 8 years ago
  65. 8ae2842 Merge pull request #509 from MylesIsCool/modular by Mats · 8 years ago
  66. 54be03b Merge branches '1.11-DEV' and 'modular' of https://github.com/MylesIsCool/ViaVersion into modular by Matsv · 8 years ago
  67. 27fc4dd Rewrite sounds, thanks @Pokechu22 for open-sourcing your forks of Hamburglar & Burger Vitrine :) by Matsv · 8 years ago
  68. 2a1f0f8 Move Sponge to API 5, add legacy support module by Myles · 8 years ago
  69. 64cde13 Ensure order is kept with maps & yaml (as well as concurrency with maps) by Myles · 8 years ago
  70. 7d23b12 Implement the UpdateListener for Bungee by Matsv · 8 years ago
  71. 4b3f757 Rename scan servers to probe by Myles · 8 years ago
  72. d0e7f05 Remove commented line by Myles · 8 years ago
  73. 21c957b Config for protocol versions Also make config concurrent by Myles · 8 years ago
  74. 3fe25f6 Fix another infinite loop, @MylesIsCool and I are great at creating them ;) by Matsv · 8 years ago
  75. 3354a46 Remove some more debug messages by Matsv · 8 years ago
  76. 975743c Merge branch 'modular' of https://github.com/MylesIsCool/ViaVersion into modular by Matsv · 8 years ago
  77. d3b2149 Add server info to the dump (#505) by Matsv · 8 years ago
  78. eb8065a Tab complete for bungee by Myles · 8 years ago
  79. 7d35489 Fix 16w39c by Matsv · 8 years ago
  80. 3de961f Remove infinite loop by Matsv · 8 years ago
  81. 59620f7 Add a command to force search versions @ Bungee by Matsv · 8 years ago
  82. ba3aa45 Remove some debug messages that prevent Jenkins from building. by Matsv · 8 years ago
  83. 8445a6d Fix wrong handling if the client and child server have the same protocol id by Matsv · 8 years ago
  84. f53c8c6 Fix Bukkit config NPE, only change the protocol id if ViaVersion can support it and support unsupported Bungee protocol ids (Not working correctly yet) by Matsv · 8 years ago
  85. b4976bd Merge branch 'modular' of https://github.com/MylesIsCool/ViaVersion into modular by Myles · 8 years ago
  86. ec848d7 Reflection for Bungee stuffs by Myles · 8 years ago
  87. 8c03a29 Merge branch 'modular' of https://github.com/MylesIsCool/ViaVersion into modular by Matsv · 8 years ago
  88. 65a6e25 Remove debug message by Matsv · 8 years ago
  89. 178b625 Merge branch 'modular' of https://github.com/MylesIsCool/ViaVersion into modular by Myles · 8 years ago
  90. 152993f Get bungee protocol version detection working. Still some odd issues. by Matsv · 8 years ago
  91. ca246f9 Merge branch 'modular' of https://github.com/MylesIsCool/ViaVersion into modular by Matsv · 8 years ago
  92. f1d53bb Start working on Bungee protocol id detection. by Matsv · 8 years ago
  93. 30950a7 Don't include guava in the jar & go for lower version for bukkit compatibility by Myles · 8 years ago
  94. 305f6b7 Implement Hand Item Cache for Sponge by Myles · 8 years ago
  95. 313b794 Merge branch 'modular' of https://github.com/MylesIsCool/ViaVersion into modular by Matsv · 8 years ago
  96. 7031d43 Implement 1_11 entity / parent class structure and patch holograms the other way around! Thanks for fixing Mojang :-) #482 by Matsv · 8 years ago
  97. 655e14b Make dumping pretty print + add Bungee dumping by Myles · 8 years ago
  98. f881f3d Merge branches '1.11-DEV' and 'modular' of https://github.com/MylesIsCool/ViaVersion into modular by Matsv · 8 years ago
  99. 4d3302a Support for 16w39c by Matsv · 8 years ago
  100. b2df970 Implement removePortedClient on Bungee by Matsv · 8 years ago