-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net_irc: Fix truncation of relayed messages.
This improves the IRC message relay process to ensure that long messages are properly split into multiple messages if needed to send successfully to IRC. We also now do more to prevent message truncation and actively warn about truncation if we detect it. This address the miscellaneous truncation of various messages that previously could occur silently without warning.
- Loading branch information
1 parent
203096e
commit de10464
Showing
3 changed files
with
145 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters