Closed
Bug 117625
Opened 23 years ago
Closed 23 years ago
[HAVE FIX] CTCP PING to channel floods kill the bot
Categories
(Webtools Graveyard :: Mozbot, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.2
People
(Reporter: jacob, Assigned: ian)
Details
Attachments
(2 files, 2 obsolete files)
879 bytes,
patch
|
Details | Diff | Splinter Review | |
9.01 KB,
patch
|
jacob
:
review+
|
Details | Diff | Splinter Review |
I've noticed over the past few days that if someone join floods a channel and
starts doing a CTCP PING #channel, then the bot will blindly respond to all of
them and cause itself to get kicked for an flooding.
Reporter | ||
Comment 1•23 years ago
|
||
This cause oopsbot to ignore any CTCP PING that's sent to the channel. The bot
is still vulerable to being ping flooded directly, but this should eliminate
the most common senario.
Assignee | ||
Comment 2•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Keywords: review
Summary: CTCP PING to channel floods kill the bot → [HAVE FIX] CTCP PING to channel floods kill the bot
Assignee | ||
Comment 3•23 years ago
|
||
Attachment #63197 -
Attachment is obsolete: true
Assignee | ||
Updated•23 years ago
|
Severity: normal → major
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
afaik ctcp support isn't scalable. but this is a flood patch, so ...
Assignee | ||
Comment 5•23 years ago
|
||
How do you mean, not scalable?
Assignee | ||
Comment 6•23 years ago
|
||
I moved CTCP Version handling into mozbot.pl as well.
Attachment #68050 -
Attachment is obsolete: true
Reporter | ||
Comment 7•23 years ago
|
||
Comment on attachment 68123 [details] [diff] [review]
Updated Patch 1.2
OK, this seems to work. I am worried that the implimentation in bug 72943 will
lead to a DOS attack being possible, but that's another issue :)
r=jake
Attachment #68123 -
Flags: review+
Assignee | ||
Comment 8•23 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
QA Contact: timeless → kerz
Updated•18 years ago
|
QA Contact: kerz → mozbot
Updated•16 years ago
|
Target Milestone: --- → 2.2
Updated•6 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•