Closed
Bug 278900
Opened 20 years ago
Closed 19 years ago
nick with ^ character + unrealircd = broken headers and broken nick changes
Categories
(Other Applications :: ChatZilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: s_mjmason, Assigned: rginda)
References
Details
(Whiteboard: [cz-0.9.69])
Attachments
(1 file, 1 obsolete file)
|
2.20 KB,
patch
|
bugzilla-mozilla-20000923
:
review+
asa
:
approval1.8b3+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 when chatizlla is started with a nick that contains the caret ^ character, connecting to any server that runs the Unreal-IRCD results in all channel headers displaying "<unkown>" instead of the appropriate information. also, 'quit' messages seem to be missing in this situation, simply gone. also, when a "/nick newnick" command is issued in this situation, the nick on the server is changed, but the user's nick does not *appear* to change at all within the chatzilla UI. i have tested this with unreal-ircd and several non-unreal ircds and the only one that seems to reproduce these symptoms are those running unreal. i have reproduced this on multiple systems on multiple connections with multiple unreal servers. Reproducible: Always Steps to Reproduce: 1. set nick that is associated with an Unreal-IRCD server to something that contains the ^ character, such as IRC^Monkey 2. restart chatzilla 3. connect to the server you just associated that nick with 4. join a channel Actual Results: 1. headers contain "<unknown>" instead of appropriate information 2. nick changes appear to not take effect, when they actually do 3. quit messages are not displayed Expected Results: 1. displayed header info properly 2. display nick changes properly 3. display quit messages properly
Comment 1•20 years ago
|
||
What versions of UnrealIRCd and ChatZilla did you use/try? Also, did you have the channels on auto-connect (so they join automatically when connecting to the server), or did you simply do /join after connecting? UnrealIRCd prior to 3.2 (IIRC) has a rather well know, serious bug which could easily cause this kind of problem. In particular, you can test for this bug as follows: - connect with a nickname like "nick^" - do "/whois nick^" - do "/whois nick~" - do "/supports" and note the value associated with 'CASEMAPPING' If CASEMAPPING is ASCII or STRICT-RFC1459, the second /whois should fail. If CASEMAPPING is RFC1459, then both /whois commands should work. Any other combination means the server has a bug.
Comment 2•20 years ago
|
||
Update all the keys for channels and users, and update their canonicalnames, so they all correspond to expected values based on the casemapping.
Attachment #183539 -
Flags: review?(silver)
Comment 3•20 years ago
|
||
Comment on attachment 183539 [details] [diff] [review] Patch to correct all canonicalName-s if we have a non-default casemapping review- since I missed the fact foreach...in, as cool as it is, is new. Change to use for...in.
Attachment #183539 -
Flags: review?(silver) → review-
Comment 4•20 years ago
|
||
Patch to use normal for loops instead of foreach
Attachment #183539 -
Attachment is obsolete: true
Attachment #183666 -
Flags: review?(silver)
Comment 5•20 years ago
|
||
Comment on attachment 183666 [details] [diff] [review] Patch to use normal for loops Looks good; could have used an intermediate for |this.channels[channel]|. r=silver (with or without the intermediate)
Attachment #183666 -
Flags: review?(silver) → review+
Updated•20 years ago
|
Attachment #183666 -
Flags: approval1.8b3?
Comment 6•20 years ago
|
||
*** Bug 285151 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Attachment #183666 -
Flags: approval1.8b3? → approval1.8b3+
Comment 7•19 years ago
|
||
Checked in -> FIXED. I *think* this is fixed by the patch, but please test the 2005-07-02 nightly on http://twpol.dyndns.org/mozilla/chatzilla/nightly/ (when it updates in 25 minutes) to see how much has really been fixed.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: [cz-0.9.68.6]
Updated•19 years ago
|
Whiteboard: [cz-0.9.68.6] → [cz-0.9.69]
You need to log in
before you can comment on or make changes to this bug.
Description
•