Closed
Bug 261270
Opened 21 years ago
Closed 21 years ago
IRC message source parsing isn't strict enough
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla-mozilla-20000923, Assigned: bugzilla-mozilla-20000923)
References
Details
(Whiteboard: cz-patch)
Attachments
(1 file)
|
1.53 KB,
patch
|
samuel
:
review+
|
Details | Diff | Splinter Review |
Ok, we now have Unicode nicknames, and people /are/ silly enough to use
non-breaking spaces in them. We don't cope, at least not properly.
The normal param parsing is fine, but
http://lxr.mozilla.org/mozilla/source/extensions/irc/js/lib/irc.js#1031 isn't.
So the source is mis-matched, and beaks everything.
| Assignee | ||
Comment 1•21 years ago
|
||
This also fixes a bug with foo@bar prefixes, and adds support for foo!bar (a
format actually disallowed by the latest IRC RFC, but was allowed by the
original one, and in use in a few places).
| Assignee | ||
Updated•21 years ago
|
Whiteboard: cz-patch
Updated•21 years ago
|
Attachment #160199 -
Flags: review+
Attachment #160199 -
Flags: approval1.8a4?
Updated•21 years ago
|
Attachment #160199 -
Flags: approval1.8a4?
| Assignee | ||
Comment 2•21 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Other Applications
Updated•10 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•