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
The key is automatically used to join Matrix users to the mapped channel. They do not need to know the key. For example, you can bridge password-protected IRC channels to invite-only Matrix rooms:
Add 'defaultOnline' and 'excludeRegex' parameters to /reapUsers. (#930)
Add support for MSC2346; adding information about the bridged channel into room state. (#941)
Added !listrooms command to list which channels you are connected to. (#965)
Bugfixes
Fix issue where bridges using NeDB would not start. (#955)
Substitute $SERVER in ircService.servers.*.dynamicChannels.aliasTemplate
when generating a room alias from channel (fixes thirdparty lookups and joining
by IRC channel name from Riot). (#958)
Fix an issue where the postgres migration script does not translate '_' => '.' (#962)
Fix issue where migrating users from NeDB to Postgres would fail if they had a password. (#968)
Fix bug where users would not be able to join a channel via !join. (#970)
Deprecations and Removals
Removed upgrade-db-0.*.js scripts which were used to upgrade old versions of the NeDB database. If you are upgrading from <=0.9.1 then you can find the upgrade scripts here. (#947)