Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_register: Add a dependency on mod_watchregistrations | Emmanuel Gil Peyrot | 2020-06-29 | 1 | -0/+1 |
| | | | | | Spammers are a big hassle, hopefully this will make admins aware of them sooner than when they’ve already spammed a bunch. | ||||
* | mod_register: Move dependency on mod_register_limits into mod_register_ibr | Kim Alvefur | 2018-11-07 | 1 | -1/+0 |
| | |||||
* | mod_register_ibr: Split out throttling and IP limitations into ↵ | Kim Alvefur | 2017-12-09 | 1 | -0/+1 |
| | | | | mod_register_limits (#723) | ||||
* | mod_register: Split into mod_register_ibr and mod_user_account_management (#723) | Kim Alvefur | 2017-10-07 | 1 | -298/+3 |
| | | | | | - mod_register_ibr handles in-band registration - mod_user_account_management handles password change and user deletion | ||||
* | mod_register: Include the session and its IP address in user-registering ↵ | Kim Alvefur | 2017-12-08 | 1 | -1/+1 |
| | | | | event, so that plugins can use this | ||||
* | mod_register: Support CIDR notation in white-/blacklists (closes #941) | Kim Alvefur | 2017-12-01 | 1 | -2/+19 |
| | |||||
* | mod_register: Add comments saying which section handles password change, ↵ | Kim Alvefur | 2017-08-24 | 1 | -0/+2 |
| | | | | account deletion and which is in-band registration | ||||
* | core.usermanager, various modules: Disconnect other resources on password ↵ | Kim Alvefur | 2017-07-28 | 1 | -1/+1 |
| | | | | change (thanks waqas) (fixes #512) | ||||
* | mod_register: Add ::1 to the default registration_whitelist. | Emmanuel Gil Peyrot | 2017-07-16 | 1 | -1/+1 |
| | |||||
* | mod_register: Include additional data in user-registering event | Kim Alvefur | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | mod_register: Remove check for empty table (previous line sets a field) | Kim Alvefur | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | Merge 0.9->0.10 | Kim Alvefur | 2017-02-25 | 1 | -1/+4 |
|\ | |||||
| * | mod_register: Require encryption before registration if ↵ | Kim Alvefur | 2017-02-21 | 1 | -1/+4 |
| | | | | | | | | c2s_require_encryption is set (fixes #595) | ||||
| * | mod_register: get_child_text! (thanks Lloyd) | Kim Alvefur | 2014-07-03 | 1 | -2/+2 |
| | | |||||
* | | mod_register: Fix syntax errors | Kim Alvefur | 2017-01-06 | 1 | -2/+1 |
| | | |||||
* | | mod_register: Verify that fields are known to prevent traceback | Kim Alvefur | 2017-01-06 | 1 | -0/+3 |
| | | |||||
* | | mod_register: Strip '+' char from field names without using length | Kim Alvefur | 2017-01-06 | 1 | -1/+1 |
| | | |||||
* | | mod_register: Allow 'title' and 'instructions' fields to be customized | Kim Alvefur | 2017-01-05 | 1 | -3/+8 |
| | | |||||
* | | mod_register: Record the time of registration in the account details store | Kim Alvefur | 2016-12-01 | 1 | -0/+1 |
| | | |||||
* | | mod_register: Rename session reference in wrapped close method [luacheck] | Kim Alvefur | 2016-11-02 | 1 | -3/+3 |
| | | |||||
* | | mod_register: Use throttle_max as indicator of limits being enabled, in case ↵ | Kim Alvefur | 2016-11-02 | 1 | -1/+1 |
| | | | | | | | | min_seconds_between_registrations is not used | ||||
* | | mod_register: Additional logging for various registration failure cases | Kim Alvefur | 2016-11-02 | 1 | -0/+11 |
| | | |||||
* | | mod_register: Fix inverted throttle check (fixes #724) | Kim Alvefur | 2016-08-13 | 1 | -1/+1 |
| | | |||||
* | | mod_register: Make sure only an on_evict function or nil is passed to util.cache | Kim Alvefur | 2016-03-17 | 1 | -1/+1 |
| | | |||||
* | | mod_register: Fix typo | Kim Alvefur | 2016-01-01 | 1 | -1/+1 |
| | | |||||
* | | mod_register: Support for blacklisting ips that are still over limit when ↵ | Kim Alvefur | 2015-12-23 | 1 | -1/+7 |
| | | | | | | | | they get pushed out of the cache | ||||
* | | mod_register: Use util.cache to limit the number of per-ip throttles kept | Kim Alvefur | 2015-12-23 | 1 | -3/+6 |
| | | |||||
* | | mod_register: Switch to using util.throttle for limiting registrations per ↵ | Kim Alvefur | 2015-12-23 | 1 | -13/+17 |
| | | | | | | | | ip per time | ||||
* | | mod_register: Add comment explaining the workaround for replying when the ↵ | Kim Alvefur | 2015-12-21 | 1 | -0/+1 |
| | | | | | | | | account is being deleted | ||||
* | | mod_register: Use session log instance to ease indentification | Kim Alvefur | 2015-12-21 | 1 | -4/+6 |
| | | |||||
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -5/+5 |
| | | |||||
* | | mod_register: Use more specific get_option variants | Kim Alvefur | 2013-08-02 | 1 | -7/+4 |
| | | |||||
* | | mod_register: Fix indentation | Kim Alvefur | 2013-06-19 | 1 | -1/+1 |
| | | |||||
* | | mod_register: get_child_text()! | Kim Alvefur | 2013-05-28 | 1 | -2/+2 |
|/ | |||||
* | mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, ↵ | Kim Alvefur | 2013-04-19 | 1 | -2/+3 |
| | | | | mod_register, mod_vcard, mod_muc: Use module:open_store() | ||||
* | mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: ↵ | Kim Alvefur | 2013-03-23 | 1 | -1/+0 |
| | | | | Remove unused imports | ||||
* | mod_register: Fire event to allow blocking user registration | Florian Zeitz | 2012-10-01 | 1 | -0/+6 |
| | |||||
* | mod_register: Hijack the session close call to send the final iq reply when ↵ | Kim Alvefur | 2012-08-25 | 1 | -1/+7 |
| | | | | deleting | ||||
* | mod_register: Remove all account cleanup | Kim Alvefur | 2012-08-25 | 1 | -23/+0 |
| | |||||
* | mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, ↵ | Kim Alvefur | 2012-07-26 | 1 | -2/+2 |
| | | | | mod_welcome: Use module:send() instead of core_*_stanza() | ||||
* | mod_register: Add support for additional registration fields | Florian Zeitz | 2011-08-12 | 1 | -14/+86 |
| | |||||
* | mod_register: Change the default for 'allow_registration' from true to ↵ | Matthew Wild | 2011-05-28 | 1 | -1/+1 |
| | | | | false, most users shouldn't be affected as allow_registration is already explicitly set in the default config file. | ||||
* | mod_register: Move allow_registration option into an upvalue for efficiency ↵ | Matthew Wild | 2011-05-28 | 1 | -2/+3 |
| | | | | (now it is being checked on every new c2s stream) | ||||
* | Advertise in-band registration support. | Glenn Maynard | 2011-05-27 | 1 | -0/+12 |
| | | | | | | | | | | | | Implement optional registration support advertisement according to XEP-0077 sec8: <features> <register xmlns='http://jabber.org/features/iq-register'/> </features> --- plugins/mod_register.lua | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) | ||||
* | mod_register: Small code cleanup | Matthew Wild | 2011-01-04 | 1 | -5/+2 |
| | |||||
* | mod_register: Change to use new delete_user auth provider method | Matthew Wild | 2011-01-04 | 1 | -7/+10 |
| | |||||
* | mod_register: Add registration_compat config option to allow account remove ↵ | Matthew Wild | 2011-01-04 | 1 | -2/+15 |
| | | | | requests addressed to='host' (defaults to true) | ||||
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -1/+1 |
| | |||||
* | mod_register: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -68/+68 |
| | |||||
* | mod_register: Drop useless depencency on datamanager. | Waqas Hussain | 2010-07-20 | 1 | -1/+0 |
| |