aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_register.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
|
* Changed the datastore for vCards from vCard to vcard in mod_vcard and ↵Waqas Hussain2008-12-051-1/+1
| | | | mod_register
* Change modules to use the new add_feature module API method.Waqas Hussain2008-12-041-1/+1
| | | | This also fixes the bug causing disco features being added to every disco reply for every host.
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
|
* Bumper commit for the new modulemanager API \o/ Updates all the modules, ↵Matthew Wild2008-11-271-2/+2
| | | | though some more changes may be in store.
* 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