Opened 20 months ago
Last modified 5 months ago
#3732 reopened task
Moderation, blacklisting, and flooding
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | Future Release |
| Component: | Activity | Version: | 1.6 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | patricksaad |
Description
With spam an ever increasing concern, BuddyPress is currently ill equipped to prevent spam or unapproved content before it starts. As such, BuddyPress core needs functions that can check any submitted data against WordPress core's illegal keys, as well as protect any child component from flooding.
Change History (10)
- Resolution set to fixed
- Status changed from new to closed
Functions are in, activity stream is using it. Other components can take advantage of this at a later date. Note that bbPress 2 already uses these. Closing as fixed.
comment:6
patricksaad — 5 months ago
- Cc patricksaad added
comment:7
patricksaad — 5 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
The function bp_core_check_for_flood in bbp-core-moderation.php is not hooked to anything. No flood control on activity page.
comment:10
DJPaul — 5 months ago
- Component changed from Core to Activity
- Keywords needs-patch added
- Milestone changed from 1.7 to Future Release
- Priority changed from major to high

(In [5272]) Introduce bbp-core-moderation.php to provide basic functions for checking submitted content against illegal keys and flooding. See #3732.