Jump to: navigation, search

Difference between revisions of "IRC"

(OpenStack IRC channels)
(Update meeting link, mention OFTC, drop #openstack-upstream-institute)
 
(143 intermediate revisions by 91 users not shown)
Line 1: Line 1:
 +
IRC, or Internet Relay Chat, is often used as a real-time communication capability with open source projects. We're pretty proud of the friendly vibe in the OpenStack channels and invite anyone wanting to ask questions or talk about all things OpenStack to the channels.
  
= [[OpenStack]] IRC channels (irc.freenode.net) =
+
=== New to IRC ? ===
  
{| class="wikitable"
+
Please see the IRC chapter in our Contributors Guide: '''https://docs.openstack.org/contributors/common/irc.html'''
|-
 
! IRC Channel !! Description !! Current Schedule
 
|-
 
|'''#openstack''' || general discussion, support ||
 
|-
 
|'''#openstack-cinder''' || cinder team discussions||
 
|-
 
|'''#openstack-swift''' || swift team discussions||
 
|-
 
|'''#openstack-nova''' || nova team discussions||
 
|-
 
|'''#openstack-dev''' || development discussion||
 
|-
 
|'''#openstack-hyper-v''' || Microsoft Windows guests and hypervisor discussion||
 
|-
 
|'''#openstack-infra''' || developer community infrastructure, continuous integration||
 
|-
 
|'''#openstack-meeting''' || team meetings||
 
|-
 
|'''#openstack-meeting-alt''' || team meetings, alternate channel||
 
|-
 
|'''#openstack-metering''' || ceilometer team discussions||
 
|-
 
|'''#openstack-packaging''' || packaging discussions||
 
|-
 
|'''#openstack-chef''' || deployment and operating [[OpenStack]] with Chef||
 
|-
 
|'''#openstack-doc''' || documentation team discussion||
 
|-
 
|'''#reddwarf''' || reddwarf database team discussions||
 
|-
 
| '''#openstack-101''' || guidance for new contributors ||
 
|}
 
  
If you don't know what IRC is, here are a [[UsingIRC|few guidelines]].
+
=== OpenStack IRC channels and meetings ===
 +
 
 +
We are using the OFTC IRC network, our main channels are:
 +
 
 +
* #openstack (for usage questions)
 +
* #openstack-dev (for development questions)
 +
* #openstack-infra (for questions about the project infrastructure)
 +
 
 +
You can access the complete list of channels and the schedule of IRC meetings on: '''https://meetings.opendev.org/'''
 +
 
 +
=== How to read messages exchanged when you're offline ===
 +
 
 +
IRC, unlike other chat systems, doesn't keep messages when you're offline. In order to be notified of relevant communications you can either look at the [http://eavesdrop.openstack.org/irclogs/ channel logs] or setup an IRC proxy.
 +
 
 +
The most common IRC proxies are [http://wiki.znc.in/ZNC znc] and [https://bip.milkypond.org/ bip]. See the following guides to configure them:
 +
 
 +
* [https://kashyapc.fedorapeople.org/notes-bip-IRC-proxy/README Installation notes for Fedora/RH-like] and [https://kashyapc.fedorapeople.org/notes-bip-IRC-proxy/bip.conf example bip.conf] contributed by Kashyap Chamarthy
 +
* ZNC [https://dague.net/2014/09/13/my-irc-proxy-setup/ configuration notes] contributed by Sean Dague
 +
* [https://weechat.org/ WeeChat] IRC client combines proxy and client, and allows you to run the client in a shell and access that client additionally from a web client or Android app.
 +
 
 +
 
 +
[[Category:Connect]]

Latest revision as of 12:13, 23 March 2024

IRC, or Internet Relay Chat, is often used as a real-time communication capability with open source projects. We're pretty proud of the friendly vibe in the OpenStack channels and invite anyone wanting to ask questions or talk about all things OpenStack to the channels.

New to IRC ?

Please see the IRC chapter in our Contributors Guide: https://docs.openstack.org/contributors/common/irc.html

OpenStack IRC channels and meetings

We are using the OFTC IRC network, our main channels are:

  • #openstack (for usage questions)
  • #openstack-dev (for development questions)
  • #openstack-infra (for questions about the project infrastructure)

You can access the complete list of channels and the schedule of IRC meetings on: https://meetings.opendev.org/

How to read messages exchanged when you're offline

IRC, unlike other chat systems, doesn't keep messages when you're offline. In order to be notified of relevant communications you can either look at the channel logs or setup an IRC proxy.

The most common IRC proxies are znc and bip. See the following guides to configure them: