aboutsummaryrefslogtreecommitdiff
path: root/config.example.toml
Commit message (Collapse)AuthorAgeFilesLines
* Allow setting a global message ratelimitGravatar klea2026-05-011-0/+2
| | | | | | | | | | | This allows configuring a http2irc instance to have a higher global message sending rate limit different from the default hard-coded rate of 1 message / second, whilst keeping backwards compatibility by keeping default value being the hard-coded one. In addition if the rate limit is set to 0, which can be done live, the bot will stop sending queued messages whilst keeping the IRC connection alive.
* Add logging section to example configGravatar JustAnotherArchivist2025-12-191-0/+4
|
* Separate POST and GET authGravatar JustAnotherArchivist2021-10-091-2/+4
| | | | Backwards-incompatible change: setting either of these to `false` means that all POST or GET requests are denied. (In practice, supporting unauthenticated requests were a bad idea anyway.)
* Add family config option to exampleGravatar JustAnotherArchivist2021-10-091-0/+2
|
* Add option to truncate overlong messages instead of splitting themGravatar JustAnotherArchivist2020-05-131-0/+2
|
* Switch from CertFP to the more reliable and secure SASL EXTERNALGravatar JustAnotherArchivist2020-05-111-1/+1
|
* Add a way to pass additional arguments into the moduleGravatar JustAnotherArchivist2019-12-221-0/+2
|
* Add support for transformation/translation modules that do arbitrary request ↵Gravatar JustAnotherArchivist2019-12-221-0/+2
| | | | | | processing to generate the message Fixes #3
* Add CertFP supportGravatar JustAnotherArchivist2019-12-151-0/+3
|
* Add example config fileGravatar JustAnotherArchivist2019-12-021-0/+21