aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_watchregistrations.lua
Commit message (Collapse)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
| | | | | | | | #922.
* | mod_watchregistrations: add a "registration_from" optionmathieui2017-01-241-1/+2
| | | | | | | | | | This option, if set, makes all registration notifications come from a single JID, regardless of which virtualhost it comes from.
* | mod_watchregistrations: Use type-specific config API for ↵Kim Alvefur2016-03-111-1/+1
| | | | | | | | 'registration_notification'
* | Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
|/
* mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, ↵Kim Alvefur2012-07-261-1/+1
| | | | mod_welcome: Use module:send() instead of core_*_stanza()
* mod_watchregistrations: Convert JID list to a set, and prep before use to ↵Matthew Wild2012-05-241-2/+3
| | | | fix traceback on invalid JIDs (thanks sMi)
* mod_watchregistrations: Fixed an undefined global access (thanks Medics).Waqas Hussain2011-12-121-1/+1
|
* mod_watchregistrations: Update to pass default options to ↵Matthew Wild2011-10-121-18/+15
| | | | module:get_option(), and reformat the code a little
* 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 ↵Waqas Hussain2009-08-081-5/+3
| | | | configmanager
* 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 ↵Matthew Wild2009-05-261-0/+25
user registers