Closed
Bug 1089809
Opened 10 years ago
Closed 9 years ago
Unhandled IRC message 379
Categories
(Chat Core :: IRC, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Instantbird 45
People
(Reporter: aleth, Assigned: aleth, Mentored)
Details
(Whiteboard: [good first bug])
Attachments
(1 file)
1.29 KB,
patch
|
clokep
:
review+
|
Details | Diff | Splinter Review |
Warning: Unhandled IRC message:
:fripp.mozilla.org 379 aleth aleth :is using modes +rx
Source File: resource://gre/components/irc.js
Line: 691
Source Code:
prpl-irc: ircSocket.prototype.onDataReceived
Assignee | ||
Comment 1•10 years ago
|
||
Mentor: aleth
Whiteboard: [good first bug]
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8688567 -
Flags: review?(clokep)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → aleth
Status: NEW → ASSIGNED
Assignee | ||
Updated•9 years ago
|
Summary: Unhandled IRC modes +rx → Unhandled IRC message 379
Assignee | ||
Comment 3•9 years ago
|
||
Actually has nothing to do with mode handling. We receive this in response to a WHOIS on the user nick:
https://github.com/inspircd/inspircd/blob/5544649cd2058ba6d30925e61d20ae4a0245c0fa/src/coremods/core_whois.cpp#L195
Comment 4•9 years ago
|
||
Comment on attachment 8688567 [details] [diff] [review]
Handle nonstandard IRC message 379
Review of attachment 8688567 [details] [diff] [review]:
-----------------------------------------------------------------
Meh, that's barely even machine parseable. Thanks for just ignoring it!
Attachment #8688567 -
Flags: review?(clokep) → review+
Assignee | ||
Comment 5•9 years ago
|
||
https://hg.mozilla.org/comm-central/rev/8bf4b300796227e0fd55e89990b26ae7b8d56ec6
Bug 1089809 - Handle nonstandard IRC message 379. r=clokep
Assignee | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Instantbird 45
You need to log in
before you can comment on or make changes to this bug.
Description
•