Closed
Bug 256928
Opened 21 years ago
Closed 3 months ago
Save ignore list between sessions
Categories
(Other Applications Graveyard :: ChatZilla, enhancement)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: ac1115, Assigned: rginda)
References
Details
Attachments
(1 obsolete file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040514
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040514
any user that is ignored will work until next time chatzilla loads. I am using
chatzilla 9.64e
Reproducible: Always
Steps to Reproduce:
1.ignore a user
2.restart chatzilla
3.user is no longer ignored
Actual Results:
unignored user
Expected Results:
ignore the useer
Comment 1•21 years ago
|
||
By design. Certainly not severity "major" - changing to an RFE.
Severity: major → enhancement
Summary: users that are ignored, are unignored next time chatzilla starts → Save ignore list between sessions
Updated•21 years ago
|
Product: Core → Other Applications
Updated•20 years ago
|
OS: Windows XP → All
Hardware: PC → All
Updated•20 years ago
|
Blocks: chatzilla1.0
Comment 2•20 years ago
|
||
Patch creating hidden network prefs for the ignore list. We don't add GUI for the pref at this point, because synchronizing the actual list with the prefs would be a pita, considering we want to keep back-end (CIRCNetwork.prototype.(un)ignore) and front-end (prefs, cmdIgnore) separate. People can just use /ignore and /unignore. /ignore without parameters gives a list, as always.
Updated•20 years ago
|
Attachment #204179 -
Flags: review?(silver)
Comment 3•20 years ago
|
||
Comment on attachment 204179 [details] [diff] [review]
[checked in] Patch
r=silver
Attachment #204179 -
Flags: review?(silver) → review+
Updated•20 years ago
|
Attachment #204179 -
Attachment description: Patch → [checked in] Patch
Attachment #204179 -
Attachment is obsolete: true
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•16 years ago
|
QA Contact: samuel → chatzilla
Updated•3 months ago
|
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → INCOMPLETE
Updated•3 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
•