plugins/mod_legacyauth.lua
Thu, 10 Feb 2022 15:48:34 +0000 Matthew Wild mod_legacyauth: Default to require encryption
Mon, 23 Dec 2019 23:11:28 +0100 Kim Alvefur mod_legacyauth: Report failure from sessionmanager (mostly invalid username)
Tue, 01 May 2018 20:45:22 +0200 Kim Alvefur mod_legacyauth: Split a long line [luacheck]
Tue, 21 Oct 2014 12:49:03 +0200 Kim Alvefur mod_legacyauth, mod_saslauth, mod_tls: Pass require_encryption as default option to s2s_require_encryption so the later overrides the former
Fri, 04 Jul 2014 22:52:34 +0200 Kim Alvefur mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use the newer stanza:get_child APIs and optimize away some table lookups
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Thu, 13 Sep 2012 18:48:35 +0100 Matthew Wild mod_legacyauth: Fix for sending error response to unauthed s2s connections
Tue, 07 Aug 2012 17:01:07 +0200 Kim Alvefur mod_legacyauth: Remove unused variable
Tue, 07 Aug 2012 17:00:12 +0200 Kim Alvefur mod_legacyauth: Return an error if username or resource fails stringprep (thanks iron)
Wed, 20 Apr 2011 18:19:28 +0100 Matthew Wild mod_legacyauth: Disallow on unencrypted connections by default, heed allow_unencrypted_plain_auth config option (thanks Maranda/Zash)
Sat, 16 Oct 2010 05:46:23 +0500 Waqas Hussain mod_legacyauth: Limit authentication to unauthenticated client connections.
Sat, 16 Oct 2010 05:41:49 +0500 Waqas Hussain mod_legacyauth: Updated to use the new events API.
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
Thu, 10 Jun 2010 03:54:22 +0500 Waqas Hussain mod_legacyauth: Fixed the ordering of parameters passed to usermanager.test_password.
Wed, 09 Jun 2010 22:20:53 +0500 Waqas Hussain mod_legacyauth: Use the new usermanager.test_password instead of usermanager.validate_credentials.
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Fri, 12 Feb 2010 04:22:01 +0500 Waqas Hussain mod_legacyauth: Hook stream-features event using new events API.
Mon, 05 Oct 2009 14:59:30 +0100 Matthew Wild require_encryption deprecated, use c2s_require_encryption instead
Sun, 27 Sep 2009 12:26:51 +0100 Matthew Wild Merge with 0.5
Sun, 27 Sep 2009 15:50:41 +0500 Waqas Hussain mod_legacyauth: Don't allow server-generated resource identifiers, as these are not support by legacy auth.
Sun, 27 Sep 2009 15:30:01 +0500 Waqas Hussain mod_legacyauth: Undo auth on bind fail. Legacy auth is atomic.
Sun, 27 Sep 2009 15:21:08 +0500 Waqas Hussain mod_legacyauth: Added node and resource prepping.
Thu, 13 Aug 2009 16:53:18 +0500 Waqas Hussain mod_legacyauth: Added a FIXME
Thu, 13 Aug 2009 16:51:35 +0500 Waqas Hussain mod_legacyauth: Refactored a bit
Thu, 13 Aug 2009 16:46:08 +0500 Waqas Hussain mod_legacyauth: Updated to use module:get_option instead of configmanager
Thu, 13 Aug 2009 16:45:47 +0500 Waqas Hussain mod_legacyauth: Removed useless 'require' call on every login attempt
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Fri, 29 May 2009 18:04:53 +0100 Matthew Wild mod_legacyauth: Hide stream feature when secure auth is enabled, and session isn't secure
Fri, 29 May 2009 14:33:55 +0100 Matthew Wild mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_encryption config option is true
Wed, 22 Apr 2009 21:32:23 +0100 Matthew Wild mod_*: Fix a load of global accesses
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4
Sun, 08 Mar 2009 04:49:51 +0500 Waqas Hussain mod_legacyauth: Added stream feature: <auth xmlns='http://jabber.org/features/iq-auth'/>
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009
Fri, 30 Jan 2009 17:40:25 +0000 Matthew Wild 0.2->0.3
Fri, 30 Jan 2009 17:22:56 +0000 Matthew Wild GPL->MIT!
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2
Thu, 04 Dec 2008 20:16:30 +0500 Waqas Hussain Change modules to use the new add_feature module API method.
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers
Thu, 27 Nov 2008 03:12:12 +0000 Matthew Wild Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.
Wed, 26 Nov 2008 08:27:09 +0500 Waqas Hussain Modules now sending disco replies
Sun, 16 Nov 2008 04:36:34 +0500 Waqas Hussain Fixed mod_legacyauth to use session.send for sending stanzas
Sun, 16 Nov 2008 03:16:53 +0500 Waqas Hussain Code cleanup for resource binding
Fri, 24 Oct 2008 14:45:50 +0100 Matthew Wild Fix mod_legacyauth to not use old stanza_dispatch
Sat, 04 Oct 2008 02:14:11 +0100 Matthew Wild Small fix for sending stanzas in case of resource binding error
Thu, 02 Oct 2008 01:08:58 +0100 Matthew Wild SASL!
Tue, 30 Sep 2008 19:52:00 +0100 Matthew Wild Huge commit to:
less more (0) tip