aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_register.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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_register, mod_vcard, mod_muc: Use module:open_store()
* mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: ↵Kim Alvefur2013-03-231-1/+0
| | | | Remove unused imports
* 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 ↵Kim Alvefur2012-08-251-1/+7
| | | | deleting
* mod_register: Remove all account cleanupKim Alvefur2012-08-251-23/+0
|
* mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, ↵Kim Alvefur2012-07-261-2/+2
| | | | mod_welcome: Use module:send() instead of core_*_stanza()
* mod_register: Add support for additional registration fieldsFlorian Zeitz2011-08-121-14/+86
|
* mod_register: Change the default for 'allow_registration' from true to ↵Matthew Wild2011-05-281-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 Wild2011-05-281-2/+3
| | | | (now it is being checked on every new c2s stream)
* Advertise in-band registration support.Glenn Maynard2011-05-271-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 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 ↵Matthew Wild2011-01-041-2/+15
| | | | requests addressed to='host' (defaults to true)
* 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 ↵Matthew Wild2010-06-291-1/+1
| | | | but missed in a merge)
* 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
| | | | | | | | cause problems).
* | 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 ↵Waqas Hussain2010-01-111-1/+1
| | | | Neustradamus).
* mod_register: Properly notify contacts of subscription removal on account ↵Waqas Hussain2009-11-281-7/+7
| | | | deletion.
* 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 ↵Waqas Hussain2009-10-021-1/+1
| | | | | | | | 'cancel' to 'wait'.
| * 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 ↵Waqas Hussain2009-03-301-2/+3
| | | | of issue #57)
* 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
|