mod_auth_external: Improve error handling when non-blocking mode used without libevent
|
Matthew Wild |
Fri, 30 Aug 2019 13:28:30 +0100 |
mod_auth_external: Use blocking mode by default as non-blocking is experimental but available in 0.11.x
|
Kim Alvefur |
Sat, 01 Dec 2018 15:22:49 +0100 |
mod_auth_external: Make sure processes are killed when Prosody shuts down
|
Kim Alvefur |
Sat, 18 Nov 2017 01:01:59 +0100 |
mod_auth_external: Shut down all auth processes when module is unloaded (fixes #674) (thanks ZNikke)
|
Kim Alvefur |
Sat, 18 Nov 2017 00:37:42 +0100 |
mod_auth_external: Silence warnings about unused arguments [luacheck]
|
Kim Alvefur |
Sat, 18 Nov 2017 00:36:22 +0100 |
mod_auth_external: Remove duplicated local variable [luacheck]
|
Kim Alvefur |
Sat, 18 Nov 2017 00:35:36 +0100 |
mod_auth_external: Split long lines [luacheck]
|
Kim Alvefur |
Sat, 18 Nov 2017 00:34:47 +0100 |
mod_auth_external: Update URL to new location
|
Kim Alvefur |
Sun, 03 Jan 2016 14:08:48 +0100 |
all the things: Remove trailing whitespace
|
Florian Zeitz |
Tue, 11 Mar 2014 18:44:01 +0100 |
mod_auth_external: merge two if blocks with an elseif
|
Matthew Wild |
Thu, 19 Sep 2013 17:57:25 +0100 |
mod_auth_external: Support for multiple auth processes (set external_auth_processes = N) - requires non-blocking mode
|
Matthew Wild |
Wed, 14 Aug 2013 02:38:50 +0100 |
mod_auth_external: Re-organise initialization a bit (superficial)
|
Matthew Wild |
Wed, 14 Aug 2013 02:27:04 +0100 |
mod_auth_external: Add non-blocking mode (requires trunk, libevent and lpty 1.0.1). Our first complete non-blocking auth module!
|
Matthew Wild |
Tue, 13 Aug 2013 23:37:31 +0100 |
mod_auth_external: Fix logging of errors
|
Matthew Wild |
Tue, 13 Aug 2013 23:36:40 +0100 |
mod_auth_external: Log full response from pty if it appears to be an error message
|
Matthew Wild |
Tue, 13 Aug 2013 21:37:05 +0100 |