Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix problems with single character line endings #75

Closed
wants to merge 1 commit into from
Closed

Fix problems with single character line endings #75

wants to merge 1 commit into from

Conversation

netzvieh
Copy link
Contributor

Some IRC servers just send LF line endings instead of CR-LF. Though not RFC compliant this should be handled by quassel. Quassel now checks if the line sent by the server ends with CR-LF or just LF and chops accordingly.
Fixes #1267

@AlD
Copy link
Member

AlD commented Jun 12, 2014

It'd be great if you could just put this in a single commit, put something meaningful in the subject line and a little explanation + just "Fixes #1267" (The bug tracker will catch it then) somewhere in the body.
(How to update a pull request: http://stackoverflow.com/a/9790530/220080)

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.
@netzvieh netzvieh changed the title fix for bug #1267 Fix problems with single character line endings Jun 13, 2014
@netzvieh
Copy link
Contributor Author

Updated.

@AlD
Copy link
Member

AlD commented Jun 14, 2014

Added "Fixes #1267" and merged, thanks!

@AlD AlD closed this Jun 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants