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