aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_register.lua
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bumper commit for the new modulemanager API \o/ Updates all the modules, thou...Matthew Wild2008-11-271-2/+2
* Modules now sending disco repliesWaqas Hussain2008-11-261-0/+2
* Account deletion supportWaqas Hussain2008-11-231-1/+28
* Fixed mod_register to use session.send for sending stanzasWaqas Hussain2008-11-161-15/+14
* Added: mod_register now replies with an error stanza when file write failsWaqas Hussain2008-10-091-2/+4
* mod_InBandRegistration -> mod_registerMatthew Wild2008-10-051-0/+84