mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
recommend fakelag=true
This commit is contained in:
parent
e879e89e91
commit
3f5d59838e
@ -19,6 +19,7 @@ This release includes a schema change. If you have `datastore.autoupgrade` set t
|
|||||||
* `bouncer` section added for configuring bouncer-like features (in particular, whether multiple clients can use the same nickname)
|
* `bouncer` section added for configuring bouncer-like features (in particular, whether multiple clients can use the same nickname)
|
||||||
* `check-ident` now has recommended value `false`
|
* `check-ident` now has recommended value `false`
|
||||||
* `nick-reservation.method` now has recommended value `strict`
|
* `nick-reservation.method` now has recommended value `strict`
|
||||||
|
* `fakelag.enabled` now has recommended value `true`
|
||||||
* `limits.linelen.tags` removed due to ratification of the [message-tags spec](https://ircv3.net/specs/extensions/message-tags.html), which fixes the maximum tags length at 8191 bytes
|
* `limits.linelen.tags` removed due to ratification of the [message-tags spec](https://ircv3.net/specs/extensions/message-tags.html), which fixes the maximum tags length at 8191 bytes
|
||||||
* `registration-messages` added to limit the length of the registration sequence (i.e., handshake)
|
* `registration-messages` added to limit the length of the registration sequence (i.e., handshake)
|
||||||
* `channels.operator-only-creation` added to optionally restrict creation of new channels to ircops (#537)
|
* `channels.operator-only-creation` added to optionally restrict creation of new channels to ircops (#537)
|
||||||
|
@ -562,7 +562,7 @@ limits:
|
|||||||
# fakelag: prevents clients from spamming commands too rapidly
|
# fakelag: prevents clients from spamming commands too rapidly
|
||||||
fakelag:
|
fakelag:
|
||||||
# whether to enforce fakelag
|
# whether to enforce fakelag
|
||||||
enabled: false
|
enabled: true
|
||||||
|
|
||||||
# time unit for counting command rates
|
# time unit for counting command rates
|
||||||
window: 1s
|
window: 1s
|
||||||
|
Loading…
Reference in New Issue
Block a user