| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
* | mod_register: Return a <not-acceptable/> error on empty usernames (thanks Neu... | Waqas Hussain | 2010-01-11 | 1 | -1/+1 |
* | mod_register: Properly notify contacts of subscription removal on account del... | Waqas Hussain | 2009-11-28 | 1 | -7/+7 |
* | mod_register: Log a debug message when a session's IP is not available. | Waqas Hussain | 2009-11-18 | 1 | -1/+3 |
* | Merge with 0.5 | Waqas Hussain | 2009-10-02 | 1 | -10/+12 |
|\ |
|
| * | mod_register: Added helpful text to registration error responses. | Waqas Hussain | 2009-10-02 | 1 | -6/+5 |
| * | mod_register: Changed error type for hitting registration rate limit from 'ca... | Waqas Hussain | 2009-10-02 | 1 | -1/+1 |
| * | mod_register: Fixed: No error was returned if username failed nodeprep. | Waqas Hussain | 2009-10-02 | 1 | -4/+7 |
* | | mod_register: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-13 | 1 | -6/+5 |
|/ |
|
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | mod_register: Attach session to user-registered and user-deregistered events | Matthew Wild | 2009-05-21 | 1 | -2/+3 |
* | mod_register: Fire events and log on account creation/deletion | Matthew Wild | 2009-05-19 | 1 | -0/+5 |
* | mod_*: Fix a load of global accesses | Matthew Wild | 2009-04-22 | 1 | -1/+3 |
* | Fixed: mod_register: Node prepping was not being applied to usernames (part o... | Waqas Hussain | 2009-03-30 | 1 | -2/+3 |
* | Fixed: mod_regster: traceback when removing accounts | Waqas Hussain | 2009-03-30 | 1 | -8/+9 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
* | mod_register: Fixed an error happening during account deletion | Waqas Hussain | 2009-02-23 | 1 | -1/+1 |