summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/NetServerHandler.java
Commit message (Expand)AuthorAgeLines
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-29/+17
* Fix client crash on InventoryClick cancel. Fixes BUKKIT-1841H31IX2012-06-28-2/+0
* Don't send kick message if the message is empty. Fixes BUKKIT-1789Jake King2012-06-13-1/+1
* Fire PlayerToggleFlightEvent. Fixes BUKKIT-1696H31IX2012-06-13-1/+13
* Add fallback for when jline fails to initialize. Fixes BUKKIT-1675.Travis Watkins2012-05-23-0/+1
* Check if packet is null before checking priority. Fixes BUKKIT-1579Travis Watkins2012-04-25-1/+1
* Check abilities instead of mode for allow flight check. Fixes BUKKIT-1302Travis Watkins2012-03-25-1/+1
* Reverted to original TextWrapper. Might re-investigate after the RB. Fixes BU...EvilSeph2012-03-22-6/+1
* Re-added TextWrapper, and fixed chat length issues (at cost of it looking not...Nathan Adams2012-03-22-1/+7
* Removed temporary hackish fix for the entity interactivity issues, fixed prop...EvilSeph2012-03-22-86/+0
* Nuked TextWrapper. We don't need you anymore, old friend :(Nathan Adams2012-03-22-4/+1
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-4/+7
* Kick for invalid carried item.EvilSeph2012-03-22-0/+1
* [Bleeding] Only fire CraftItemEvent if there's actually an item there to craf...Celtic Minstrel2012-03-20-6/+9
* [Bleeding] Check top inventory type when determining whether a click event is...Celtic Minstrel2012-03-15-2/+2
* Made PlayerInteractEvent fire for digging within spawn for informational purp...EvilSeph2012-03-13-0/+1
* Made entering an end portal from The End move the player to their bed spawn i...EvilSeph2012-03-10-4/+12
* Made PlayerPortalEvent fire when leaving The End. Fixes BUKKIT-478EvilSeph2012-03-08-2/+10
* Extremely hackish fix for the entity interactivity issue. Fixes BUKKIT-960EvilSeph2012-03-07-1/+87
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-61/+92
* [Bleeding] Added Conversations API. Addresses BUKKIT-864rmichela2012-03-01-1/+11
* Updated to rename revision 02Erik Broes2012-03-01-45/+57
* [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856Celtic Minstrel2012-02-29-13/+106
* Fixed changes made to PlayerCommandPreprocess events having no effect. Fixes ...EvilSeph2012-02-25-2/+2
* Fixed sprinting while breaking a painting edge case. Fixes BUKKIT-740EvilSeph2012-02-13-0/+7
* Use OO > new methodErik Broes2012-01-29-1/+1
* Disallow people spawning invalid entities using monster eggs. Thanks to md-5 ...Nathan Adams2012-01-15-2/+5
* Fix formatting.Erik Broes2012-01-15-1/+2
* Update for 1.1_01 renames.Erik Broes2012-01-15-34/+34
* Don't allow players with modded clients to send empty (0 char) chat messages....Nathan Adams2012-01-15-0/+5
* Fixed a further exploit with players attacking more things that they shouldn't.Nathan Adams2012-01-14-3/+4
* Fixed players attempting to attack item entities - This fixes BUKKIT-341Nathan Adams2012-01-14-2/+7
* Implemented new Plugin Message API - see http://dinnerbone.com/blog/2012/01/1...Nathan Adams2012-01-13-0/+29
* Updated to Minecraft 1.1Erik Broes2012-01-12-40/+48
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-4/+4
* Fix CraftBukkit comments.Erik Broes2012-01-12-1/+1
* Revert "Improved our handling of player interactions."EvilSeph2012-01-10-7/+3
* Improved our handling of player interactions.EvilSeph2012-01-10-3/+7
* Disconnected means disconnected.EvilSeph2011-12-27-0/+1
* Fixed signs being editable after placement. Fix for BUKKIT-364Tahg2011-12-20-1/+1
* Added missing CraftBukkit comments in previous commit.EvilSeph2011-12-12-0/+2
* Fixed players not receiving movement packets after trying to leave The End. F...EvilSeph2011-12-12-2/+9
* Indicate when a teleport event was triggered by ender pearls or unknown inter...Nathan Adams2011-12-04-3/+3
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-10/+10
* Ignore empty messages (not just null) for join and quitNathan Adams2011-11-28-1/+1
* Update for 1.0.0Erik Broes2011-11-20-226/+239
* Packet handling improvements.EvilSeph2011-10-01-5/+6
* Update to mcdev rename revision 01 for 1.8.1Dinnerbone2011-09-24-2/+2
* Added PlayerToggleSprint event and sprinting related API.Rigby2011-09-21-0/+10
* Bunchafixes which may or may not have any end resultDinnerbone2011-09-16-1/+1