log mod_auth_external/mod_auth_external.lua @ 3389:c458f940b011

age author description
Sat, 01 Dec 2018 15:22:49 +0100 Kim Alvefur mod_auth_external: Use blocking mode by default as non-blocking is experimental but available in 0.11.x
Sat, 18 Nov 2017 01:01:59 +0100 Kim Alvefur mod_auth_external: Make sure processes are killed when Prosody shuts down
Sat, 18 Nov 2017 00:37:42 +0100 Kim Alvefur mod_auth_external: Shut down all auth processes when module is unloaded (fixes #674) (thanks ZNikke)
Sat, 18 Nov 2017 00:36:22 +0100 Kim Alvefur mod_auth_external: Silence warnings about unused arguments [luacheck]
Sat, 18 Nov 2017 00:35:36 +0100 Kim Alvefur mod_auth_external: Remove duplicated local variable [luacheck]
Sat, 18 Nov 2017 00:34:47 +0100 Kim Alvefur mod_auth_external: Split long lines [luacheck]
Sun, 03 Jan 2016 14:08:48 +0100 Kim Alvefur mod_auth_external: Update URL to new location
Tue, 11 Mar 2014 18:44:01 +0100 Florian Zeitz all the things: Remove trailing whitespace
Thu, 19 Sep 2013 17:57:25 +0100 Matthew Wild mod_auth_external: merge two if blocks with an elseif
Wed, 14 Aug 2013 02:38:50 +0100 Matthew Wild mod_auth_external: Support for multiple auth processes (set external_auth_processes = N) - requires non-blocking mode
Wed, 14 Aug 2013 02:27:04 +0100 Matthew Wild mod_auth_external: Re-organise initialization a bit (superficial)
Tue, 13 Aug 2013 23:37:31 +0100 Matthew Wild mod_auth_external: Add non-blocking mode (requires trunk, libevent and lpty 1.0.1). Our first complete non-blocking auth module!
Tue, 13 Aug 2013 23:36:40 +0100 Matthew Wild mod_auth_external: Fix logging of errors
Tue, 13 Aug 2013 21:37:05 +0100 Matthew Wild mod_auth_external: Log full response from pty if it appears to be an error message
Tue, 13 Aug 2013 20:01:33 +0100 Matthew Wild mod_auth_external: Remove unused import of jid.bare
Tue, 13 Aug 2013 19:35:07 +0100 Matthew Wild mod_auth_external: Remove is_admin (duplicates usermanager)
Tue, 13 Aug 2013 18:56:50 +0100 Matthew Wild mod_auth_external: Switch to lpty, remove file-based fallback, improve error messages and handling. Should greatly increase compatibility with scripts.
Mon, 24 Jun 2013 14:29:03 +0200 Mikael Nordfeldth Don't store password in temporary file, pipe instead
Sat, 26 Jan 2013 04:34:05 +0500 Waqas Hussain mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler.
Sat, 13 Oct 2012 02:33:06 +0500 Waqas Hussain mod_auth_external: Work even when the LuaProcessCall library isn't available.
Thu, 13 Sep 2012 00:17:42 +0500 Waqas Hussain mod_auth_external, mod_auth_internal_yubikey: Get rid of useless wrapper function around the auth provider.
Thu, 13 Sep 2012 00:08:29 +0500 Waqas Hussain mod_auth_*: Use module:provides(), and don't explicitly specify provider.name.
Wed, 23 Feb 2011 01:36:46 +0500 Waqas Hussain mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
Mon, 27 Dec 2010 20:15:21 +0500 Waqas Hussain mod_auth_*, mod_saslauth_muc: Update SASL callbacks to take SASL handler as first argument.
Wed, 21 Jul 2010 21:03:36 +0100 Matthew Wild mod_auth_external: Update for new usermanager.test_password syntax
Wed, 07 Jul 2010 13:27:46 +0200 Bjoern Kalkbrenner restart authorize command if crashed or ended; added example shell script
Thu, 10 Jun 2010 13:01:36 +0100 Matthew Wild mod_auth_external: Renamed from mod_extauth. Update logging and options (external_auth_protocol, external_auth_command) base mod_extauth/mod_extauth.lua@2cff637c48ca