You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delay ident responses until pending clients have connected. Thanks to @heftig for the initial PR. (#825)
Allow admins to specify a bind port and/or hostname in the config. (#857)
When !storepass is called, reconnect the user to ensure the password is set. (#864)
Track last seen times of users between restarts (#876)
Add dry run mode to the debugApi /reapUsers command. (#879)
The bridge now supports error tracing via sentry (#897)
Bugfixes
Inviting the bridge bot to an existing bridged room will no longer cause the room to be bridged as an admin room. Invites must also use is_direct. (#846)
Replace calls to /state with more efficient calls, where possible. (#865)
Topic changes from Matrix no longer cause a ghost user to join the room. (#866)
Ensure bot clients stay connected after being disconnected. (#867)
Fix issue where the internal ipv6 counter would not be correctly set (#873)
Fix bug where users could not store or remove their password (#874)
Fix a bug where users could not generate registration files (#875)
Fix uploaded long message URL's not sent to IRC side. (#889)
Debug API is now correctly enabled on startup (#893)
Quit the app with exitcode 1 if it fails to start (#894)
The !storepass command now reconnects users with their new password. (#900)
Deprecations and Removals
Statsd is deprecated in this release, and will be removed in the next. Users are encouraged to use prometheus instead, which has richer logging capabilites. (#837)
Remove warnings/hacks around config.appservice. Users should have upgraded to the new format by now. (#849)