matrix2051
matrix2051 copied to clipboard
A Matrix gateway for IRC: connect to Matrix from your favorite IRC client.
This will have to wait for libolm (or an alternative) to be documented; ideally with an Elixir/Erlang binding.
I'm using this locally and it seems to work fine. If display names are ever used to derive nicks this will need more work (in particular, send `NICK` when a...
The idea is simple: rather than force-joining you to all your Matrix channels, support `LIST` to list all of them and let the user opt-in from the IRC side using...
My homeserver runs on `matrix.ancilla.ca`. In order to use it without the leading `matrix.`, the webserver at `ancilla.ca` serves redirects on the `.well-known/matrix` directory: ``` $ curl -i https://ancilla.ca/.well-known/matrix/client HTTP/2...
For a little while now (since f515c9724d47253cfa0752add6d09eb0c879ed5c?), M51 waits for a `canonical_alias` event before sending any message from a room. This means that rooms without one are never shown. Instead...
For native Matrix users, the mxid is usually at least somewhat descriptive, but for users bridged in from other protocols the mxid is almost universally useless. For example, any matrix...
it's really hard, in Matrix they are actual rooms you can invite people to. So currently, they are shown like a regular channel with a random name
I noticed that I get this message below every few minutes: ``` -Server Notice- Error while sending message: {:room_not_found, "user:example.com"} ```` I have not joined any room with my own...
I recently gave matrix2051 a try by cloning from github. My client is irssi. Two issues: 1. After I join a channel (autojoin'd to channels I'm already in), I get...
Not tested live yet https://github.com/ircv3/ircv3-specifications/pull/525