aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_watchregistrations.lua
Commit message (Expand)AuthorAgeFilesLines
* plugins: Use get_option_enum where appropriateKim Alvefur2021-01-161-1/+1
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-2/+2
* mod_watchregistrations: Allow making the message type configurableKim Alvefur2018-05-201-1/+2
* Merge 0.9->0.10Kim Alvefur2017-05-271-1/+2
|\
| * mod_watchregistrations: Return the pointer to the root of the stanza, fixes #...Emmanuel Gil Peyrot2017-05-271-1/+2
* | mod_watchregistrations: add a "registration_from" optionmathieui2017-01-241-1/+2
* | mod_watchregistrations: Use type-specific config API for 'registration_notifi...Kim Alvefur2016-03-111-1/+1
* | Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
|/
* mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod...Kim Alvefur2012-07-261-1/+1
* mod_watchregistrations: Convert JID list to a set, and prep before use to fix...Matthew Wild2012-05-241-2/+3
* mod_watchregistrations: Fixed an undefined global access (thanks Medics).Waqas Hussain2011-12-121-1/+1
* mod_watchregistrations: Update to pass default options to module:get_option()...Matthew Wild2011-10-121-18/+15
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-2/+2
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* mod_watchregistrations: Updated to use module:get_option instead of configman...Waqas Hussain2009-08-081-5/+3
* Add copyright header to those files missing oneMatthew Wild2009-07-101-0/+8
* mod_watchregistrations: Use module:hook instead of module:add_event_hookWaqas Hussain2009-05-311-1/+2
* mod_watchregistrations: admin -> adminsMatthew Wild2009-05-271-1/+1
* mod_watchregistrations: New plugin to send a message to admins when a new use...Matthew Wild2009-05-261-0/+25