Jump to content

Matrix and IRC/Bridge

From postmarketOS Wiki
Revision as of 21:06, 23 March 2025 by FerassElHafidi (talk | contribs) (FerassElHafidi moved page Matrix-IRC bridge to Matrix and IRC/Bridge)

postmarketOS runs an IRC<>Matrix bridge for bridging IRC and Matrix channels together.

How to use the bridge

When you join a Matrix channel bridged to IRC, a new IRC user linked to your Matrix account appears on the IRC side. By default it uses YourMatrixName|m as nickname, although it is changeable. You will also get a new invite to a PM named OFTC IRC Bridge Status.

Messaging IRC users

Messaging IRC users is as easy as messaging @oftc_IRC-nickname-goes-here:postmarketos.org. For example, to message bob, you'd open a PM with @oftc_bob:postmarketos.org.

Formatting

The bridge translates various Matrix formatting to IRC:

  • Basic formatting like bold and italic get sent normally
  • Reply-to get bridged as expected by IRC standards:
<someone|m> Oh hello everyone!
<f_[m]> someone|m: hi!
[a while later...]
<anotherPerson|m> <someone|m> Oh hello everyone!
<anotherPerson|m> hi, how are you?
  • Files are sent as normal links, sometimes with text before it (if the file attached has a description)
  • Unlike the former Matrix.org bridge which pastebins messages longer than 2 lines, only messages longer than 11 lines are pastebinned:
<someone|m> Hello I have a very complex problem ... (full message at <link goes here>)
  • Pings/Mention/Pills are properly translated on both sides

Joining IRC channels

Note This feature is only available to Core Contributors and Trusted Contributors.

To join IRC channels that are not explicitly bridged to Matrix (effectively using the IRC bridge as a bouncer), simply issue the following command to @oftc:postmarketos.org: !join #Your.IRC.Channel. If the channel is protected with a password, you can do !join #your.password-protected.irc.channel password.goes.here.

Customizing your IRC connection

The bridge allows you to control your connection to IRC in multiple ways.

Changing IRC-side nickname

Your nickname on IRC will be YourMatrixName|m by default, so for example if your Matrix ID is @alice:postmarketos.org your IRC nick will be alice|m. You can change it by sending the following to @oftc:postmarketos.org: !nick your_preferred_nickname.

Using NickServ

You can use NickServ from the bridge to connect to an IRC account. Some IRC channels may not allow you to speak until you register an account.

  1. First make sure you chose the IRC nickname you want (see previous section)
  2. Open a new chat with @oftc_NickServ:postmarketos.org
  3. If you haven't already: register your account:
    1. Send the following to NickServ: register <your_password_goes_here> <your_email_goes_here>
    2. Follow the instructions NickServ gives you afterwards
  4. Setup login on the bridge by sending the following to @oftc:postmarketos.org: !storepass <your_NickServ_password_goes_here> (TODO: Currently broken)
  5. Confirm it works by trying to reconnect: send !reconnect to @oftc:postmarketos.org
  6. If you need to manually identify, you can do so by sending the following to NickServ: identify <your_password_goes_here>

Whois information

When you connect to IRC, various fields are being set automatically for you:

-- luca|m (luca|m!~lucaz3ntu@2a01:4f9:2a:231:0:114:0:6) is @luca:z3ntu.xyz
-- luca|m is connected through the server kinetic.oftc.net (London, United Kingdom)
-- luca|m actually using host 2a01:4f9:2a:231:0:114:0:6
-- luca|m is connected via SSL (secure link)

A few things to note:

  • The host is a user-specific IP from the 2a01:4f9:2a:231::/64 IPv6 subnet
  • The realname field is set to the Matrix ID
  • The ident field is set to a truncated Matrix ID (customisable via !username in bridge PM)

How to request manual bridging

If you own an IRC channel and would like to bridge it to Matrix, or vice-versa, you can request bridging them. However there are some requirements:

  • The channel needs to be loosely-related to postmarketOS or Mainline Linux in general
  • You must own both the IRC and Matrix channel, or the owner of those channels must agree to the bridging

If you meet these requirements, feel free to open a GitLab issue: https://gitlab.postmarketos.org/postmarketOS/matrix-irc-bridge-request/-/issues/new?description_template=Default