Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_watchregistrations: add a "registration_from" option | mathieui | 2017-01-24 | 1 | -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 Alvefur | 2016-03-11 | 1 | -1/+1 |
| | | | | 'registration_notification' | ||||
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
| | |||||
* | mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, ↵ | Kim Alvefur | 2012-07-26 | 1 | -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 Wild | 2012-05-24 | 1 | -2/+3 |
| | | | | fix traceback on invalid JIDs (thanks sMi) | ||||
* | mod_watchregistrations: Fixed an undefined global access (thanks Medics). | Waqas Hussain | 2011-12-12 | 1 | -1/+1 |
| | |||||
* | mod_watchregistrations: Update to pass default options to ↵ | Matthew Wild | 2011-10-12 | 1 | -18/+15 |
| | | | | module:get_option(), and reformat the code a little | ||||
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -2/+2 |
| | |||||
* | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| | |||||
* | mod_watchregistrations: Updated to use module:get_option instead of ↵ | Waqas Hussain | 2009-08-08 | 1 | -5/+3 |
| | | | | configmanager | ||||
* | Add copyright header to those files missing one | Matthew Wild | 2009-07-10 | 1 | -0/+8 |
| | |||||
* | mod_watchregistrations: Use module:hook instead of module:add_event_hook | Waqas Hussain | 2009-05-31 | 1 | -1/+2 |
| | |||||
* | mod_watchregistrations: admin -> admins | Matthew Wild | 2009-05-27 | 1 | -1/+1 |
| | |||||
* | mod_watchregistrations: New plugin to send a message to admins when a new ↵ | Matthew Wild | 2009-05-26 | 1 | -0/+25 |
user registers |