0.24.0-rc1 (2021-02-02)
Pre-release
Pre-release
Features
- Warn Matrix users if they are unable to speak in a channel. (#1204)
- Add
!plumb
admin command to bridge rooms (#1211) - Use replies when responding to admin commands. (#1215)
- Add
ircClients.realnameFormat
option in the config to show mxid in reverse in the realname field of IRC clients. (#1229) - Add
pingTimeoutMs
andpingRateMs
as options to the config (#1232)
Bugfixes
- Fix potential error when using killUser debug endpoint (#1206)
- Fix an issue that would cause
!bridgeversion
to reportUnknown
when running inside a Docker container. (#1212) - Fix an issue where the QuitDebouncer would reprocess old QUITs, and process QUITs too early during the debouncing process. (#1228, #1230, #1231)
Internal Changes
- Update
matrix-appservice-bridge
to2.5.0-rc1
(#1233)