IRC Server: Better timeout handling when reading initial lines (ticket #723)

Send error responses for timeout, EOF, and bad registration.
Only affects "user" mode, not webirc.
detab
move private fields to top
This commit is contained in:
zzz
2015-04-05 17:36:30 +00:00
parent 013c79bc45
commit cce710e377
3 changed files with 156 additions and 43 deletions

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 17;
public final static long BUILD = 18;
/** for example "-test" */
public final static String EXTRA = "-rc";