Features
- Warn Matrix users if they are unable to speak in a channel. (#1204)
- Add
!plumbadmin command to bridge rooms (#1211) - Use replies when responding to admin commands. (#1215)
- Add
ircClients.realnameFormatoption in the config to show mxid in reverse in the realname field of IRC clients. (#1229) - Add
pingTimeoutMsandpingRateMsas options to the config (#1232)
Bugfixes
- Fix potential error when using killUser debug endpoint (#1206)
- Fix an issue that would cause
!bridgeversionto reportUnknownwhen 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-bridgeto2.5.0-rc1(#1233)