Software /
code /
prosody-modules
Changeset
2121:4916c1b6517f
Update READMEs to indicate that async requires trunk (dropped from prosody 0.10)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 17 Mar 2016 18:13:28 +0100 |
parents | 2120:f6dcfe263b85 |
children | 2122:3f788f18cc10 |
files | mod_auth_http_async/README.markdown mod_limit_auth/README.markdown |
diffstat | 2 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_auth_http_async/README.markdown Thu Mar 17 16:45:27 2016 +0100 +++ b/mod_auth_http_async/README.markdown Thu Mar 17 18:13:28 2016 +0100 @@ -28,4 +28,4 @@ Compatibility ============= -Requires 0.10+ +Requires Prosody trunk
--- a/mod_limit_auth/README.markdown Thu Mar 17 16:45:27 2016 +0100 +++ b/mod_limit_auth/README.markdown Thu Mar 17 18:13:28 2016 +0100 @@ -25,12 +25,11 @@ limit_auth_max = 5 -- tolerate no more than 5 failed attempts - -- Will only work with Prosody 0.10: + -- Will only work with Prosody trunk: limit_auth_tarpit_delay = 10 -- delay answer this long ``` Compatibility ============= -Requires 0.9 or later. The tarpit feature requires Prosody 0.10 or -later. +Requires 0.9 or later. The tarpit feature requires Prosody trunk.