Closed
Bug 210286
Opened 21 years ago
Closed 21 years ago
hostname and servername fields in USER message shouldn't be "foo" and "bar"
Categories
(Other Applications :: ChatZilla, defect)
Other Applications
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: omolenkamp, Assigned: rginda)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030529
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030529
The second and third parameter of the USER message should contain the local
hostname, and the servername. Their current values are "foo" and "bar".
Reproducible: Always
Steps to Reproduce:
Expected Results:
The actual value of hostname parameter isn't that important, and could be just
"localhost" or something, if determining ones hostname is too much work.
The servername really should be the name of the server chatzilla is connecting
to though, and since it's already given by the user (/server blah), it's easy to
send the right value.
Comment 1•21 years ago
|
||
Is there any reason to bother, though? Do these parameters actually affect anything?
Comment 2•21 years ago
|
||
For what it's worth, ChatZilla 0.9.45 passes "*" for both of these parameters.
IS this acceptable? (if not, why not?)
Comment 3•21 years ago
|
||
Chatzilla now sends "*" for both parameters, rather than "foo" and "bar".
Resolving FIXED.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Other Applications
You need to log in
before you can comment on or make changes to this bug.
Description
•