Feature #259
Split too long IRC messages into smaller messages
Status: | Closed | Start: | 12/29/2009 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Engine IRC | |||
Target version: | 0.7 | |||
Complexity: | ||||
Votes: | 0 |
Description
The IRC protocol only allows up to 512 bytes per raw protocol message. Most IRCds will simply cut everything longer than that. Smuxi should split too long messages down into multiple messages when needed.
Associated revisions
Revision 172f225d56fc7849f198c589e9a29e256fc44c86
Implemented GetProtocolMessageLength() method which predicts how long the final IRC message will be. Split too long messages down into smaller ones when needed. (closes: #259)
History
Updated by Mirco Bauer 5441 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 172f225d56fc7849f198c589e9a29e256fc44c86.