1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Allow a different badpasslimit for partially connected users.

Closes #455.
This commit is contained in:
Sadie Powell
2025-08-21 10:12:13 +01:00
parent 6864bc6171
commit dd13846cad
2 changed files with 31 additions and 3 deletions
+16
View File
@@ -605,6 +605,22 @@ module
* The nick of the client which operates as the SASL agent.
*/
#agent = "NickServ"
/*
* Sets the number of invalid SASL authentication attempts before services
* removes a partially-connected user from the network. If not defined then
* the value specified in options:badpasslimit will be used instead.
*/
#badpasslimit = 1
/*
* Sets the time after which invalid SASL authentication attempts are
* forgotten about. If a user does not fail to authenticate in this amount
* of time, the incorrect password count will reset to zero. If not defined
* then the value specified in options:badpasstimeout will be used instead.
*/
#badpasstimeout = 15m
}
/*