matrix-appservice-irc VS modern-irc

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

modern-irc

A useful overview and reference to the IRC client protocol as it is implemented today. (by ircdocs)
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 modern-irc
10 4
457 189
0.0% 0.0%
6.8 5.8
21 days ago 20 days ago
TypeScript Sass
Apache License 2.0 GNU General Public License v3.0 or later
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

modern-irc

Posts with mentions or reviews of modern-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
    You're not allowed null bytes in IRC messages: https://modern.ircdocs.horse/#parameters

    Some IRC servers (especially those written in C) may interpret it as a line end, so you would have a similar issue

  • Implementing an IRC Server; which rfc?
    3 projects | /r/irc | 31 Oct 2022
    https://modern.ircdocs.horse/ is based on both 1459 and 2812, and describes the protocol shared by all current implementations. If you see any inaccuracy, please open a ticket at https://github.com/ircdocs/modern-irc/ so we can fix it.
  • Show HN: I made Devzat – It's like discord but in the terminal, over SSH
    9 projects | news.ycombinator.com | 15 Mar 2022
    You might wanna check it out. Things like code quotes and expand/collapse would be cool to add. I think some clients already support emoji as it's just UTF8?

    It's common for IRC users to use IRC from a terminal client on their desktop. If they have a remote server, they'll use a screen session to keep their IRC client running in the background and re-open it when they want. Or they'll keep an eggdrop bot on a server somewhere, which is basically a sorta IRC proxy that they connect to from their desktop and can keep their user online in the background.

    Here's some stuff on IRC: https://github.com/ircdocs/modern-irc | https://www.mirc.com/colors.html | https://wiki.wireshark.org/IRC

What are some alternatives?

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

teams-cli - A CLI / TUI for Microsoft Teams

devzat - The devs are over here at devzat, chat over SSH!

papers

irssi - The client of the future

nimb - NIMB IRC Matrix Bridge (NIMB) is a simple client tool that bridges IRC and Matrix channels and forwards messages from one to others

bubbletea - A powerful little TUI framework πŸ—

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

wish - Make SSH apps, just like that! πŸ’«

iamb - A Matrix client for Vim addicts

irctest - Semi-automated conformance checking for IRC implementations (RFC1459/RFC2812, the "modern spec" by ircdocs, and IRCv3)

matrix.org - matrix.org public website

soft-serve - The mighty, self-hostable Git server for the command line🍦