Checking for single char line endings
authorSebastian Meyer <meyer@b1-systems.de>
Fri, 13 Jun 2014 12:52:55 +0000 (14:52 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 14 Sep 2014 19:56:36 +0000 (21:56 +0200)
commit900ce3a2a445aa4b51efb1873aec0cf31aad3bb1
tree9475bcdf92eda81f594a986652e76ef1ed931497
parente2732dd9e88f292cf26d7a77b636d7baefe8f3d7
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