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
[–] OsrsNeedsF2P@lemmy.ml 25 points 7 months ago (3 children)

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 56 points 7 months ago* (last edited 7 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 32 points 7 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@fedia.io 1 points 7 months ago (1 children)

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

[–] me@t.joeldebruijn.nl 1 points 7 months ago

@venia_sil @SomeBoyo @amaki @OsrsNeedsF2P
Is it different with XMPP?
Adoption relatively low but still in active development?