This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

IRC

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
Resources

Internet Relay Chat (IRC) is one of the primary avenues of communication for those involved at all levels in the Gentoo project. Since chat messages are sent and received almost instantly, using IRC quickens collaboration processes by providing a real-time environment for communication. IRC is also well suited for user support, but should only be relied upon when clear answers cannot be found by using a search engine, on the forums, mailing lists, or here on the wiki. Most Gentoo subprojects have specific channel on Freenode 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.

Channels associated with the Gentoo project have a code of conduct that should be reviewed by each user before connecting to any channel. Navigate here to view a list of official Gentoo-related channels on Freenode.

Important
It is important to understand 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.

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
Pidgin net-im/pidgin https://pidgin.im/ GTK+ Instant Messenger client.
Konversation net-irc/konversation https://konversation.kde.org/ User friendly IRC Client based on KDE Frameworks.
HexChat net-irc/hexchat https://hexchat.github.io/ Graphical IRC client based on XChat.
WeeChat net-irc/weechat https://weechat.org/ Portable and multi-interface (text, web, and GUI) IRC client.
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.
kvirc net-irc/kvirc http://www.kvirc.net/ A portable IRC client that uses the Qt GUI toolkit.
Quassel net-irc/quassel https://quassel-irc.org/ Qt5 IRC client supporting a remote daemon for 24/7 connectivity
Polari net-irc-polari https://wiki.gnome.org/Apps/Polari An IRC client for GNOME

Usage

For many who are used to messaging through a web browser (Facebook Messenger, Google Hangouts, etc.) or game client (Steam, League of Legends, Blizzard, etc) using a program designed specifically for chatting may seem odd. Learning can be especially challenging when attempting to use a text-mode (CLI) client like Irssi or WeeChat. IRC can be tricky to learn because there are many associated, sometimes entirely new, concepts that should be covered in order to prepare users to communicate effectively. For this reason the IRC guide has been written. Head over there for in-depth information on many IRC related topics. Also see the External resources section below.

Bot

The IRC bot Willikins is available on many Gentoo channels and also in a private query.

Spam protection

In order to prevent private message spam on IRC from unregistered users, one can set user modes +g or +R.

Alice 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 Alice. Alice can decide to receive messages with the /accept command:

 /mode alice +g 

Alice wants to ignore private messages from users who are not identified totally:

 /mode alice +R

External resources