summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ThreadLoginVerifier.java
Commit message (Collapse)AuthorAgeLines
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-1/+1
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Implemented 1.6!Dinnerbone2011-05-26-0/+1
|
* Whitespace + general cleanupErik Broes2011-05-15-0/+1
|
* Handle NPE in ThreadLoginVerifier that occurs when trying to continue using ↵EvilSeph2011-04-29-0/+4
| | | | a closed socket.
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-51/+56
|
* Added pre-login event for catching logins right after name verification has ↵sk89q2011-04-16-0/+51
| | | | completed. This happens in a different thread from the server (and thus can also block).
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-37/+0
|
* Fixed a minecraft exploit allowing anyone to pick their usernameDinnerbone2011-03-08-0/+37