Chat: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(There must be literally thousands of IRC clients. New subsection made for them, with a note on making your own (very simple!), Freenode's web chat, and a list for all the clients we might want to link.)
(→‎IRC client suggestions: Adding some clients, Bitlbee, & link to Wikipedia's client list)
Line 13: Line 13:


Other clients:
Other clients:
* [https://tools.suckless.org/ii/ ii] is a file- and FIFO-based IRC client for POSIX systems in under 500 lines of source code
* [https://irssi.org/ IRSSI] is a popular and powerful text-mode IRC client
* [https://pidgin.im/ Pidgin] supports a vast [https://pidgin.im/plugins/?publisher=all&query=&type= range] of different chat services in one client
* [https://pidgin.im/ Pidgin] supports a vast [https://pidgin.im/plugins/?publisher=all&query=&type= range] of different chat services in one client
* [https://riot.im Riot] has Matrix and IRC in one package
* [https://riot.im Riot] has Matrix and IRC in one package
* [https://weechat.org/ WeeChat] is a somewhat popular rival to IRSSI, but contrary to its name, it has been known to use many times the memory and CPU of IRSSI

See also Wikipedia's [https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients Comparison of Internet Relay Chat clients].

Somewhat related: [https://www.bitlbee.org/main.php/news.r.html Bitlbee] is an open-source gateway from IRC to many other chat services. It could be a shortcut to using these other services with your OS. It uses the same libpurple as Pidgin, but obviously cannot support images or video.


==Discord==
==Discord==

Revision as of 12:21, 1 July 2020

IRC

There is a well-populated operating systems development IRC channel on Freenode at #osdev. Several regular contributors to the OSDev.org wiki and forums are usually present in the channel.

IRC client suggestions

Make your own! IRC is one of the simpler protocols to implement, to the point where it could be the first thing you implement after TCP and Telnet. If there's anything tricky about it, it's calculating the maximum length of the actual text, but you can just use a fixed maximum which allows room for all the other fields at their maximum lengths. Or just ignore it, Freenode seems to handle long messages well. In any case, the standard is RFC 1459

Freenode offers an AJAX IRC web client in case you don't have or want to make one.

Other clients:

  • ii is a file- and FIFO-based IRC client for POSIX systems in under 500 lines of source code
  • IRSSI is a popular and powerful text-mode IRC client
  • Pidgin supports a vast range of different chat services in one client
  • Riot has Matrix and IRC in one package
  • WeeChat is a somewhat popular rival to IRSSI, but contrary to its name, it has been known to use many times the memory and CPU of IRSSI

See also Wikipedia's Comparison of Internet Relay Chat clients.

Somewhat related: Bitlbee is an open-source gateway from IRC to many other chat services. It could be a shortcut to using these other services with your OS. It uses the same libpurple as Pidgin, but obviously cannot support images or video.

Discord

There is an active and welcoming OS development server on Discord with hundreds of members. The server is not affiliated with this OSDev.org.

Invite link: https://discord.gg/RnCtsqD

They also have a matrix channel: #osdev:matrix.org