comparison mod_limit_auth/README.markdown @ 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 5daabb5fe24a
children
comparison
equal deleted inserted replaced
2120:f6dcfe263b85 2121:4916c1b6517f
23 23
24 limit_auth_period = 30 -- over 30 seconds 24 limit_auth_period = 30 -- over 30 seconds
25 25
26 limit_auth_max = 5 -- tolerate no more than 5 failed attempts 26 limit_auth_max = 5 -- tolerate no more than 5 failed attempts
27 27
28 -- Will only work with Prosody 0.10: 28 -- Will only work with Prosody trunk:
29 limit_auth_tarpit_delay = 10 -- delay answer this long 29 limit_auth_tarpit_delay = 10 -- delay answer this long
30 ``` 30 ```
31 31
32 Compatibility 32 Compatibility
33 ============= 33 =============
34 34
35 Requires 0.9 or later. The tarpit feature requires Prosody 0.10 or 35 Requires 0.9 or later. The tarpit feature requires Prosody trunk.
36 later.