Patchdoq

Component type

module

Downloads

2867

Component created

Component changed

Adds API to patch Drupal core and contributions from code.

Using Patchdoq module

In you own module you should implement hook_patch(). For example:

OpenPGP

Component type

module

Downloads

1760

Component created

Component changed

OpenPGP is the most widely-used e-mail encryption standard in the world. Originally derived from PGP (Pretty Good Privacy), first created by Phil Zimmermann in 1991, the standard is now defined by the IETF in RFC 4880.

This module provides encryption for Drupal's outgoing e-mails using GNU Privacy Guard, an open-source implementation of the OpenPGP standard.

TimeCert

Component type

module

Maintenance status

Development status

Downloads

1238

Component created

Component changed

TimeCert is a web service for timestamping content. This provides evidence by a trusted third-party that something (e.g. a blog post, a document, or a file) existed at a given time. TimeCert records and gives you the timestamp for when someone first referenced a given digital fingerprint.

Password trigger

Component type

module

Maintenance status

Development status

Downloads

2067

Component created

Component changed

This is simple module that adds a trigger when a user password is updated. It uses the built-in trigger module from Drupal core.

The trigger can be setup at build/trigger/node.

An action included in the Password Trigger named "Send password change notification e-mail" can send a tokenized email to the affected user. The email notification is sent to the email address set on the account before the password change in case the password change also includes an email change.

The email action can be setup at admin/settings/actions/manage.

OAuth Common (deprecated)

Component type

module

Maintenance status

Development status

Downloads

12696

Component created

Component changed

OAuth Common has moved to it's new home at http://drupal.org/project/oauth. No further updates will be made here and the currently active issues will be reassigned.

OAuth Common implements the OAuth classes for use with Drupal and acts as a support module for other modules that wish to use OAuth. The prime example of this is the services_oauth module.

Spamicide

Component type

module

Maintenance status

Development status

Downloads

46442

Component created

Component changed

The purpose of Spamicide is to prevent spam submission to any form on your Drupal web site. Spamicide adds an input field to each form then hides it with css, when spam bots fill in the field the form is discarded. The field, and matching .css file, are named in such a way as to not let on that it is a spam defeating device, and can be set by admins to almost anything they like(machine readable please). If logging is set, the log will show if and when a particular form has been compromised, and the admin can change the form's field name (and corresponding .css file) to something else.

Cron Key

Component type

module

Maintenance status

Development status

Downloads

4236

Component created

Component changed

Cron Key is a module that adds various utility functions for the Drupal cron system. As of July 29, 2013, this project is under new maintainership.

Drupal 6
The Drupal 6 version was originally contributed by doq and protects "cron.php" against unauthorized access. This version is no longer supported.