Closed
Bug 131604
Opened 23 years ago
Closed 20 years ago
Don't default to IRCMonkey
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ian, Assigned: bugzilla-mozilla-20000923)
References
Details
(Whiteboard: [cz-patch][cz-0.9.69])
Attachments
(1 file, 1 obsolete file)
|
2.80 KB,
patch
|
rginda
:
review+
|
Details | Diff | Splinter Review |
The default nickname of IRCMonkey is causing lots of new people to use it,
making IRC a lot less personal. I think Chatzilla should default to the current
username, or the user's mail name, or not default to anything at all.
Comment 1•23 years ago
|
||
I am *so* tempted to wontfix this. It's just a default nick after all. It's
also got some humor/sentimental value.
| Reporter | ||
Comment 2•23 years ago
|
||
Defaults are everything. :-)
Seriously though. The number of IRCMonkeys that are frequenting IRC is making it
hard to distinguish newbies from each other.
How about this? It makes a random nickname using words from two lists, plus a
number.
| Reporter | ||
Comment 4•23 years ago
|
||
"mowmow" is one word, not two. It capitalises to "Mowmow", not "MowMow".
Anyway, I think Chatzilla should default to the current username, or the user's
mail name, or not default to anything at all. The defaults given in the last
patch are no better than IRCMonkey.
Updated•21 years ago
|
Product: Core → Other Applications
defaulting to "UserNameMonkey" might be a way to idenify neophytes and retain
some of the cheeky humour but using the username in some way would be much
better than straight hardcoded default or randomely generated nickname.
| Assignee | ||
Updated•20 years ago
|
Whiteboard: [cz-0.9.68.6]
Comment 6•20 years ago
|
||
1 vote for a WONTFIX
- Mick
| Assignee | ||
Updated•20 years ago
|
Whiteboard: [cz-0.9.68.6] → [cz-need-patch][cz-0.9.68.6]
| Assignee | ||
Updated•20 years ago
|
Assignee: rginda → silver
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•20 years ago
|
OS: Linux → All
Hardware: PC → All
| Assignee | ||
Comment 7•20 years ago
|
||
Attachment #85054 -
Attachment is obsolete: true
Attachment #193350 -
Flags: review?(rginda)
| Assignee | ||
Updated•20 years ago
|
Whiteboard: [cz-need-patch][cz-0.9.68.6] → [cz-patch][cz-0.9.68.6]
Comment 8•20 years ago
|
||
Comment on attachment 193350 [details] [diff] [review]
Use local environment to pick default nickname
r=rginda
Attachment #193350 -
Flags: review?(rginda) → review+
| Assignee | ||
Comment 9•20 years ago
|
||
Checked in --> FIXED.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 10•20 years ago
|
||
out of curiousity, was there a reason why this didn't use nsIUserInfo?
| Assignee | ||
Comment 11•20 years ago
|
||
The main reason that it wasn't even considered - as I'm sure you'll have guessed - is that no-one knew that it existed.
The fact it is highly unimplemented across 4 separate platforms doesn't help its case, either - Win only has 1 of 4 props implemented, OS/2 has NOTHING, Mac has 2 real and two hacks, *nix has 1 real and 3 hacks.
Comment 12•20 years ago
|
||
ok. although all you need is the username property :)
| Assignee | ||
Comment 13•20 years ago
|
||
Although not mentioned in this bug, we actually wanted to use the "real name" of the user over the login name. That has an implementation record of 1 real, 1 hack and 2 not-impl. in nsIUserInfo. Even username is only 2 real, 1 hack and 1 not-impl.
| Assignee | ||
Updated•20 years ago
|
Whiteboard: [cz-patch][cz-0.9.68.6] → [cz-patch][cz-0.9.69]
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
•