summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/NetLoginHandler.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-220/+0
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-3/+3
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-11/+33
|
* Bulk pending cleanup.Wesley Wolfe2012-09-09-0/+8
|
* Change socket traffic class try-catch. Fixes BUKKIT-2093Wesley Wolfe2012-08-08-1/+1
|
* Restore port to the hostname. Fixes BUKKIT-2124Wesley Wolfe2012-08-08-1/+1
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-86/+87
|
* Detect and disconnect 1.3 clients properly. Fixes BUKKIT-1952Wesley Wolfe2012-07-26-0/+6
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-8/+2
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* Remove address from throttle hashmap before killing socket. Fixes BUKKIT-659Travis Watkins2012-04-24-1/+2
|
* Load player data before calling PlayerLoginEvent. Fixes BUKKIT-1531 and ↵feildmaster2012-04-23-1/+1
| | | | Fixes BUKKIT-601.
* Removed temporary hackish fix for the entity interactivity issues, fixed ↵EvilSeph2012-03-22-2/+1
| | | | properly in MC1.2.4.
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-2/+3
|
* [Bleeding] Implemented getting the hostname a player used to log in. ↵SpaceManiac2012-03-09-1/+8
| | | | Addresses BUKKIT-984
* Extremely hackish fix for the entity interactivity issue. Fixes BUKKIT-960EvilSeph2012-03-07-1/+2
|
* Fixed sending maxPlayers at initial loginNathan Adams2012-03-01-1/+1
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-3/+3
|
* Updated to rename revision 02Erik Broes2012-03-01-1/+1
|
* Use OO > new methodErik Broes2012-01-29-1/+1
|
* Disallow colour names in offline-mode. This fixes BUKKIT-439. Thanks to ↵Nathan Adams2012-01-20-0/+7
| | | | cainfool for the discovery.
* Fix formatting.Erik Broes2012-01-15-1/+1
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-13/+13
| | | | | We know these updates (can) break plugins bypassing Bukkit. They are needed for smooth updates however. There will be another one right before before 1.1-R1.
* Fixed informing players of supported Plugin ChannelsNathan Adams2012-01-14-0/+1
|
* Updated to Minecraft 1.1Erik Broes2012-01-12-4/+4
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-1/+1
|
* Implemented 1.0.1 fixes. This fixes BUKKIT-3, BUKKIT-39, BUKKIT-150Nathan Adams2011-12-01-2/+2
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-5/+5
|
* Update for 1.0.0Erik Broes2011-11-20-17/+9
|
* Added server list ping event.sk89q2011-09-26-1/+9
|
* Changed max player count from 126 to 60 for ingame player list rendering fixesDinnerbone2011-09-25-3/+3
|
* Update to mcdev rename revision 01 for 1.8.1Dinnerbone2011-09-24-3/+3
|
* More latency handling fixes.Rigby2011-09-16-1/+7
| | | | | Fixed Clientside rendering issues of the PlayerInfo window if max players > 126. Limited PlayerInfo packets to 126 at a time as it cannot render anymore than 126.
* Fixed NPE when a client queries a server that is unable to handle it.EvilSeph2011-09-16-0/+1
|
* Removed some unneeded code, possibly fixed animal spawningDinnerbone2011-09-15-2/+2
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-3/+37
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-2/+2
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-4/+4
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Added per player time support. Thanks eisental, Shamebot and needspeed10!EvilSeph2011-06-17-1/+1
|
* Fixed login message and CraftBukkit comment.EvilSeph2011-06-14-1/+2
|
* Generic cleanupErik Broes2011-06-12-1/+1
|
* Added world name to player logged in message.EvilSeph2011-06-10-1/+1
|
* Portal changes.Tahg2011-06-08-2/+2
|
* Implemented 1.6!Dinnerbone2011-05-26-13/+13
|
* Whitespace + general cleanupErik Broes2011-05-15-1/+2
|
* Update for 1.5_02.Erik Broes2011-04-21-5/+12
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-36/+33
|
* Added pre-login event for catching logins right after name verification has ↵sk89q2011-04-16-1/+7
| | | | completed. This happens in a different thread from the server (and thus can also block).
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-6/+6
|
* Added ability to disable the join/leave notices by setting the message to ↵Raphfrk2011-03-26-1/+1
| | | | null in the event. The join message is moved to the onJoinEvent rather than during login
* Generic code cleanupErik Broes2011-02-23-2/+2
|