Modify ↓
#29 closed defect (fixed)
Line splitting limit is too high
Reported by: | wilmer | Owned by: | wilmer |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | BitlBee | Version: | 0.99 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
The code that splits lines isn't perfect yet. Sometimes it splits lines too "late", so the IRC code chops off a bit when sending the message to the user.
It's said that IRC clients aren't that strict anymore about the max. line length (512 chars including \r\n and other IRC protocol overhead), so maybe the IRC code can be relaxed a bit. Or just adapt the splitting code to make shorter lines.
Attachments (0)
Change History (2)
comment:1 Changed at 2005-11-26T01:55:31Z by
Owner: | set to wilmer |
---|
comment:2 Changed at 2005-11-26T02:03:38Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hah, fixed! :-) See [45].
Note: See
TracTickets for help on using
tickets.
Assigning to Wilmer