Log

plugins/mod_register.lua @ 5014:b2006c1cfa85

description author age
mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod_welcome: Use module:send() instead of core_*_stanza() Kim Alvefur Thu, 26 Jul 2012 04:35:13 +0200
mod_register: Add support for additional registration fields Florian Zeitz Fri, 12 Aug 2011 00:01:35 +0200
mod_register: Change the default for 'allow_registration' from true to false, most users shouldn't be affected as allow_registration is already explicitly set in the default config file. Matthew Wild Sat, 28 May 2011 00:23:05 +0100
mod_register: Move allow_registration option into an upvalue for efficiency (now it is being checked on every new c2s stream) Matthew Wild Sat, 28 May 2011 00:21:12 +0100
Advertise in-band registration support. Glenn Maynard Fri, 27 May 2011 17:04:43 +0100
mod_register: Small code cleanup Matthew Wild Tue, 04 Jan 2011 17:21:58 +0000
mod_register: Change to use new delete_user auth provider method Matthew Wild Tue, 04 Jan 2011 17:19:39 +0000
mod_register: Add registration_compat config option to allow account remove requests addressed to='host' (defaults to true) Matthew Wild Tue, 04 Jan 2011 17:15:47 +0000
Monster whitespace commit (beware the whitespace monster). Waqas Hussain Sat, 16 Oct 2010 23:00:42 +0500
mod_register: Updated to use the new events API. Waqas Hussain Sat, 16 Oct 2010 05:59:26 +0500
mod_register: Drop useless depencency on datamanager. Waqas Hussain Tue, 20 Jul 2010 17:42:44 +0500
mod_register: Remove the offline store as a list (originally aa3725bbcde5 but missed in a merge) Matthew Wild Tue, 29 Jun 2010 20:21:17 +0100
Merge 0.7->trunk Matthew Wild Tue, 29 Jun 2010 20:17:21 +0100
mod_register: Delete the offline store as a list, and delete the privacy store. Waqas Hussain Thu, 24 Jun 2010 03:47:35 +0500
mod_register: Don't disable account before deleting it (unnecessary, and can cause problems). Waqas Hussain Thu, 24 Jun 2010 03:46:52 +0500
Check in mod_hashpassauth -- works! Jeff Mitchell Wed, 26 May 2010 18:16:58 -0400
mod_register: Use set_password to set passwords instead of create_user. Waqas Hussain Wed, 24 Mar 2010 00:05:55 +0500
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
mod_register: Return a <not-acceptable/> error on empty usernames (thanks Neustradamus). Waqas Hussain Mon, 11 Jan 2010 17:52:28 +0500
mod_register: Properly notify contacts of subscription removal on account deletion. Waqas Hussain Sat, 28 Nov 2009 11:59:06 +0500
mod_register: Log a debug message when a session's IP is not available. Waqas Hussain Wed, 18 Nov 2009 06:23:41 +0500
Merge with 0.5 Waqas Hussain Fri, 02 Oct 2009 17:51:53 +0500
mod_register: Added helpful text to registration error responses. Waqas Hussain Fri, 02 Oct 2009 17:07:18 +0500
mod_register: Changed error type for hitting registration rate limit from 'cancel' to 'wait'. Waqas Hussain Fri, 02 Oct 2009 16:52:50 +0500
mod_register: Fixed: No error was returned if username failed nodeprep. Waqas Hussain Fri, 02 Oct 2009 16:50:30 +0500
mod_register: Updated to use module:get_option instead of configmanager Waqas Hussain Thu, 13 Aug 2009 17:21:44 +0500
Remove version number from copyright headers Matthew Wild Fri, 10 Jul 2009 03:11:45 +0100
mod_register: Attach session to user-registered and user-deregistered events Matthew Wild Thu, 21 May 2009 15:52:20 +0100
mod_register: Fire events and log on account creation/deletion Matthew Wild Tue, 19 May 2009 11:53:34 +0100
mod_*: Fix a load of global accesses Matthew Wild Wed, 22 Apr 2009 21:32:23 +0100