ircv3-ideas VS element-x-android

Compare ircv3-ideas vs element-x-android and see what are their differences.

element-x-android

Android Matrix messenger application using the Matrix Rust Sdk and Jetpack Compose (by element-hq)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ircv3-ideas element-x-android
2 5
46 787
- 6.2%
10.0 10.0
about 5 years ago 1 day ago
Kotlin
- Apache License 2.0
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.

ircv3-ideas

Posts with mentions or reviews of ircv3-ideas. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-13.
  • Matrix 2.0: How we’re making Matrix go voom
    28 projects | news.ycombinator.com | 13 Feb 2023
    > "At least as standard" how?

    There are 8 people who vote on changes to the Matrix spec (the Spec Core Team), 7 of which are Element employees (including Matthew, Element's CEO). Element also controls the development of clients and servers used by the large majority of users in the public federation.

    > A substantial portion of the IRC comunity is actively hostile to the IRCv3 extensions, and in some cases prefer incompatible implementations of the same functionality; Matrix has nothing like that going on.

    But any IRC client will work fine on any IRC server, and they can connect to various servers with different implementations.

    On Matrix, clients (generally) can only connect to one homeserver at a time; which forces them to converge on following exactly the same spec. And if your server differs ever so slightly from the other ones in how it implements some parts of the spec (room consensus), then it can be split-brained from the rest of the federation. Instead, changes to the room consensus are done by pushing new room versions, and each server implementation needs to explicitly support it or they can't join it. This means Synapse devs (which are a majority of Element employees) get to decide what room versions can get traction.

    It is not uncommon for people in the Matrix community to complain about this and Element keeping specs in limbo, and PRs to the flagship clients being stuck in "design review tar".

    > And there seem to be more visibly independent implementations of Matrix than IRCv3.

    Clients, maybe, at least in the number of implementation. It's hard to find stats of this, but I feel that >95% of people in the public federation use Element even in tech-y rooms; IRC has a healthier mix of major clients (weechat, irssi, IRCCloud, Hexchat, KiwiIRC, The Lounge each have >5% of desktop/web users). But I admit that's just my very subjective point of view.

    In terms of servers, Matrix has three open source ones as far as I know: Synapse (controlled by Element), Dendrite (controlled by Element, and almost on par with Synapse according to https://arewep2pyet.com/ ), and Conduit. Based on https://gitlab.com/famedly/conduit/-/milestones/3 , Conduit seems to be far from implementing the spec yet (eg. it doesn't seem to support leaving rooms or respecting history visibility).

    > things like: server-side history extensions tended to mess up my client's history implementation (I'd end up with multiple copies of the same messages in my local logs, often with the wrong timestamps)

    You can use https://ircv3.net/specs/extensions/message-ids to deduplicate them.

    > And if you're in a conversation where people are using embedded gifs, then fundamentally you'll always be a second-class citizen if you're trying to participate in that with a client that can't display embedded gifs.

    A conversation where people where people are using embedded gifs will exclude me regardless of client, because they are too distracting. At least on IRC I can expect people not to do it too much, and use words or emojis instead of reaction gifs.

    > SSO access control; you just can't do that in a nice way if the client doesn't support it

    That's a fair point; IRC is made by hobbyists more than companies, so that's not surprising. There is some discussion around it though: https://github.com/ircv3/ircv3-ideas/issues/74 and Sourcehut is sponsoring implementation (https://emersion.fr/blog/2022/irc-and-oauth2/).

  • Ergo – modern IRC server written in Go
    7 projects | news.ycombinator.com | 21 Jun 2022

element-x-android

Posts with mentions or reviews of element-x-android. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-23.
  • Flutter seems to be having bad times internally
    5 projects | news.ycombinator.com | 23 Nov 2023
    Yep, a good example is the element X rewrite

    They use Jetpack on Android

    https://github.com/vector-im/element-x-android

    And SwiftUI on iOS

    https://github.com/vector-im/element-x-ios

    But both use the same underlying Matrix Rust SDK

    https://github.com/matrix-org/matrix-rust-sdk

    So they share the core part of the app between platforms, but everything user facing is native

  • Matrix 2.0: The Future of Matrix
    13 projects | news.ycombinator.com | 21 Sep 2023
    And the cake under the cherry is… Element X is open-source[1][2]!

    I really can't wait for Beeper[3] to rebuild their fork on top of Element X (it's currently based on Element, formerly called Riot). If this happens this will be an absolute game-changer in the messaging ecosystem.

    [1] https://github.com/vector-im/element-x-ios

    [2] https://github.com/vector-im/element-x-android

    [3] https://www.beeper.com/

  • Are there any elementx apk releases?
    2 projects | /r/matrixdotorg | 17 Feb 2023
    You can get the latest build here: https://github.com/vector-im/element-x-android/actions/runs/4203105910
  • Matrix 2.0: How we’re making Matrix go voom
    28 projects | news.ycombinator.com | 13 Feb 2023
    Element X is an entirely new client written in Rust + Swift UI/Jetpack Compose (https://github.com/vector-im/element-x-ios and https://github.com/vector-im/element-x-android) which will eventually replace the legacy Element apps (https://github.com/vector-im/element-ios and https://github.com/vector-im/element-android).

    The features already exist serverside; we're just working on getting them out of beta.

What are some alternatives?

When comparing ircv3-ideas and element-x-android you can also consider the following projects:

The Lounge - 💬 ‎ Modern, responsive, cross-platform, self-hosted web IRC client

Element - A glossy Matrix collaboration client for the web.

convos - Convos :busts_in_silhouette: is the simplest way to use IRC in your browser

element-android - A glossy Matrix collaboration client for Android.

znc-push - Push notification service module for ZNC

conduit

element-meta - Shared/meta documentation and project artefacts for Element clients

element-x-ios - Next generation Matrix client for iOS built with SwiftUI on top of matrix-rust-sdk.

ircv3-specifications - IRCv3 specifications | Roadmap: https://git.io/IRCv3-Roadmap | Code of conduct: http://ircv3.net/conduct.html

umurmur - Minimalistic Murmur

Oragono - A modern IRC server (daemon/ircd) written in Go.

element-ios - A glossy Matrix collaboration client for iOS