aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_register.lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* mod_register: Fixed an error happening during account deletionWaqas Hussain2009-02-231-1/+1
* Fixed: User resources not disconnected correctly on account deleteWaqas Hussain2009-02-121-1/+1
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* Add option to in-band registration to allow only whitelisted IPs to registerMatthew Wild2009-01-111-1/+2
* Added rate limiting to in-band registration, and added IP [black/white]listsMatthew Wild2009-01-111-0/+29
* Add allow_registration option to disable account registrationMatthew Wild2008-12-291-1/+4
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* Changed the datastore for vCards from vCard to vcard in mod_vcard and mod_reg...Waqas Hussain2008-12-051-1/+1
* Change modules to use the new add_feature module API method.Waqas Hussain2008-12-041-1/+1
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20