aboutsummaryrefslogtreecommitdiffstats
path: root/core/usermanager.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge 0.7->trunkMatthew Wild2010-05-201-2/+4
|\| | | |/ |/|
| * usermanager, mod_saslauth: Make account provisioning for Cyrus SASL optional ↵Matthew Wild2010-05-201-2/+4
| | | | | | | | (default: not required)
* | usermanager: Changed auth provider functions to methods.Waqas Hussain2010-05-191-14/+14
| |
* | usermanager: Export new_default_provider()Matthew Wild2010-05-151-0/+2
| |
* | usermanager: Handle auth providers for components.Waqas Hussain2010-05-131-2/+4
| |
* | usermanager: Fix logic for per-host admin tables (thanks Maranda)Matthew Wild2010-05-121-6/+8
| |
* | usermanager: Bump log level of incorrect config option warningsMatthew Wild2010-05-071-2/+2
| |
* | usermanager: Fix for is_admin to work with the new auth provider architectureMatthew Wild2010-05-071-7/+16
| |
* | usermanager: Give the default auth provider a name, you'll never guess what ↵Matthew Wild2010-05-051-1/+1
| | | | | | | | it is.
* | usermanager: Support for pluggable authentication providersMatthew Wild2010-05-051-48/+83
|/
* usermanager: Added function set_password.Waqas Hussain2010-03-241-0/+9
|
* usermanager: Return sane errors/results when Cyrus SASL is in use.Waqas Hussain2010-03-231-1/+8
|
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
|
* usermanager: Removed an unnecessary global access.Waqas Hussain2009-10-211-4/+1
|
* usermanager: Logged a clear warning when the 'admins' option is not a table.Waqas Hussain2009-10-211-1/+1
|
* usermanager: Changed function is_admin to allow checking for host-specific ↵Waqas Hussain2009-10-211-2/+6
| | | | admins.
* usermanager: Reduced some codeWaqas Hussain2009-07-251-3/+1
|
* usermanager: Removed an unnecessary checkWaqas Hussain2009-07-251-1/+1
|
* Switch to using a more generic credentials_callback/handler for SASL auth.nick2009-07-241-3/+8
| | | | | | | Not all authentication mechanisms have the same requirements; it makes sense to provide them only with the information they require (and for them to depend on that) so that as many auth mechanisms as possible can be supported with a variety of credentials-storing schemes. This commit patches that together
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
|
* 0.3->0.4Matthew Wild2009-03-201-1/+1
|
* usermanager: Added is_admin(jid)Waqas Hussain2009-03-081-0/+15
|
* 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
|
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
|
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
|
* Completely switched to new hashes library from the old md5 libraryWaqas Hussain2008-11-281-8/+3
|
* Updated usermanager with DIGEST-MD5 supportWaqas Hussain2008-11-091-5/+40
|
* User registration, etc (jabber:iq:register)Waqas Hussain2008-10-051-0/+8
|
* Session destruction fixes, some debugging code while we fix the rest. Also ↵Matthew Wild2008-10-041-0/+2
| | | | change logger to be more useful.
* SASL!Matthew Wild2008-10-021-0/+2
| | | | | (but before you get too excited, no resource binding yet. And yes, there are still plenty of rough edges to the code...) ((eg. must move <stream:features> out of xmlhandlers.lua o_O ))
* Added all the files to please hg :/matthew2008-08-241-0/+11