|
|
|
|
|
by Karunamon
3212 days ago
|
|
I wish the IRC meme would die in the enterprise world. It's an evolutionary dead end that ignores the last 20 years or so of improvements and expectations for a messaging system. * Service packages are poor replacements for fine-grained permission controls and registration. * Always-connected clients are poor replacements for message history and push notifications. * DCC is a a poor replacement for video chat, screen sharing, or file sharing. * /whois and /away are poor replacements for user status tracking. IRC had nearly 30 years to evolve and has not. It's time to move on. |
|
That’s why IRC has away-notify, which does exactly what slack and co do for status tracking.
> * DCC is a a poor replacement for video chat, screen sharing, or file sharing.
That’s why people are working on an RFC for WebRTC negotiated via IRC.
> * Always-connected clients are poor replacements for message history and push notifications.
That’s why message history and push notification RFCs are being worked on, and already implemented in some IRCds (Snoonet transmits the last 5 minutes before login marked as such, for example, others transmit everything you request)
> * Service packages are poor replacements for fine-grained permission controls and registration.
That’s something that I hate, too, but some modern IRCds have far better permissions systems nowadays. Oh, and registration and login happens via a standardized SASL anyway, so you can also auth via OAUTH if you have to.