Closed
Bug 1130001
Opened 10 years ago
Closed 10 years ago
Unhandled IRC message 470: Channel redirect
Categories
(Chat Core :: IRC, defect)
Chat Core
IRC
Tracking
(Not tracked)
RESOLVED
FIXED
1.6
People
(Reporter: aleth, Assigned: aleth)
Details
Attachments
(1 file)
5.27 KB,
patch
|
clokep
:
review+
|
Details | Diff | Splinter Review |
STR: /join #webrtc on moznet, and interesting things happen:
- Broken #webrtc tab with endless throbber
- #media tab in the 'left' state.
[05/02/2015 18:31:57] WARN. (@ prpl-irc: ircSocket.prototype.onDataReceived resource://gre/components/irc.js:685)
Unhandled IRC message:
:fripp.mozilla.org 470 aleth #webrtc #media :You may not join this channel, so you are automatically being transferred to the redirect channel.
[05/02/2015 18:31:57] DEBUG (@ prpl-irc: ircSocket.prototype.onDataReceived resource://gre/components/irc.js:681)
{"rawMessage":":aleth!instantb@moz-7em4hk JOIN :#media","command":"JOIN","params":["#media"],"origin":"aleth","user":"instantb","host":"moz-7em4hk","source":"instantb@moz-7em4hk"}
[05/02/2015 18:31:57] WARN. (@ prpl-irc: ircBase.commands.JOIN resource://gre/modules/ircBase.jsm:215)
Opening a MUC without storing its prplIChatRoomFieldValues first.
...
Comment 1•10 years ago
|
||
That's totally not in RFC 2812...
WebRTC isn't a public channel? That's surprising. Looks like we need to specifically handle this though.
Assignee | ||
Comment 2•10 years ago
|
||
Easily fixed.
Comment 3•10 years ago
|
||
Comment on attachment 8559931 [details] [diff] [review]
irc470.diff
Review of attachment 8559931 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks! You don't need another review.
::: chat/protocols/irc/ircNonStandard.jsm
@@ +175,5 @@
> aMessage.params[1] == "Password required";
> },
>
> + "470": function(aMessage) {
> + // Channel forward (Unreal, inspircd)
Stupid nit: Put this on the end of the line above to match the other statements in this file.
Attachment #8559931 -
Flags: review?(clokep) → review+
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.6
You need to log in
before you can comment on or make changes to this bug.
Description
•