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

urk sometimes sends lines to the irc server that are over the 512 character limit #12

Open
madewokherd opened this issue Aug 6, 2012 · 0 comments

Comments

@madewokherd
Copy link
Owner

Imported from https://sourceforge.net/apps/mantisbt/urk/view.php?id=8

The IRC protocol limits all lines to no more than 512 characters, including the terminating crlf. urk ignores this limit, and long messages can be dropped by the server.

Because the server adds the user's full address (nick!user@host) to message lines before sending them to other users, messages that are not ignored can get cut off. The maximum message length depends on the user's current full address, which cannot be reliably determined on the client side.

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

1 participant