Checking for single char line endings
authorSebastian Meyer <meyer@b1-systems.de>
Fri, 13 Jun 2014 12:52:55 +0000 (14:52 +0200)
committerDaniel Albers <daniel@lbe.rs>
Sat, 14 Jun 2014 19:41:17 +0000 (21:41 +0200)
commitb2eee7d31624cc32a20f01d5b8a612c675f79564
tree43dc168dd0488284504155021170060cfa20b442
parent951cd716c8c84f4ad340c9fbd57f0d9d4aa3f951
Checking for single char line endings

This fixes problems with IRC servers sending only single char line
endings. Before the last char on each line for thos servers would be
chopped, now Quassel checks how the line ends and chops accordingly.
Fixes #1267
src/core/corenetwork.cpp