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

line ending problem: module does not support UNIX Line Ending #208

Closed
Muscipular opened this issue Nov 22, 2013 · 1 comment
Closed

line ending problem: module does not support UNIX Line Ending #208

Muscipular opened this issue Nov 22, 2013 · 1 comment

Comments

@Muscipular
Copy link

No description provided.

@katanacrimson
Copy link
Contributor

Not a library issue - server implementation is non-compliant with RFC 1459. As per RFC 1459 section 2.3, all messages are to be terminated with \r\n, not \n.

https://tools.ietf.org/html/rfc1459#section-2.3

IRC messages are always lines of characters terminated with a CR-LF
(Carriage Return - Line Feed) pair, and these messages shall not
exceed 512 characters in length, counting all characters including
the trailing CR-LF. Thus, there are 510 characters maximum allowed
for the command and its parameters. There is no provision for
continuation message lines. See section 7 for more details about
current implementations.

Move to close.

@osslate osslate closed this as completed May 29, 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
Development

No branches or pull requests

3 participants