42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
294 stars 60 forks source link

Bump max. line length #582

Open hloeung opened 1 month ago

hloeung commented 1 month ago

Mattermost, and probably the others, allows for a longer max. line. In particular, topics (other messages are already using wordwrap).

Unfortunately, the upstream project, https://github.com/sorcix/irc, has been archived since Feb 21, 2023 and is currently in "read-only" mode.

kot0dama commented 1 month ago

It's possible some clients won't agree with a message exceeding the 510 (+CRLF) maximum length per the RFC, I would probably add an option to either enable longer lines, or even better to set the limit the user wants to allow.

hloeung commented 1 month ago

Sure, will make it configurable