Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.1.2.15 (checked in on 2008/05/08 at 21:44:36 by dries)
| Name | Description |
|---|---|
| mollom | Call a remote procedure at the Mollom server. This function will automatically add the information required to authenticate against Mollom. |
| mollom_admin_settings | |
| mollom_ajax_callback | An AJAX callback to retrieve a CAPTCHA. |
| mollom_captcha_prerender | |
| mollom_comment | This function is called when a comment is inserted. |
| mollom_comment_admin_overview_submit | |
| mollom_data_comment_form | This 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_page | This 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_user | This function will be called by mollom_validate to prepare the XML-RPC data from the comment submission form's $form_values ... |
| mollom_data_node_form | This function will be called by mollom_validate to prepare the XML-RPC data from the comment submission form's $form_values ... |
| mollom_form_alter | This function intercepts all forms in Drupal and Mollom enables them if necessary. |
| mollom_get_data | Helper function used to load a Mollom session ID. |
| mollom_help | |
| mollom_link | |
| mollom_mail_alter | |
| mollom_menu | |
| mollom_nodeapi | This function is called when a node is inserted. |
| mollom_node_admin_overview_submit | |
| mollom_perm | Implementation of hook_perm(). |
| mollom_protectable_forms | This 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_comment | This function is used to report a comment as feedback and to delete it. |
| mollom_report_comment_submit | This function is used to delete a comment and to optionally send feedback to Mollom. |
| mollom_report_contact | This function is used to report a contact form message as inappropriate. |
| mollom_report_contact_submit | This function is used to report a contact form message as inappropriate. |
| mollom_report_node | This function is used to delete a node and to optionally send feedback to Mollom. |
| mollom_report_node_submit | This function is used to delete a node and to optionally send feedback to Mollom. |
| mollom_set_data | Helper function used to store a Mollom session ID. |
| mollom_validate | |
| _mollom_authentication | This 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_options | Return a list of the possible feedback options for content. |
| _mollom_get_mode | Given 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 |