• MeanEYE
    link
    fedilink
    603 months ago

    IRC is sadly going away slowly. Which is a shame, it’s a great protocol that is easy to implement and simple to work with. Biggest problem I see is its inability to embed images and other multimedia. Had that been the case protocol would live on I feel. We just needed few more channel modes, some that ban or allow specific multimedia and inline image support and we are good.

    Some people, if not most who use IRC, would claim otherwise, but there’s a reason why Slack became popular even though it’s shitty electron application.

    • poVoq
      link
      fedilink
      333 months ago

      There are multiple IRC clients that render inline images just fine and also some very nice web clients that allow posting such images directly from the app.

      The main problem of IRC is IMHO that the large networks refuse to implement most of the newer IRCv3 standards or alternatively provide multi-client bouncers to their users.

      • @einlander@lemmy.world
        link
        fedilink
        43 months ago

        Adiirc has an option to do inline images. The client pulls the image in on its own. Makes it look similar to Discord.

      • MeanEYE
        link
        fedilink
        23 months ago

        IRCv3 doesn’t bring multimedia as far as I know. There are good changes to the protocol proposed, but they are moving too slow.

        • poVoq
          link
          fedilink
          93 months ago

          This would require an HTML image upload service, which is out of scope for IRCv3 protocol specs.

          But nothing stops a server implementation from providing this, and as already said several client+bouncer combinations already support media uploads very well.

          The slow moving isn’t the problem of the IRCv3 specs, the issue is the adoption by the large networks and subsequently the clients (which rarely implement features the vast majority of their users on the large networks can’t use).

          • MeanEYE
            link
            fedilink
            33 months ago

            Yeah, I’d assume there would be a level of resistance to changes from big networks.

    • Political Custard
      link
      fedilink
      203 months ago

      I like to think that the last sound ever to be heard on the internet will be someone getting slapped with a wet trout.

      What a magical world irc was in the 90s when I was a gay closeted teenager talking to queers from all over the world. When you find your people for the first time. IRC will always hold a special place in my heart. I always keep an irc client on my install… for old time’s sake.

    • Doubletwist
      link
      fedilink
      183 months ago

      Biggest problem I see is its inability to embed images and other multimedia.

      That’s one of its best features as far as I’m concerned, and one of the reasons I still use it every day.

    • @bionicjoey@lemmy.ca
      link
      fedilink
      63 months ago

      I wonder if multiple IRC clients all agreed at the same time to extend the protocol by rendering markdown in the messages if that would help.

      • MeanEYE
        link
        fedilink
        143 months ago

        There’s a “new” draft for version 3 being worked on but to be honest they are not addressing in my opinion the right features. Yay, we are going to get unicode nicknames? I think people are fine with what is there now. But not being able to paste code or images, now that’s a real hindrance.

        • poVoq
          link
          fedilink
          6
          edit-2
          3 months ago

          Convos.chat has both those features, via an built in image server and pastebin service. In addition it renders Markdown just fine.

          • MeanEYE
            link
            fedilink
            43 months ago

            That’s great, although protocol level support would be preferable.

            • @pingveno@lemmy.ml
              link
              fedilink
              English
              23 months ago

              Exactly. If you have a simple protocol, but then everyone layers a bunch of proprietary extensions on, is it really a simple protocol anymore? Or is it just a bunch of chat clients that only kind of talk to each other anymore?

        • Maeve
          link
          fedilink
          13 months ago

          I don’t see the need to paste either? Paste a link to an image sharing site or codebin?

          • MeanEYE
            link
            fedilink
            5
            edit-2
            3 months ago

            The need exists, and has been for a while now. Refusal to accept that fact is what’s leading to reduced use of IRC protocol. Sure, you might not see the need, but everyone is not you. Especially for work and development images can come handy.

            • Maeve
              link
              fedilink
              23 months ago

              I’m not adverse, I guess I just got used to doing it the old ways.

              • MeanEYE
                link
                fedilink
                43 months ago

                I can understand people being use to unavailability of such features. When we were trying to figure out a solution for our development team which is mostly working form home, IRC was one of the options. We tried using IRC, Matrix, and bunch of others. While IRC was really fast and reliable its main issues were poor mobile support, where client would get disconnected when switching networks and multimedia support. Matrix and Tox supported these but there were so many problems with them at the time. So everyone pushed towards Slack. Luckily I had enough influence to not allow it and we finally settled with Signal, which is far from perfect, but it works for what we need it.

                Sending files in this day and age shouldn’t be a question of having public IP and routed ports and messing around with settings.

                • poVoq
                  link
                  fedilink
                  2
                  edit-2
                  3 months ago

                  If you arn’t using a IRC server with build it bouncer (like ergo.chat) you really need an additional bouncer (linke ZNC or Soju) with an IRC network. As you say this is not an optional feature, but a must have. Most traditional IRC users run their own bouncers, so they feel no need for large networks to implement this vital feature and thus hold back IRC as a whole.

                  That said, if you had provided a nice client with built in bouncer and multimedia functionality, like The Lounge or Convos, or used an external service like IRCcloud, I doubt you would have had much issues with IRC adoption in your team. The Lounge especially also works really well on mobile.

                • Maeve
                  link
                  fedilink
                  23 months ago

                  Hey, context made a boatload of difference! I use Signal but grow restive with it ; I can see using it in your circumstances and yes, irc with photo/code support would’ve been a better choice. Thanks for a window to see beyond my limited perspective.

    • @OsrsNeedsF2P@lemmy.ml
      link
      fedilink
      263 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
        56
        edit-2
        3 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
        323 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
        13 months ago

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

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

      You can fork it and continue developing it if you want

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

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

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

          • @Swedneck@discuss.tchncs.de
            link
            fedilink
            83 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
              13 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
        13 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.

    • @caveman@lemmy.ml
      link
      fedilink
      11 month ago

      I enjoy XMPP with Gadjim client and Cheogram on Android.

      Since then I don’t miss IRC anymore