IRC
Internet Relay Chat (IRC) is a stable, mature, text-based chat (instant messaging) system. IRC is one of the primary avenues of communication for those involved at all levels in the Gentoo project.
IRC and Gentoo
Since chat messages are sent and received almost instantly, IRC allows the Gentoo project to have a very reactive collaboration processes.
There are Gentoo IRC channels for user support. For any issue, a preexisting solution should be sought using a search engine, the forums, mailing lists, and here on the wiki, before asking on a support channel.
See the support page for tips on how to ask for help with issues with Gentoo.
Most Gentoo subprojects have a specific channel on Libera Chat for inter-project communication. Project-related channels are used for: tracking changes to source code, requesting and discussing (new) features, addressing various issues, real-time team meetings, internal support, and communication between Gentoo developers and the community.
There is a bot in many channels called Willikins that has some handy functionality.
The Gentoo IRC channels on Libera Chat have a code of conduct that should be read and understood by each user before connecting to any channel. See also the guidelines on the main site.
Gentoo IRC channels, like the mailing lists, are not encrypted; all discussion therein is entirely visible to the public in plain text and is most likely logged by every user present in the channel. It is unwise and unsafe to post private information inside IRC channels.
See the list of IRC channels managed by the Gentoo project for support, discussion of specific topics, and general chat, but read the above section, and the code of conduct first.
Do not paste long text excerpts, or whole files, to IRC. Use wgetpaste if long passages are to be shared.
Available software
The following table contains some of the IRC software available in Gentoo. Discover which client works best by emerging each one or by visiting each homepage:
Name | Package | Homepage | Description |
---|---|---|---|
catgirl | net-irc/catgirl::guru | https://git.causal.agency/catgirl/about/ | A TLS-only terminal IRC client |
HexChat | net-irc/hexchat | https://hexchat.github.io/ | Graphical IRC client based on XChat. |
Irssi | net-irc/irssi | https://irssi.org/ | A modular text UI IRC client with IPv6 support. |
ircii | net-irc/ircii | http://eterna.com.au/ircii/ | An IRC and ICB client that runs under most UNIX platforms. |
Konversation | net-irc/konversation | https://konversation.kde.org/ | User friendly IRC Client based on KDE Frameworks. |
kvirc | net-irc/kvirc | http://www.kvirc.net/ | A portable IRC client that uses the Qt GUI toolkit. |
Pidgin | net-im/pidgin | https://pidgin.im/ | GTK Instant Messenger client. |
Polari | net-irc/polari | https://wiki.gnome.org/Apps/Polari | An IRC client for GNOME |
Quassel | net-irc/quassel | https://quassel-irc.org/ | Qt5 IRC client supporting a remote daemon for 24/7 connectivity |
Srain | net-irc/srain::guru | https://srain.silverrainz.me/ | Modern, beautiful IRC client written in GTK+ 3 |
WeeChat | net-irc/weechat | https://weechat.org/ | Portable and multi-interface (text, web, and GUI) IRC client. |
Usage
See the IRC guide article for information on IRC usage.
Learning can be more challenging when starting using a text-mode (CLI) client like Irssi or WeeChat, the IRC guide can be particularly helpful with this.
Spam protection
In order to prevent private message spam on IRC from unregistered users, one can set user modes +g
or +R
.
Larry wants to ignore private messages from users who are not identified, but wants to get an information that someone wanted to send a message to Larry. Larry can decide to receive messages with the /accept command:
/mode larry +g
Larry wants to ignore private messages from users who are not identified totally:
/mode larry +R
External resources
- https://gentoo.org/get-involved/irc-channels/
- https://www.irchelp.org/ - A site dedicated to helping users understand IRC.
- https://libera.chat/ - A next-generation IRC network for free and open source software projects and similarly-spirited collaborative endeavors.
- https://libera.chat/guides/usermodes - Libera Chat article on user modes*
- https://www.oftc.net/ - A stable and effective IRC network that provides collaboration services to members of the free software community in any part of the world.