• @OsrsNeedsF2P@lemmy.ml
      link
      fedilink
      265 months ago

      It doesn’t need a replacement. IRC is amazing the way it is, and Hexchat is a perfect example of “a finished product”.

      • @tiramichu@lemm.ee
        link
        fedilink
        55
        edit-2
        5 months ago

        I agree as far as the feature set is concerned, but software unfortunately doesn’t exist in a vacuum.

        A vulnerability could be discovered that needs a fix.

        The operating system could change in such a way that eventually leads to the software not functioning on later versions.

        The encryption algorithms supported by the server could be updated, rendering the client unable to connect.

        It might be a really long time before any of that happens, but without a maintainer, that could be the end.

      • @deadcream@sopuli.xyz
        link
        fedilink
        315 months ago

        That can be true for self-contained command line tools, but not for complex programs with actively development dependencies (especially anything dealing with networking or encryption). For example hexchat uses GTK2 which is likely to be removed from mainstream distro repos in the coming years because it has been obsolete for a long time. Also openssl which is known to change its API occasionally which means that anything that uses it needs to be updated to stay compatible.

      • venia_sil
        link
        fedilink
        15 months ago

        This. Sometimes a software is just finished. IRC itself has not seen change in like… about all the time I remember.

    • @SorteKaninA
      link
      145 months ago

      Maybe Matrix is the way forward.

      • m-p{3}
        link
        fedilink
        85 months ago

        I hope so, but the protocol seems to be complex by several order of magnitude.

        • @SorteKaninA
          link
          15 months ago

          I’m not familiar with either protocol - what is it that makes IRC so simple and Matrix complicated?

          • @Swedneck@discuss.tchncs.de
            link
            fedilink
            85 months ago

            a lot of the complexity in matrix comes from it trying to make a robust platform where users on each server don’t have to worry the other servers, beyond the ability to reach users on those servers.

            Basically the way it works is that each server keeps a copy of all the important data in a channel/room, so that no matter which or how many other servers become unreachable, local users are unaffected beyond being unable to reach the users on those servers.

            It’s really nice and IMO absolutely worth the complexity, and it’s not like most devs really have to worry about this as they can simply use a library to handle the details.

            And as for clients, that remains pretty trivial to implement a basic shitty one like what most people’s first experience is with IRC…

            • @EngineerGaming@feddit.nl
              link
              fedilink
              15 months ago

              This is also a drawback imo, as it locks out people with limited storage. Like me. I need this storage for media on my site. I don’t mind chats existing on several servers, but let people opt out of that at least.

      • @EngineerGaming@feddit.nl
        link
        fedilink
        15 months ago

        It’s more akin to XMPP rather than IRC. From what I’ve seen, a Matrix server would be more resource-heavy than an XMPP one. Synapse one would probably not run on my weak machine at all, and Dendrite/Conduit are not feature-complete. And the primary reason I still haven’t been on Matrix is that I have very limited disk space on my VPS, and Matrix saves media from every chat its servers are on, and I still haven’t figured out how to opt out of that.

    • @smotherlove@sh.itjust.works
      link
      fedilink
      English
      14
      edit-2
      5 months ago

      You can fork it and continue developing it if you want

      edit: you downvoting losers probably don’t seed your torrents either

    • @caveman@lemmy.ml
      link
      fedilink
      13 months ago

      I enjoy XMPP with Gadjim client and Cheogram on Android.

      Since then I don’t miss IRC anymore