| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_register: Add comments saying which section handles password change, acco... | Kim Alvefur | 2017-08-24 | 1 | -0/+2 |
* | core.usermanager, various modules: Disconnect other resources on password cha... | Kim Alvefur | 2017-07-28 | 1 | -1/+1 |
* | 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 c2s_require_encryptio... | Kim Alvefur | 2017-02-21 | 1 | -1/+4 |
| * | 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 |
* | | 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 the... | Kim Alvefur | 2015-12-23 | 1 | -1/+7 |
* | | 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 ip... | Kim Alvefur | 2015-12-23 | 1 | -13/+17 |
* | | mod_register: Add comment explaining the workaround for replying when the acc... | Kim Alvefur | 2015-12-21 | 1 | -0/+1 |
* | | 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_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove... | Kim Alvefur | 2013-03-23 | 1 | -1/+0 |
* | 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 d... | Kim Alvefur | 2012-08-25 | 1 | -1/+7 |
* | mod_register: Remove all account cleanup | Kim Alvefur | 2012-08-25 | 1 | -23/+0 |
* | mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod... | Kim Alvefur | 2012-07-26 | 1 | -2/+2 |
* | 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 false,... | Matthew Wild | 2011-05-28 | 1 | -1/+1 |
* | mod_register: Move allow_registration option into an upvalue for efficiency (... | Matthew Wild | 2011-05-28 | 1 | -2/+3 |
* | Advertise in-band registration support. | Glenn Maynard | 2011-05-27 | 1 | -0/+12 |
* | 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 r... | Matthew Wild | 2011-01-04 | 1 | -2/+15 |
* | 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 |
* | mod_register: Remove the offline store as a list (originally aa3725bbcde5 but... | Matthew Wild | 2010-06-29 | 1 | -1/+1 |
* | Merge 0.7->trunk | Matthew Wild | 2010-06-29 | 1 | -0/+1 |
|\ |
|
| * | mod_register: Delete the offline store as a list, and delete the privacy store. | Waqas Hussain | 2010-06-24 | 1 | -1/+2 |
| * | mod_register: Don't disable account before deleting it (unnecessary, and can ... | Waqas Hussain | 2010-06-24 | 1 | -1/+1 |
* | | Check in mod_hashpassauth -- works! | Jeff Mitchell | 2010-05-26 | 1 | -2/+2 |
|/ |
|
* | mod_register: Use set_password to set passwords instead of create_user. | Waqas Hussain | 2010-03-24 | 1 | -2/+3 |