Closed
Bug 116543
Opened 23 years ago
Closed 21 years ago
Source parsing lacks support for ircnet-like services
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jv, Assigned: rginda)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7+) Gecko/20011220
BuildID: 2001122008
When service on ircnet replies to the user, chatzilla shows invalid message source.
server sends :service@server.of.origin NOTICE (ie, :alis@irc.uhk.cz NOTICE :... )
Reproducible: Always
Steps to Reproduce:
query a service. (ie /squery alis help)
Actual Results:
from() Alis help index
from() Use /SQUERY HELP <topic>
Expected Results: something like
[alis@irc.uhk.cz] Alis help index
![]() |
||
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•22 years ago
|
||
The ChatZilla code deliberately uses "" as the nickname for this format or
sources. Question is, do we use the user@host for the nickname when parsing, or
change the message display code to use user:host if the nickname is blank?
Comment 2•21 years ago
|
||
Current Chatzilla shows the following:
from(Alis@ircnet.wanadoo.be) Alis help index
Thus, I deem the bug WORKSFORME. If this bug is not solved, as it appears, then
please reopen it.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Updated•20 years ago
|
Product: Core → Other Applications
Updated•14 days ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•