aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_register.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_register: Fix inverted throttle check (fixes #724)Kim Alvefur2016-08-131-1/+1
* mod_register: Make sure only an on_evict function or nil is passed to util.cacheKim Alvefur2016-03-171-1/+1
* mod_register: Fix typoKim Alvefur2016-01-011-1/+1
* mod_register: Support for blacklisting ips that are still over limit when the...Kim Alvefur2015-12-231-1/+7
* mod_register: Use util.cache to limit the number of per-ip throttles keptKim Alvefur2015-12-231-3/+6
* mod_register: Switch to using util.throttle for limiting registrations per ip...Kim Alvefur2015-12-231-13/+17
* mod_register: Add comment explaining the workaround for replying when the acc...Kim Alvefur2015-12-211-0/+1
* mod_register: Use session log instance to ease indentificationKim Alvefur2015-12-211-4/+6
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-5/+5
* mod_register: Use more specific get_option variantsKim Alvefur2013-08-021-7/+4
* mod_register: Fix indentationKim Alvefur2013-06-191-1/+1
* mod_register: get_child_text()!Kim Alvefur2013-05-281-2/+2
* mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, ...Kim Alvefur2013-04-191-2/+3
* mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove...Kim Alvefur2013-03-231-1/+0
* mod_register: Fire event to allow blocking user registrationFlorian Zeitz2012-10-011-0/+6
* mod_register: Hijack the session close call to send the final iq reply when d...Kim Alvefur2012-08-251-1/+7
* mod_register: Remove all account cleanupKim Alvefur2012-08-251-23/+0
* mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod...Kim Alvefur2012-07-261-2/+2
* mod_register: Add support for additional registration fieldsFlorian Zeitz2011-08-121-14/+86
* mod_register: Change the default for 'allow_registration' from true to false,...Matthew Wild2011-05-281-1/+1
* mod_register: Move allow_registration option into an upvalue for efficiency (...Matthew Wild2011-05-281-2/+3
* Advertise in-band registration support.Glenn Maynard2011-05-271-0/+12
* mod_register: Small code cleanupMatthew Wild2011-01-041-5/+2
* mod_register: Change to use new delete_user auth provider methodMatthew Wild2011-01-041-7/+10
* mod_register: Add registration_compat config option to allow account remove r...Matthew Wild2011-01-041-2/+15
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-1/+1
* mod_register: Updated to use the new events API.Waqas Hussain2010-10-161-68/+68
* mod_register: Drop useless depencency on datamanager.Waqas Hussain2010-07-201-1/+0
* mod_register: Remove the offline store as a list (originally aa3725bbcde5 but...Matthew Wild2010-06-291-1/+1
* Merge 0.7->trunkMatthew Wild2010-06-291-0/+1
|\
| * mod_register: Delete the offline store as a list, and delete the privacy store.Waqas Hussain2010-06-241-1/+2
| * mod_register: Don't disable account before deleting it (unnecessary, and can ...Waqas Hussain2010-06-241-1/+1
* | Check in mod_hashpassauth -- works!Jeff Mitchell2010-05-261-2/+2
|/
* mod_register: Use set_password to set passwords instead of create_user.Waqas Hussain2010-03-241-2/+3
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* mod_register: Return a <not-acceptable/> error on empty usernames (thanks Neu...Waqas Hussain2010-01-111-1/+1
* mod_register: Properly notify contacts of subscription removal on account del...Waqas Hussain2009-11-281-7/+7
* mod_register: Log a debug message when a session's IP is not available.Waqas Hussain2009-11-181-1/+3
* Merge with 0.5Waqas Hussain2009-10-021-10/+12
|\
| * mod_register: Added helpful text to registration error responses.Waqas Hussain2009-10-021-6/+5
| * mod_register: Changed error type for hitting registration rate limit from 'ca...Waqas Hussain2009-10-021-1/+1
| * mod_register: Fixed: No error was returned if username failed nodeprep.Waqas Hussain2009-10-021-4/+7
* | mod_register: Updated to use module:get_option instead of configmanagerWaqas Hussain2009-08-131-6/+5
|/
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* mod_register: Attach session to user-registered and user-deregistered eventsMatthew Wild2009-05-211-2/+3
* mod_register: Fire events and log on account creation/deletionMatthew Wild2009-05-191-0/+5
* mod_*: Fix a load of global accessesMatthew Wild2009-04-221-1/+3
* Fixed: mod_register: Node prepping was not being applied to usernames (part o...Waqas Hussain2009-03-301-2/+3
* Fixed: mod_regster: traceback when removing accountsWaqas Hussain2009-03-301-8/+9
* 0.3->0.4Matthew Wild2009-03-201-1/+1