matrix-appservice-irc VS nimb

Compare matrix-appservice-irc vs nimb and see what are their differences.

nimb

NIMB IRC Matrix Bridge (NIMB) is a simple client tool that bridges IRC and Matrix channels and forwards messages from one to others (by susam)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
matrix-appservice-irc nimb
10 6
457 15
0.0% -
6.8 6.1
22 days ago about 2 months ago
TypeScript Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

matrix-appservice-irc

Posts with mentions or reviews of matrix-appservice-irc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-28.
  • Shutting down the Matrix bridge to Libera Chat
    8 projects | news.ycombinator.com | 28 Nov 2023
    The issue in question here is https://github.com/matrix-org/matrix-appservice-irc/issues/1... (and https://github.com/matrix-org/matrix-appservice-irc/pull/133...) which accidentally regressed due to other stability work done for Libera (specifically, keeping the IRC-side connections persistent, rather than reconnecting when the bridge starts). As a result there was an race condition edge case where users on the Matrix side could read history in the IRC channel while still connecting the Matrix users on the IRC side. This was one of the straws that broke the camel's back in terms of Libera wanting the bridge disabled. The other was the confusion over https://matrix.org/blog/2023/07/what-happened-with-the-archi....
  • Disabling Matrix Portalling
    3 projects | news.ycombinator.com | 3 Jul 2023
    As a user, this is miserable. Matrix is used as a decentralised bouncer for tens of thousands of users to access IRC (including me) and while the bridge has certainly had problems over the years (e.g. occasional delays & a recent spate of dropped messages), it's also improved loads too - e.g. with support for restarting the bridge without reconnecting all the IRC users (https://github.com/matrix-org/matrix-appservice-irc/issues/1...) and all the other stuff in https://github.com/matrix-org/matrix-appservice-irc/blob/dev....

    By now requiring users to go and contact chanops to ask them to explicitly plumb IRC channels to Matrix, it's just going to waste time for chanops, precipitate weird cross-plumbing failures, or fail outright (given plumbing channels with more than 100 users has to be done manually to prevent abuse).

    It's very unfortunate that it's come to this, and I can only hope that the whole "opt in with a chanmode" thing happens.

    In fact, wouldn't it have been better to just ban the bridge by default, and let chanops unban it if they want people to be able to access via Matrix, rather than encourage people into the weird world of plumbing?

  • A Quick Overview of Matrix
    4 projects | news.ycombinator.com | 3 Jul 2023
    On the Matrix side, we've put a lot of effort into being good neighbours, fwiw - e.g. recently this massive refactor at https://github.com/matrix-org/matrix-appservice-irc/pull/166... to allow the matrix<->irc bridge to be restarted without reconnecting all its IRC users (the single biggest complaint we ever had about the bridge in terms of eroding usability of IRC for IRC natives).

    Sadly it looks like it wasn't considered sufficient, based on https://libera.chat/news/matrix-deportalling.

  • We are moving past legacy Freenode to a new fork
    1 project | news.ycombinator.com | 14 Jun 2021
    This happened right after Freenode banned IRCCloud users following IRCCloud staff statements suggesting users to migrate off Freenode and the launch of competing bouncer services.[0] Now that most channels are dead and direct users to other networks despite staff's best efforts to quell any criticism (channel migrations+topic-renaming, banning users, etc), I guess they decided to wipe everything and start over to more easily remove any references to Libera/OFTC. In fact, it removes any every reference to anything at all.

    If you had a bot that directed users to the actual location of your community, you should check to make sure that it survives this migration (this was probably part of the intent).

    If you use Matrix and have left Freenode channels, the IRC-Matrix appservice bridge might still be keeping you connected. To leave Freenode, send a "!quit" message to the Freenode bridge appservice user, @appservice-irc:matrix.org.[1][2]

    [0]: https://web.archive.org/web/20210612224853/https://nitter.ni...

    [1]: https://matrix-org.github.io/matrix-appservice-irc/latest/ad...

    [2]: https://github.com/matrix-org/matrix-appservice-irc/wiki/Bri...

  • Freenode has unilaterally taken over #haskell along with many other community channels
    2 projects | /r/haskell | 26 May 2021
    Matrix bridging to Libera is already functional in testing and should be announced soon, subscribe for news to this issue.
  • Element Matrix Services Launches Bridging for Microsoft Teams
    3 projects | news.ycombinator.com | 15 Apr 2021
    It looks like they could be fixed as the bridge code is open source. For example here is an issue around messages being split incorrectly: https://github.com/matrix-org/matrix-appservice-irc/issues/1...
  • IRC users joining a room with no ops get PL50 on Matrix side
    1 project | /r/susam | 27 Mar 2021
    1 project | news.ycombinator.com | 27 Mar 2021
  • Netsplit can possibly cause Matrix user becoming moderator and deop by server not getting synced
    1 project | /r/susam | 26 Mar 2021
  • Netsplit can cause Matrix user becoming moderator and deop by server not syncing
    1 project | news.ycombinator.com | 26 Mar 2021

nimb

Posts with mentions or reviews of nimb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-28.
  • Show HN: NIMB IRC Matrix Bridge (NIMB) – A simple client that forwards messages
    1 project | news.ycombinator.com | 28 Nov 2023
  • Shutting down the Matrix bridge to Libera Chat
    8 projects | news.ycombinator.com | 28 Nov 2023
    Your security advisory has been quite helpful and I could reproduce the issue involving CR. It is particularly enlightening to know that the null byte could also cause the same issue because some IRC servers may interpret the null byte too as a line ending.

    It is late here but I have pushed a quick fix to plug this loophole: <https://github.com/susam/nimb/commit/c5d6c4c>. Review comments, feedback, pull requests, patches, etc. are very welcome! This comment thread has been productive and constructive. Thank you!

    Review comments, pull requests, feedback, etc. are welcome. T

  • NIMB IRC Matrix Bridge (NIMB): A simple client to bridge IRC and Matrix channels
    1 project | news.ycombinator.com | 3 Jul 2023
  • Disabling Matrix Portalling
    3 projects | news.ycombinator.com | 3 Jul 2023
    I have had my own share of problems with both portalled rooms as well as plumbed rooms on Matrix. Dropped messages, dropped connections, etc. Sometimes the re-connection times can be several hours long. Despite these problems, the portalled rooms have been a convenient way for many IRC beginners to quickly set up a relatively persistent connection to the IRC network via the Matrix bridge. That convenience is now going to be lost unless the IRC channel operators opt-in to set up a plumbed room on Matrix and sufficiently advertise the plumbed rooms.

    As a channel moderator, I haven't been too happy with the plumbed channels either. For example, one of the things I have found to be a little problematic is that the Matrix bridge service joins the Matrix room with Admin power level. To avoid these complications, I wrote my own tiny script to bridge the Matrix rooms and IRC channels I needed. Since my script joins the networks as regular clients, it does not need elevated privileges in the channels/rooms. In case, anyone is interested in the script, I have it available here: https://github.com/susam/nimb

    The section "Differences from Matrix Appservice" at the bottom of the README in the preceding link explains some of the inconveniences I faced with the Matrix bridge service for plumbed channels and why I had to write my own script to avoid them.

What are some alternatives?

When comparing matrix-appservice-irc and nimb you can also consider the following projects:

teams-cli - A CLI / TUI for Microsoft Teams

matterbridge - bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!)

papers

heisenbridge - a bouncer-style Matrix IRC bridge

MatrixTexter - Easily send messages to matrix.org chat rooms via PHP

modern-irc - A useful overview and reference to the IRC client protocol as it is implemented today.

iamb - A Matrix client for Vim addicts

matrix.org - matrix.org public website