index
:
archive/craftbukkit
master
movement-fix
version/1.12.2
version/1.8
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
net
/
minecraft
/
server
/
NetServerHandler.java
Commit message (
Expand
)
Author
Age
Lines
*
Fix "Commands Only" chat flag. Fixes BUKKIT-2238
feildmaster
2012-12-07
-1
/
+1
*
Add a custom shutdown message set in bukkit.yml. Addresses BUKKIT-3031
feildmaster
2012-12-05
-1
/
+4
*
Update invalidItems array. Fixes BUKKIT-2554.
EvilSeph
2012-11-20
-1
/
+1
*
Don't kick player when they travel too far. Fixes BUKKIT-2968
Travis Watkins
2012-11-17
-1
/
+2
*
Don't wait for main thread when processing commands.
Travis Watkins
2012-11-17
-42
/
+54
*
Ignore empty custom payload packets. Fixes BUKKIT-2957
Travis Watkins
2012-11-16
-0
/
+6
*
Use synchronous calls and wait for chat disconnect. Fixes BUKKIT-2946
Wesley Wolfe
2012-11-16
-4
/
+59
*
Update tile entity on client on cancelled block break. Fixes BUKKIT-2935
Travis Watkins
2012-11-14
-1
/
+6
*
Update CraftBukkit to Minecraft 1.4.4.
Travis Watkins
2012-11-13
-37
/
+36
*
These books are too powerful!
EvilSeph
2012-10-28
-1
/
+1
*
Don't pass vanilla plugin channels to plugins. Fixes BUKKIT-2638
Travis Watkins
2012-10-27
-23
/
+22
*
Update CraftBukkit to Minecraft 1.4(.2).
Travis Watkins
2012-10-27
-35
/
+95
*
Made books less powerful, though you should still read them!
EvilSeph
2012-10-27
-1
/
+5
*
Queue tasks from secondary threads. Fixes BUKKIT-2546 and BUKKIT-2600
Wesley Wolfe
2012-10-14
-3
/
+38
*
CraftBukkit comment fixes
Wesley Wolfe
2012-09-14
-1
/
+1
*
Bulk pending cleanup.
Wesley Wolfe
2012-09-09
-12
/
+5
*
Fix crash from console-commands throwing exception. Fixes BUKKIT-2479
Wesley Wolfe
2012-09-06
-1
/
+8
*
Update to 1.3.2
Travis Watkins
2012-08-25
-7
/
+6
*
Fix instances where Signs have null lines. Addresses BUKKIT-684
V10lator
2012-08-21
-0
/
+3
*
Fix "moved too quickly" detection.
Travis Watkins
2012-08-05
-8
/
+7
*
Fix chat not being cancellable when not using deprecated API.
Wesley Wolfe
2012-08-04
-5
/
+9
*
Re-implement code missing from leaving the end. Fixes BUKKIT-2003
feildmaster
2012-08-04
-1
/
+22
*
Implement new AsyncPlayerChatEvent. Addresses BUKKIT-2064
Wesley Wolfe
2012-08-03
-13
/
+24
*
[Bleeding] Fire inventory close event. Fixes BUKKIT-2036
md_5
2012-08-03
-0
/
+8
*
Update CraftBukkit to Minecraft 1.3.1
feildmaster
2012-08-02
-189
/
+262
*
Cleaned up CraftBukkit comments in NMS.
Wesley Wolfe
2012-07-23
-29
/
+17
*
Fix client crash on InventoryClick cancel. Fixes BUKKIT-1841
H31IX
2012-06-28
-2
/
+0
*
Don't send kick message if the message is empty. Fixes BUKKIT-1789
Jake King
2012-06-13
-1
/
+1
*
Fire PlayerToggleFlightEvent. Fixes BUKKIT-1696
H31IX
2012-06-13
-1
/
+13
*
Add fallback for when jline fails to initialize. Fixes BUKKIT-1675.
Travis Watkins
2012-05-23
-0
/
+1
*
Check if packet is null before checking priority. Fixes BUKKIT-1579
Travis Watkins
2012-04-25
-1
/
+1
*
Check abilities instead of mode for allow flight check. Fixes BUKKIT-1302
Travis Watkins
2012-03-25
-1
/
+1
*
Reverted to original TextWrapper. Might re-investigate after the RB. Fixes BU...
EvilSeph
2012-03-22
-6
/
+1
*
Re-added TextWrapper, and fixed chat length issues (at cost of it looking not...
Nathan Adams
2012-03-22
-1
/
+7
*
Removed temporary hackish fix for the entity interactivity issues, fixed prop...
EvilSeph
2012-03-22
-86
/
+0
*
Nuked TextWrapper. We don't need you anymore, old friend :(
Nathan Adams
2012-03-22
-4
/
+1
*
Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.
Nathan Adams
2012-03-22
-4
/
+7
*
Kick for invalid carried item.
EvilSeph
2012-03-22
-0
/
+1
*
[Bleeding] Only fire CraftItemEvent if there's actually an item there to craf...
Celtic Minstrel
2012-03-20
-6
/
+9
*
[Bleeding] Check top inventory type when determining whether a click event is...
Celtic Minstrel
2012-03-15
-2
/
+2
*
Made PlayerInteractEvent fire for digging within spawn for informational purp...
EvilSeph
2012-03-13
-0
/
+1
*
Made entering an end portal from The End move the player to their bed spawn i...
EvilSeph
2012-03-10
-4
/
+12
*
Made PlayerPortalEvent fire when leaving The End. Fixes BUKKIT-478
EvilSeph
2012-03-08
-2
/
+10
*
Extremely hackish fix for the entity interactivity issue. Fixes BUKKIT-960
EvilSeph
2012-03-07
-1
/
+87
*
Updated CraftBukkit to 1.2
Nathan Adams
2012-03-01
-61
/
+92
*
[Bleeding] Added Conversations API. Addresses BUKKIT-864
rmichela
2012-03-01
-1
/
+11
*
Updated to rename revision 02
Erik Broes
2012-03-01
-45
/
+57
*
[Bleeding] Implementation of inventory framework. Addresses BUKKIT-856
Celtic Minstrel
2012-02-29
-13
/
+106
*
Fixed changes made to PlayerCommandPreprocess events having no effect. Fixes ...
EvilSeph
2012-02-25
-2
/
+2
*
Fixed sprinting while breaking a painting edge case. Fixes BUKKIT-740
EvilSeph
2012-02-13
-0
/
+7
[next]