Mon, 27 Dec 2010 20:46:01 +0500 Waqas Hussain usermanager: Assume authentication="anonymous" when anonymous_login=true. file | diff | annotate
Fri, 17 Dec 2010 22:54:34 +0500 Waqas Hussain usermanager: Fixed a possible traceback when is_admin() was used on a component. file | diff | annotate
Fri, 10 Dec 2010 00:07:28 +0500 Waqas Hussain usermanager: Removed redundant import of util.datamanager and util.hashes. file | diff | annotate
Thu, 11 Nov 2010 08:36:31 +0500 Waqas Hussain usermanager: Don't load auth modules for components. file | diff | annotate
Wed, 10 Nov 2010 22:27:09 +0500 Waqas Hussain modulemanager, usermanager: Removed hooks for the 'component-activated' event (components now fire 'host-activated'). file | diff | annotate
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster). file | diff | annotate
Mon, 23 Aug 2010 16:33:49 +0500 Waqas Hussain usermanager: Get rid unused Cyrus SASL related code. file | diff | annotate
Sat, 31 Jul 2010 11:30:16 +0100 Matthew Wild usermanager: Fix two nil global accesses file | diff | annotate
Wed, 21 Jul 2010 21:01:36 +0100 Matthew Wild usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of parameters for usermanager.test_password - username, host, password file | diff | annotate
Wed, 14 Jul 2010 19:49:43 +0500 Waqas Hussain usermanager: Return a non-nil SASL handler from the null auth provider (fixes a traceback). file | diff | annotate
Thu, 08 Jul 2010 21:08:46 +0100 Matthew Wild mod_auth_internal, usermanager: Rename to mod_auth_internal_plain, and update usermanager to still use it as the default file | diff | annotate
Tue, 29 Jun 2010 19:11:18 +0100 Matthew Wild usermanager: Expose host_handler() as initialize_host() file | diff | annotate
Tue, 22 Jun 2010 19:00:01 +0100 Matthew Wild usermanager: is_admin: Resume the old role of determining precisely whether a user is an admin for a given host (or a global admin) - auth providers checked for JIDs not listed in the config if they support it file | diff | annotate
Wed, 09 Jun 2010 21:24:20 +0100 Matthew Wild usermanager: Handle checking for global admins on behalf of providers file | diff | annotate
Mon, 07 Jun 2010 02:32:13 +0500 Waqas Hussain usermanager: Changed get_supported_methods to get_sasl_handler. file | diff | annotate
Fri, 04 Jun 2010 14:33:36 +0100 Matthew Wild Rename mod_defaultauth -> mod_auth_internal, mod_hashpassauth -> mod_auth_internal_hashed, and the providers to internal and internal_hashed respectively. Also no longer auto-load defaultauth, but instead auto-load the plugin selected for each host at startup based on the provider name. file | diff | annotate
Fri, 04 Jun 2010 13:54:15 +0100 Matthew Wild usermanager: Rename the fallback provider from 'dummyauth' to 'null' file | diff | annotate
Fri, 04 Jun 2010 13:53:07 +0100 Matthew Wild usermanager: Add hunk that got missed in a merge file | diff | annotate
Fri, 28 May 2010 14:47:32 -0400 Jeff Mitchell Correct out of order logic in mod_hashpassauth file | diff | annotate
Thu, 27 May 2010 10:54:11 -0400 Jeff Mitchell Add mechanism for upgrading to hashed passwords from default. Remove some extra debug. file | diff | annotate
Wed, 26 May 2010 18:16:58 -0400 Jeff Mitchell Check in mod_hashpassauth -- works! file | diff | annotate
Thu, 20 May 2010 18:06:21 -0400 Jeff Mitchell Working defaultauth file | diff | annotate
Thu, 20 May 2010 14:18:12 -0400 Jeff Mitchell Update usermanager to not crash, etc. file | diff | annotate
Thu, 20 May 2010 11:51:24 -0400 Jeff Mitchell First bit of work file | diff | annotate
Fri, 04 Jun 2010 11:59:27 +0100 Matthew Wild Merge backout file | diff | annotate
Fri, 04 Jun 2010 11:54:17 +0100 Matthew Wild Backed out changeset 8bd3857a75ee file | diff | annotate
Sun, 23 May 2010 23:11:00 +0100 Matthew Wild Merge 0.7->trunk file | diff | annotate
Mon, 24 May 2010 00:49:12 +0500 Waqas Hussain usermanager: Take datamanager errors into account when determining account existance. file | diff | annotate
Thu, 20 May 2010 11:44:41 +0100 Matthew Wild Merge 0.7->trunk file | diff | annotate
Thu, 20 May 2010 11:32:24 +0100 Matthew Wild usermanager, mod_saslauth: Make account provisioning for Cyrus SASL optional (default: not required) file | diff | annotate
Wed, 19 May 2010 10:49:27 +0500 Waqas Hussain usermanager: Changed auth provider functions to methods. file | diff | annotate
Sat, 15 May 2010 19:31:58 +0100 Matthew Wild usermanager: Export new_default_provider() file | diff | annotate
Thu, 13 May 2010 21:18:03 +0500 Waqas Hussain usermanager: Handle auth providers for components. file | diff | annotate
Wed, 12 May 2010 23:06:46 +0100 Matthew Wild usermanager: Fix logic for per-host admin tables (thanks Maranda) file | diff | annotate
Fri, 07 May 2010 21:43:37 +0100 Matthew Wild usermanager: Bump log level of incorrect config option warnings file | diff | annotate
Fri, 07 May 2010 21:42:45 +0100 Matthew Wild usermanager: Fix for is_admin to work with the new auth provider architecture file | diff | annotate
Wed, 05 May 2010 14:17:01 +0100 Matthew Wild usermanager: Give the default auth provider a name, you'll never guess what it is. file | diff | annotate
Wed, 05 May 2010 01:05:58 +0100 Matthew Wild usermanager: Support for pluggable authentication providers file | diff | annotate
Wed, 24 Mar 2010 00:03:31 +0500 Waqas Hussain usermanager: Added function set_password. file | diff | annotate
Tue, 23 Mar 2010 20:24:56 +0500 Waqas Hussain usermanager: Return sane errors/results when Cyrus SASL is in use. file | diff | annotate
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010 file | diff | annotate
Wed, 21 Oct 2009 11:41:11 +0500 Waqas Hussain usermanager: Removed an unnecessary global access. file | diff | annotate
Wed, 21 Oct 2009 11:40:29 +0500 Waqas Hussain usermanager: Logged a clear warning when the 'admins' option is not a table. file | diff | annotate
Wed, 21 Oct 2009 11:39:02 +0500 Waqas Hussain usermanager: Changed function is_admin to allow checking for host-specific admins. file | diff | annotate
Sat, 25 Jul 2009 19:18:37 +0500 Waqas Hussain usermanager: Reduced some code file | diff | annotate
Sat, 25 Jul 2009 19:15:05 +0500 Waqas Hussain usermanager: Removed an unnecessary check file | diff | annotate
Fri, 24 Jul 2009 01:34:25 +0100 nick Switch to using a more generic credentials_callback/handler for SASL auth. file | diff | annotate
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers file | diff | annotate
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4 file | diff | annotate
Sun, 08 Mar 2009 03:46:44 +0500 Waqas Hussain usermanager: Added is_admin(jid) file | diff | annotate
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009 file | diff | annotate
Fri, 30 Jan 2009 17:40:25 +0000 Matthew Wild 0.2->0.3 file | diff | annotate
Fri, 30 Jan 2009 17:22:56 +0000 Matthew Wild GPL->MIT! file | diff | annotate
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2 file | diff | annotate
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers file | diff | annotate
Fri, 28 Nov 2008 01:16:26 +0500 Waqas Hussain Completely switched to new hashes library from the old md5 library file | diff | annotate
Sun, 09 Nov 2008 03:33:38 +0500 Waqas Hussain Updated usermanager with DIGEST-MD5 support file | diff | annotate
Sun, 05 Oct 2008 04:55:45 +0500 Waqas Hussain User registration, etc (jabber:iq:register) file | diff | annotate
Sat, 04 Oct 2008 15:25:54 +0100 Matthew Wild Session destruction fixes, some debugging code while we fix the rest. Also change logger to be more useful. file | diff | annotate
Thu, 02 Oct 2008 01:08:58 +0100 Matthew Wild SASL! file | diff | annotate
(0) tip

mercurial