Features
- Add Prometheus metrics for IRC connection times (#1418)
Bugfixes
- Fix an issue where a hot reload would fail if
advancedwas not defined in the original config. (#1383) - Update
matrix-org-ircto1.0.0to fix a bug where the bridge can crash. (#1388) - Fix an issue where a Matrix user's IRC connection is stuck and unable to join some channels. (#1394)
Improved Documentation
- Migrate the list of bridged IRC networks from the deprecated GitHub wiki to the hosted documentation (https://matrix-org.github.io/matrix-appservice-irc/latest/). Add libera.chat to the list. (#1416)
Internal Changes
- Handle known error-codes when OPER command fails instead of disconnecting. (#1385)
- Add a link referring to the in-tree documentation to the admin room help text. (#1402)
- Fix a bug where messages from IRC would be blocked by the privacy filter when
allowUnconnectedMatrixUsersset totruein a room config event. (#1406)