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

@ -1,3 +1,6 @@
2015-04-05 zzz
* IRC Server: Better timeout handling reading initial lines (ticket #723)
2015-04-04 zzz
* i2ptunnel:
- Better timeout handling when reading headers in HTTP server (ticket #723)