An open API service indexing awesome lists of open source software.

https://github.com/martinetd/matrirc

irc gateway to matrix
https://github.com/martinetd/matrirc

irc irc-server matrix

Last synced: 11 months ago
JSON representation

irc gateway to matrix

Awesome Lists containing this project

README

          

# matrirc

simple ircd bridging to matrix

# Features

- e2e encryption
- client verification
- properly prompts on room invitations
- can accept encrypted files to local directory (`--media-dir`) and give links if configured (`--media-url`, prefix up to file name).
You'll need to configure cleanup yourself at this point.

# Usage

- Run server with `--allow-register`, connect from an irc client with a password set
- Follow prompt to login to your account
- Once logged in, we remember you from nick/password: you can reconnect without `--allow-register` and get your session back

# TODO

Things known not to work, planned:
- notification on topic/icon change

Not planned short term, but would accept PR:
- initiate joining room from irc (add metacommand through 'matrirc' queries, like verification)
- mentions (look for @nick in messages -> search nick in room members -> translate to real userId for highlight)
- mentions, other way around (translate @userId to @nick)

Not planned ever?:
- calls/video