Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

mollom.module

Version

1.1.2.15 (checked in on 2008/05/08 at 21:44:36 by dries)

Constants

Namesort iconDescription
MOLLOM_ANALYSIS_HAM
MOLLOM_ANALYSIS_SPAM
MOLLOM_ANALYSIS_UNSURE
MOLLOM_API_VERSION
MOLLOM_ERROR
MOLLOM_FALLBACK_ACCEPT
MOLLOM_FALLBACK_BLOCK
MOLLOM_MODE_ANALYSIS
MOLLOM_MODE_CAPTCHA
MOLLOM_MODE_DISABLED
MOLLOM_REDIRECT
MOLLOM_REFRESH

Functions

Namesort iconDescription
mollomCall a remote procedure at the Mollom server. This function will automatically add the information required to authenticate against Mollom.
mollom_admin_settings
mollom_ajax_callbackAn AJAX callback to retrieve a CAPTCHA.
mollom_captcha_prerender
mollom_commentThis function is called when a comment is inserted.
mollom_comment_admin_overview_submit
mollom_data_comment_formThis function will be called by mollom_validate to prepare the XML-RPC data from the comment submission form's $form_values ...
mollom_data_contact_mail_pageThis function will be called by mollom_validate to prepare the XML-RPC data from the comment submission form's $form_values ...
mollom_data_contact_mail_userThis function will be called by mollom_validate to prepare the XML-RPC data from the comment submission form's $form_values ...
mollom_data_node_formThis function will be called by mollom_validate to prepare the XML-RPC data from the comment submission form's $form_values ...
mollom_form_alterThis function intercepts all forms in Drupal and Mollom enables them if necessary.
mollom_get_dataHelper function used to load a Mollom session ID.
mollom_help
mollom_link
mollom_mail_alter
mollom_menu
mollom_nodeapiThis function is called when a node is inserted.
mollom_node_admin_overview_submit
mollom_permImplementation of hook_perm().
mollom_protectable_formsThis function lists all the forms that you can protect with Mollom. If you want to protect additional forms with Mollom add the form ID to this list.
mollom_protect_form_analysis
mollom_protect_form_captcha
mollom_report_commentThis function is used to report a comment as feedback and to delete it.
mollom_report_comment_submitThis function is used to delete a comment and to optionally send feedback to Mollom.
mollom_report_contactThis function is used to report a contact form message as inappropriate.
mollom_report_contact_submitThis function is used to report a contact form message as inappropriate.
mollom_report_nodeThis function is used to delete a node and to optionally send feedback to Mollom.
mollom_report_node_submitThis function is used to delete a node and to optionally send feedback to Mollom.
mollom_set_dataHelper function used to store a Mollom session ID.
mollom_validate
_mollom_authenticationThis function generate an array with all the information required to authenticate against Mollom. To prevent that requests are forged and that you are impersonated, each request is signed with a hash computed based on a private key and a timestamp.
_mollom_fallback
_mollom_feedback_optionsReturn a list of the possible feedback options for content.
_mollom_get_modeGiven a form ID, this function will return the strategy that is used to protect this form. Could be MOLLOM_MODE_DISABLED (none), MOLLOM_MODE_CAPTCHA (CAPTCHAs only) or MOLLOM_MODE_ANALYSIS (text analysis with smart CAPTCHA support).
_mollom_ip_address
_mollom_update_comments
_mollom_verify_key