| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow setting a global message ratelimit | 2026-05-01 | 1 | -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 config | 2025-12-19 | 1 | -0/+4 | |
| | | |||||
| * | Separate POST and GET auth | 2021-10-09 | 1 | -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 example | 2021-10-09 | 1 | -0/+2 | |
| | | |||||
| * | Add option to truncate overlong messages instead of splitting them | 2020-05-13 | 1 | -0/+2 | |
| | | |||||
| * | Switch from CertFP to the more reliable and secure SASL EXTERNAL | 2020-05-11 | 1 | -1/+1 | |
| | | |||||
| * | Add a way to pass additional arguments into the module | 2019-12-22 | 1 | -0/+2 | |
| | | |||||
| * | Add support for transformation/translation modules that do arbitrary request ↵ | 2019-12-22 | 1 | -0/+2 | |
| | | | | | | | processing to generate the message Fixes #3 | ||||
| * | Add CertFP support | 2019-12-15 | 1 | -0/+3 | |
| | | |||||
| * | Add example config file | 2019-12-02 | 1 | -0/+21 | |
