Opened 20 months ago

Last modified 5 months ago

#3732 reopened task

Moderation, blacklisting, and flooding

Reported by: johnjamesjacoby Owned by: johnjamesjacoby
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)

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

(In [5273]) Change filter names so they match function names in bbp-core-moderation. See #3732.

(In [5274]) Use new _core_ prefixed function names in bbp-core-moderation.php. See #3732.

(In [5277]) Add moderation keys and blacklist keys filters to Activity stream component. Introduce function for gathering the activity types that should be checked, and default to updates and comments per the Akismet extension. See #3732.

  • 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.

  • Cc patricksaad added
  • 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.

  • Milestone changed from 1.6 to 1.7
  • Version set to 1.6
  • Component changed from Core to Activity
  • Keywords needs-patch added
  • Milestone changed from 1.7 to Future Release
  • Priority changed from major to high
Note: See TracTickets for help on using tickets.