this post was submitted on 11 Feb 2024
203 points (99.5% liked)

Open Source

30206 readers
243 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] MeanEYE@lemmy.world 58 points 7 months ago (3 children)

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@slrpnk.net 33 points 7 months ago (2 children)

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 4 points 7 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@lemmy.world 2 points 7 months ago (1 children)

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@slrpnk.net 9 points 7 months ago (1 children)

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@lemmy.world 3 points 7 months ago

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

[–] doubletwist@lemmy.world 17 points 7 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 6 points 7 months ago (1 children)

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@lemmy.world 14 points 7 months ago (2 children)

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@slrpnk.net 6 points 7 months ago* (last edited 7 months ago) (1 children)

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

[–] MeanEYE@lemmy.world 4 points 7 months ago (1 children)

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

[–] pingveno@lemmy.ml 2 points 7 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@kbin.social 1 points 7 months ago (1 children)

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

[–] MeanEYE@lemmy.world 5 points 7 months ago* (last edited 7 months ago) (1 children)

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@kbin.social 2 points 7 months ago (1 children)

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

[–] MeanEYE@lemmy.world 4 points 7 months ago (2 children)

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.

[–] Maeve@kbin.social 2 points 7 months ago (1 children)

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.

[–] MeanEYE@lemmy.world 1 points 7 months ago

No problem. Like I said, everyone has different needs, but it's better to have features and not use them than the other way around. When we used IRC, it was a real pain. I insisted we give it a shot for about a month and we couldn't pull out a week. The moment I realized I had to explain to people where to click and what to expect that's the moment we dropped it. Which is a shame, I really like the protocol. Not to mention ease of implementation with various scripts and git hooks.

[–] poVoq@slrpnk.net 2 points 7 months ago* (last edited 7 months ago) (1 children)

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.

[–] MeanEYE@lemmy.world 1 points 7 months ago (1 children)

I had ZNC set up for myself and few other people, but all of that is additional steps and additional things that require maintenance. But client with built-in things like these would be great. Ideally protocol should implement those, especially considering how easy it would be for server to do deduplication on messages for multiple users.

[–] poVoq@slrpnk.net 1 points 7 months ago

Bouncer like functionality is available in IRCv3 compliant IRC servers like Ergo, so yes it is available on protocol level, just the popular IRC networks don't implement it and workarounds like bouncers are sadly needed.