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 data split delimiter for backward compatibility #246

Closed
wants to merge 1 commit into from

Conversation

ota42y
Copy link
Contributor

@ota42y ota42y commented Jul 7, 2014

IRC Protocol use CR-LF, but legacy IRC server send other code.
http://tools.ietf.org/html/rfc1459.html#section-8

So, replace split string from \r\n with /\r\n|\r|\n/

@jirwin
Copy link
Collaborator

jirwin commented Jan 6, 2015

seems reasonable. +1

@jirwin
Copy link
Collaborator

jirwin commented Jan 7, 2015

In an effort to get the project back on track and always have master deployable, we've moved the 0.3.x branch back to master. Since Github doesn't allow you to change which branch a Pull Request was opened against, you'll need to re-open this pull request against the new master.

I've written a wikipage at https://github.com/martynsmith/node-irc/wiki/0.3.x-branch-debacle to try and help with the transition.

If you'd like I can re-open the PR for you and pull in your commit from your fork.

Thanks!

@ota42y ota42y force-pushed the hotfix/delimiter_fix branch from c888da8 to 9a36258 Compare January 7, 2015 22:30
@ota42y
Copy link
Contributor Author

ota42y commented Jan 7, 2015

OK, I'm done.
#280

@ota42y ota42y closed this Jan 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants