| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed: User resources not disconnected correctly on account delete | Waqas Hussain | 2009-02-12 | 1 | -1/+1 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
* | Add option to in-band registration to allow only whitelisted IPs to register | Matthew Wild | 2009-01-11 | 1 | -1/+2 |
* | Added rate limiting to in-band registration, and added IP [black/white]lists | Matthew Wild | 2009-01-11 | 1 | -0/+29 |
* | Add allow_registration option to disable account registration | Matthew Wild | 2008-12-29 | 1 | -1/+4 |
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | Changed the datastore for vCards from vCard to vcard in mod_vcard and mod_reg... | Waqas Hussain | 2008-12-05 | 1 | -1/+1 |
* | Change modules to use the new add_feature module API method. | Waqas Hussain | 2008-12-04 | 1 | -1/+1 |
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
* | Bumper commit for the new modulemanager API \o/ Updates all the modules, thou... | Matthew Wild | 2008-11-27 | 1 | -2/+2 |
* | Modules now sending disco replies | Waqas Hussain | 2008-11-26 | 1 | -0/+2 |