From Fedora Project Wiki

No edit summary
No edit summary
(39 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{draft}}
{{autolang|base=yes}}


= How to configure IRC =
{{admon/tip|Freenode.net also offers an list of '''[http://freenode.net/faq.shtml Freenode Frequently Asked Questions] about IRC.}}'''


== How to install X-Chat ==
= I want to know about IRC...  =


To check if you have X-Chat installed in your system, type following command:
* [[Getting_started_with_IRC_support | How do I get started with IRC?]]
* [[Communicating_and_getting_help#IRC| What is IRC, and what channels are available?]]
* [[How_to_use_IRC#How_to_install_X-Chat| How do I install XChat?]]
* [[Using Internet Messenger for IRC | Can I use the Internet Messenger application for IRC?]]
* [[How_to_use_IRC#Registration| I try and /join #fedora and I end up in #fedora-unregistered. What happened]]
* [[How_to_use_IRC#What_is_the_difference_between_NickServ_Password_and_Server_Password_in_X-Chat| What is the difference between a "NickServ password" and a "Server password" in XChat?]]
* [[How_to_use_IRC#What_are_the_Basic_IRC_commands| What are the basic IRC commands?]]
* [[How_to_use_IRC#How_to_create_Fedora_IRC_cloaks_for_the_freenode_network| How do I make my name appear as "fedora/username" in IRC?]]
* [[How_to_use_IRC#How_to_join_Fedora_Project_IRC_Meeting| How do I join an IRC meeting?]]
* [[How_to_use_IRC#Meeting_Protocol| What is the proper protocol for Fedora IRC Meetings?]]
* [[Fedora_Channel_FAQ| How do I maximize the support I receive on IRC?]]


<pre>
= I want to know about Fedora... =
$ rpm -q xchat
* [[Fedora-EOL-Support| What does it mean when my Fedora Release is EOL?]]
</pre>
* [[Upgrading_from_pre-release_to_final | Can I upgrade to a Fedora final release from an Alpha, Beta, or other pre-release?]]
* [[Upgrading | I have an older Fedora release. Can I upgrade my existing installation?]]
* '''[http://fedoraproject.org/get-fedora Where can I get Fedora? ]'''
* [[ Bugs/Common | Common solutions to problems?]]
* [[ Join | How do I join Fedora Project and contribute?]]


If it's not installed, install it with following command.
= How to Behave in IRC =


<pre>
* [[Communicate/IRC/Participants| Fedora Participants Guidelines]] - These guidelines apply to the conduct of users who are seeking information/support or are looking to participate in Fedora's IRC channels.
$ su -c 'yum install xchat'
* [[IRC helpers code of conduct]] - These guidelines apply to the conduct of the #fedora channel helpers.
</pre>
* [[IRC operators code of conduct]] - These guidelines apply to the conduct of the #fedora channel operators.
 
* [[Fedora_Channel_FAQ | General IRC Etiquette]] - These are general guidelines for using the Fedora IRC Channels.
Now, you should be able to open X-Chat client from '''Applications''' > '''Internet''' > '''IRC'''
* [http://freenode.net/faq.shtml Freenode Frequently Asked Questions]
 
* [http://freenode.net/catalysts.shtml Become a Catalyst for problem solving]
== How to join Fedora Project IRC Meeting ==
* [[Zodbot]] - How to use the [http://sourceforge.net/projects/supybot/ supybot] instance connected to many Fedora IRC channels
 
For example, if you want to join [[Ambassadors/Meetings| Fedora Ambassadors Meetings]] :
 
# Open X-Chat: Applications > Internet > IRC
# Type your choice of <code>Nick name</code>, <code>User name</code> and <code>Real name</code>
# Highlight <code>FreeNode</code> (formerly Open<code></code>Projects.net) and click Edit.<br/>[[Image:Communicate_IRCHowTo_xchat-server-list.png]]
# Highlight <code>irc.freenode.net</code>
# Type in fedora
# Register your nick. Refer http://www.wikihow.com/Register-a-User-Name-on-Freenode
# Type in your password in <code>Server password</code> and click Close.<br/>[[Image:Communicate_IRCHowTo_xchat-fedora-mktg.png]]
 
Click on Connect button to connect to freenode IRC network.
 
{{Anchor|Protocol}}
== Meeting Protocol ==
 
This only applies to certain IRC meetings. Others are usually more casual.
 
* Please watch what others are doing and do not interrupt
* If you have a question, type "?"
* If you need to speak, type "!"
* If you're done speaking, type "eof"
* If you agree, type "+1"
* See more in [http://fedoraunity.org/fup/meeting-guidelines/ fedora-unity-project-meeting-guidelines]
 
== What are the Basic IRC commands ==
 
* <code>/help</code> - Shows all commands.
* <code>/nick NewNickName</code> - Changes the Nick<code></code>Name (limited to 9 characters).
* <code>/name</code> -  Shows all Nick<code></code>Names on that channel.
* <code>/whois NickName</code> -  Shows basic whois info for a Nick<code></code>Name.  To see more info, use <code>/msg NickServ info NickName</code>
* <code>/away AwayMessage</code> -  Leaves a message when you are away from channel.
* <code>/quit QuitMessage</code> - Leaves a message when you quit IRC channel.
 
For more information, see [http://www.irchelp.org/irchelp/irctutorial.html#cmds]
 
== How to create a login script for a private channel in X-Chat ==
 
Create login script:
<pre>
$ cd ~/.xchat2
$ vi login-script.txt
 
msg chanserv invite #private-channel
join #private-channel
</pre>
 
Use following information in X-Chat:
* IRC Server: irc.freenode.net
* Channels to join: #private-channel
* Connect command: load -e ~/.xchat2/login-script.txt
* Server password: {your password}
 
 
== What is the difference between NickServ Password and Server Password in X-Chat ==
 
Technically speaking, they aren't the same.  X-Chat has knowledge of the
NickServ system, and will automatically send a message to NickServ when
prompted to save you the hassle.  Server passwords are a more embedded part
of IRC and are passed during the early connection phase, before you are fully
operational on the network and before you join channels. NickServ, part of
freenode services, was added to their IRC system to enable user management
that is not part of the original IRC protocol.  Other networks may also use
NickServ, but it usually works a little differently.  It has proven very
flexible and valuable.  Server passwords were initially used as part of an
authentication system at connect time for IRC servers, but are now used by
freenode to create a shortcut for NickServ services.  Other IRC networks
often work things a little differently, but similar practices have become
widespread because they do work quite well.
 
freenode services, as are permitted by Hyperion IRCD and powered by a custom
backend, allow a number of features to be added and used that are not part of
the IRC protocol.  NickServ is used to interface with user account features.
ChanServ is used to interface with channel management features.  Other
services are handled transparently using more typical IRC components.  These
kinds of techniques are how IRC has evolved over the original [http://rfc.net/rfc1459.html RFC 1459]
standard to survive in a useful fashion for the last 13 years.
 
-- PatrickBarnes
 
== How to create Fedora IRC cloaks for the freenode network ==
 
* Add your IRC nick in FreenodeCloaks
* Once your Fedora IRC cloak has been created, people will not see your real hostname.
* Instead they will see something like <code>yournick@fedora/yournick</code>
 
== Where can I find a list of Fedora Project IRC channels ==
 
* See http://fedoraproject.org/wiki/Communicate#IRC
 
= IRC Channels =
 
IRC, or Internet Relay Chat, is a real-time, text-based form of communication. You can have conversations with multiple people in an open channel or chat with someone privately one-on-one.
 
To talk to other Fedora Project participants, log onto the [http://freenode.net freenode IRC network] .
 
{{Admon/warning | NOTE | You may be required to register your user nickname (nick) and identify with that nick. Otherwise, you may not be able to join or be heard on the IRC channel. There is a page describing how to register your nick at [http://freenode.net/ freenode.net].}}
 
{{Admon/warning | NOTE | Some of the Fedora channels ban users that are logged into their system as <code>root</code>.  Make sure that you are logged into your system as a normal user and that any ident server you may have running is accurately reporting your username.}}
 
To learn how to use IRC, refer to the IRC Tutorial at [http://irchelp.org/ irchelp.org]  and [[Communicate/IRCHowTo| IRC HowTo]] .
 
* '''[irc://freenode/fedora #fedora]''' - General chat for all Fedora Project participants
* '''[irc://freenode/fedora #fedora-ops]''' - Chat specifically related to personal issues in the #fedora channel (i.e. Kicks/Bans, abusive members, etc . . .)
* '''[irc://freenode/fedora-social #fedora-social]''' - The appropriate channel for non-Fedora discussions
* '''[irc://freenode/fedora-meeting #fedora-meeting]''' - Channel used by [[Communicate/FedoraMeetingChannel| different Fedora groups and sub-projects]] for meetings.
* '''[irc://freenode/fedora-audio #fedora-audio]''' - Chat specifically related to audio and podcasting on Fedora
* '''[irc://freenode/fedora-ds #fedora-ds]''' - Fedora Directory Server
* '''[irc://freenode/fedora-nightlife #fedora-nightlife]''' - Fedora Nightlife grid computing
* '''[irc://freenode/fedora-games #fedora-games]''' - Chat specifically related to anything about games in Fedora
* '''[irc://freenode/fedora-haskell #fedora-haskell]''' - The Haskell programming language in Fedora
* '''[irc://freenode/fedora-java #fedora-java]''' - The Open Source Java platform in Fedora
* '''[irc://freenode/fedora-ppc #fedora-ppc]''' - Fedora on the PowerPC architecture
* '''[irc://freenode/fedora-arm #fedora-arm]''' - Fedora on the ARM architecture
* '''[irc://freenode/fedora-python #fedora-python]''' - Python languages discussions in Fedora
* '''[irc://freenode/fedora-security #fedora-security]''' - Discussion on Fedora Security Topics
* '''[irc://freenode/fedora-selinux #fedora-selinux]''' - Fedora SELinux development
* '''[irc://freenode/fedora-usability #fedora-usability]''' - Fedora Usability discussions
* '''[irc://freenode/fedora-women #fedora-women]''' - Chat forum for women in the Fedora Community
<BR>
 
* '''[irc://freenode/fedora-admin #fedora-admin]''' - Chat related to Fedora Infrastructure, not end-user discussions
* '''[irc://freenode/fedora-art #fedora-art]''' - Chat specifically related to Fedora Artwork, not end-user discussions
* '''[irc://freenode/fedora-devel #fedora-devel]''' - Chat specifically related to Fedora development, not end-user discussions
* '''[irc://freenode/fedora-kde #fedora-kde]''' - Chat related to KDE in Fedora
* '''[irc://freenode/fedora-docs #fedora-docs]''' - Chat specifically related to Fedora Documentation, not end-user discussions
* '''[irc://freenode/fedora-mentors #fedora-mentors]''' - Chat to help new and potential Fedora contributors get started, not end-user discussions
* '''[irc://freenode/fedora-mktg #fedora-mktg]''' - Chat specifically related to Fedora Marketing, not end-user discussions
* '''[irc://freenode/fedora-qa #fedora-qa]''' - Fedora Quality Assurance discussions (Please report bugs through [https://bugzilla.redhat.com/ Bugzilla] , not here)
* '''[irc://freenode/fedora-websites #fedora-websites]''' - Chat specifically related to Fedora Websites, not end-user discussions
* '''[irc://freenode/fedora-board-meeting #fedora-board-meeting]''' - Moderated room for public Fedora Project Board meetings
* '''[irc://freenode/fedora-board-public #fedora-board-public]''' - Unmoderated room for public Fedora Project Board meetings. Ask your questions here to see them discussed during a meeting.
<BR>
 
* '''[irc://freenode/fedora-i18n #fedora-i18n]''' - Fedora internationalization
* '''[irc://freenode/fedora-l10n #fedora-l10n]''' - Fedora Localization (Translation)
* '''[irc://freenode/fedora-cn #fedora-cn]''' - Fedora discussions in Chinese (Both simplified and tranditional)
* '''[irc://freenode/fedora-br #fedora-br]''' - Fedora discussions in Brazilian Portuguese
* '''[irc://freenode/fedora-de #fedora-de]''' - Fedora discussions in German
* '''[irc://freenode/fedora-es #fedora-es]''' - Fedora discussions in Spanish
* '''[irc://freenode/fedora-fr #fedora-fr]''' - Welcome on the French-speaking channel of Fedora
* '''[irc://freenode/fedora-india #fedora-india]''' - Fedora India discussions
* '''[irc://freenode/fedora-it #fedora-it]''' - Fedora discussions in Italian
* '''[irc://freenode/fedora-latam #fedora-latam]''' - Latin American Fedora Ambassadors discussions
* '''[irc://freenode/fedora-jp #fedora-jp]''' - Fedora discussions in Japanese
* '''[irc://freenode/fedora-bangladesh #fedora-bangladesh]''' - Fedora discussions in Bangladesh
* '''[irc://freenode/fedora-newmexico #fedora-newmexico]''' - Fedora discussions in New Mexico, USA
* '''[irc://freenode/fedora-pl #fedora-pl]''' - Fedora discussions in Polish
* '''[irc://freenode/fedora-cs #fedora-cs]''' - Fedora discussions in Slovak and Czech
* '''[irc://freenode/fedora-tw #fedora-tw]''' - Fedora discussions in Chinese (Tranditional)
* '''[irc://freenode/fedora-ve #fedora-ve]''' - Fedora discussions for users from Venezuela
Also, at irc.gnome.org:
 
* '''[irc://freenode/fedora-desktop #fedora-desktop]''' - Fedora desktop discussions
Several projects are large enough to have their own channels. Individual project channels, IRC server, and channel information are also found on the project pages.  See the ["Projects"]  list.
 
= Participants Code of Conduct =
[[Communicate/IRC/Participants| Participants Code of Conduct]]
 
= Helpers Code of Conduct =
 
[[Communicate/IRC/Helpers| Helpers Code of Conduct]]
 
= Operators Code of Conduct =
 
[[Communicate/IRC/Operators| Operators Code of Conduct]]


= Fedora Support Channel Meeting Information =
= Fedora Support Channel Meeting Information =


[[Communicate/IRC/Support_Channel_Meetings| Support Channel Meeting Information]]
The IRC Support Special Interest Group holds meetings every week at 17:00UTC in #fedora-meeting. These meetings are open to any interested parties to help discuss and improve Fedora irc support.
 
= General IRC Etiquette =
 
== Away Messages ==
 
There is absolutely nothing worse than any type of away message that generates noise. Especially on a busy channel, where such a thing can result in instant banning. Generally, it's in your best interests to turn off all broadcasting "aways" that your IRC client may have. When using a new IRC client, before connecting to a server or going away, you should check to make sure that your away message settings are all set to silent. Especially since a few popular IRC clients come with away message broadcasting enabled by default. Now that I've told you all of this, I'm sure that I shouldn't even have to mention that switching your name based on your various periods of inactivity can also be rather annoying, especially when overused.
 
== Nick Changes ==
 
Constantly changing your nick to let us know what you are doing is just as annoying as using an away message. It is not necessary that we know that you are going to the bathroom by changing your nick to John-Doe-Pissin or that you have wondered outside to check the mail by changing your nick to John-Doe-Postalbox. No matter what you do, nick changes you perform show directly into the channel and get very annoying to see constantly. If you are going to be away from the computer, simply use an away message that does not announce when you do /away Gone Pissin to the channels you are in. Pick a nick and stick with it for as long as you shall live. Or if you want to constantly change nicks, do it BEFORE you get into the channel or AFTER you leave the channel. Buffer space is quite precious and doesn't need to be filled with: John-Doe is away Cuz I need to piss or John-Doe is now known as John-Doe-Pissin.
 
== L33t Speak ==
 
On IRC, it's very important for users to be able to understand what you're saying, so, obviously, sp43k1ng with symbols and numbers in the place of letters is not a very good thing to do if you really want to be taken seriously. Using painfully bad grammar and ridiculous amounts of nothing but smiles generally go along with l33t speak and both practices are frowned on.
 
== No Flaming ==
 
"Flaming" is what people do when they express a strongly held opinion without holding back any emotion. It's the kind of message that makes people respond, "Oh come on, tell us how you really feel." Tact is not its objective. Topics that lead to flame wars are discussions about other Distributions or Window Managers, this is not the channel for that type of discussion, it leads to arguments and unfairly monopolizes bandwidth from users that need legitimate help.
 
== Punctuation ==
 
It is also very important to understand that using excessive punctuation isn't necessary as well. If you ask a question and use 10 ?'s after it doesn't automatically mean everyone is going to jump up and start answering your question just because you feel it to be so very urgent. The best way to handle things is to type your sentences/questions just as if you would in real life on paper or something similar. Excessive punctuation only draws attention to you as being in a hurry and sometimes it's even considered rude. One exclamation point(!) or one question mark(?) is plenty of punctuation to get your point across.
 
== Asking Questions Properly ==
 
If you go to a channel and need help with something remember to be polite to those that you're asking for help; of course, that is if you want a response. Remember that the people there are not there for the single purpose of helping you, they also have other things to do and thus if you're being rude and nasty, chances are that they will do those other things instead of helping you with your problem. And you could be kicked and/or banned from the channel if rudeness persists. And it's always good to say thank you after being helped by someone (regardless of whether they were successful in fixing your problem). It doesn't take a lot of effort and it really is a good thing to do, if only because it makes people more willing to help you in the future if they remember you as being nice. Finally, when posing a question, your best bet is to paste all pertinent information on http://fpaste.org/, http://rafb.net/, or http://pastebin.com/. Then, give a brief synopsis of your problem in the appropriate channel with a link to your pasted errors and other information. Pay attention to the information your receive, if someone is abusive or unhelpful, simply ignore them and do not respond at all. Fighting or arguing with others (even if you believe you're right) will only make you look bad and unnecessarily complicate your issue. This is the internet, let it go.
Common Sense


Altogether, there is no better way to figure out what is tolerated in a channel and what is *not* tolerated in a channel by asking someone, reading the topic, or reading any rules webpage for that channel.
* [[Communicate/IRC/Support_Channel_Meetings| Fedora Support Channel Meeting Information]]


----
[[Category:Communicate]] [[Category:IRC_Support]]
[[Category:Communicate]]

Revision as of 00:51, 4 December 2012

Idea.png
Freenode.net also offers an list of Freenode Frequently Asked Questions about IRC.

I want to know about IRC...

I want to know about Fedora...

How to Behave in IRC

Fedora Support Channel Meeting Information

The IRC Support Special Interest Group holds meetings every week at 17:00UTC in #fedora-meeting. These meetings are open to any interested parties to help discuss and improve Fedora irc support.