Stack Exchange
log in   chat   discuss   faq   users   badges

Area 51 » Technology

75
followers
Follow It!
Share This

Internet Relay Chat (IRC)

Proposed Q&A site for IRC administrators and moderators, IRC bot scripters and users who must interact with IRC services such as NickServ and ChanServ
flag

1
vote
3
answers

Would we allow discussions on Internet Relay Chat (IRC)

nov 17 '11 at 17:27 corsiKa 322
4
votes
1
answer

Not a necessarily a duplicate of Super User

nov 15 '11 at 1:31 cbroughton 147

create new discussion

33 Example Questions

active oldest votes
up vote 13 down vote
What is the difference between +s (secret) and +p (private) and why are they mutually exclusive?
added by corsiKa Mar 1 '12 at 22:17
link|flag
1  
While a great question this is also the kind of question that really depends on the ircd used. – ThiefMaster Sep 23 '12 at 20:33
some IRCds also alias p to paranoia. so yes, it really depends. – Hiroto Feb 1 at 23:01
up vote 12 down vote
Is it better to use the services proposed by the network (ChanServ) or run a bot myself to manage my channel?
added by Valentin Lorentz Dec 29 '11 at 15:21
link|flag
That's very depending if you are satisfied with the functions provided by ChanServ or not. A pluspoint is that ChanServ is probably never going to go offline, a self-hosted bot might. – Kevin May 16 at 6:14
up vote 12 down vote
Should I allow clients to connect via Tor?
added by dbr Dec 29 '11 at 15:26
link|flag
1  
Two sides to the coin. Do you want to allow paranoid users or do you want to deal with asshats trying to flood your channels with the latest script kiddie build. The IRCOp should already be prepared to deal with both sides before installing the daemon. – jfalcon Jun 7 '12 at 21:10
up vote 11 down vote
How can I spot and remove users with spoofed DNS?
added by MaxMackie Nov 7 '11 at 22:51
link|flag
up vote 11 down vote
How do I properly ban and kick a user for a predetermined amount of time?
added by MaxMackie Nov 7 '11 at 22:54
link|flag
This would depend on the client and what background scripts they may have installed. A question like this is way too varied on client and the script itself. – jfalcon Jun 7 '12 at 21:06
in current IRCD implementations this isnt possible. YOu'd have to enable some type of ban management bot to do that. – The Lord of Time Jul 23 '12 at 13:52
up vote 11 down vote
How does an administrator allow their users to mask or obfuscate their IP addresses from non-oper users in their WHOIS information on various IRCds?
added by WhiskeyTangoFoxtrot Nov 10 '11 at 14:53
link|flag
2  
This is a very good and precise question. – MaxMackie Nov 10 '11 at 20:03
1  
On unrealircd this is set by the directive SET { modes-on-connect "+ixw";} the +x obfuscates the user IP/Host, and the user can simply remove or add it by doing /mode YourNick +(-)x – Hicham LEMGHARI Dec 31 '12 at 23:09
up vote 11 down vote
What is the difference between K-line, G-line and Z-line bans?
added by jli Nov 12 '11 at 0:22
link|flag
1  
Dependent on network configurations, btw. And IRCD – The Lord of Time Jul 24 '12 at 13:59
up vote 11 down vote
How to register a nickname(or username) on a freenode.net?
added by Sai Manoj Kumar Yadlapati Feb 5 '12 at 13:22
link|flag
3  
This type of question would generally be network-dependent, so the number of answer we would have for this is highly insane, and you will get numerous different answers (for example, NickServ on Freenode, Q on whatever its network is, etc.). – The Lord of Time Jul 24 '12 at 13:56
However, on IRC, it could easily include tags such as "Anope", etc. – Qix Jan 29 at 15:45
@The Lord of Time: The network should be specified in the question. – Sai Manoj Kumar Yadlapati Mar 9 at 16:54
@ysaimanojkumar true, however, the "e.g." part only suggests an example, and does not SPECIFICALLY state a network itself. Since we don't have any true details as to the specifics, since this is just the question and not a question with a description, my original opinion still stands. – The Lord of Time Mar 9 at 20:28
Hope it is okay now. – Sai Manoj Kumar Yadlapati Mar 10 at 5:30
up vote 10 down vote
How do I permit bots in the ircd.conf file?
added by MaxMackie Nov 7 '11 at 22:50
link|flag
1  
for an arbitrary IRCd – Hiroto Feb 2 at 2:34
up vote 10 down vote
What is the difference between Op and HalfOp?
added by MaxMackie Nov 7 '11 at 22:53
link|flag
3  
The problem with this question is that it really depends on the particular IRCd. – jli Nov 23 '11 at 21:33
Agreed, I'm thinking it could be a very nice CW though. – MaxMackie Nov 30 '11 at 0:43
up vote 10 down vote
How do I enable SSL in InspIRCd?
added by jli Nov 12 '11 at 0:25
link|flag
5  
Arbitrary IRCd. – jli Nov 12 '11 at 0:25
up vote 10 down vote
Is it better to create a bunch of channels with the same topic on an existing network (freenode?) or to create a network for them?
added by Valentin Lorentz Dec 29 '11 at 15:06
link|flag
1  
This will solicit a lot of discussion as too many people will have varying opinions. – The Lord of Time Jul 24 '12 at 13:54
up vote 10 down vote
How can I detect when a user joins or parts the channel?
added by animuson Mar 23 '12 at 23:11
link|flag
I figured this proposal could use a very simple question. You have to expect these types of basic questions to pop up on an IRC Q&A site. – animuson Mar 23 '12 at 23:12
up vote 10 down vote
How can I avoid GitHub bot from spamming channel with "Join/leave messages" when something will happen in repository?
added by GlitchMr Jun 14 '12 at 14:06
link|flag
up vote 10 down vote
What is the difference between a server and a network? E.g. if I connect to Freenode, is this a server or a network?
added by gerrit Nov 18 '12 at 15:11
link|flag
up vote 10 down vote
What is a netsplit and how to avoid it?
added by donschoe Jan 28 at 21:31
link|flag
This question is probably answered by google, but a concise answer for networking could apply here. – Hiroto Feb 2 at 2:32
up vote 5 down vote
What's the best way to deal with a botnet C&C channel on my network?
added by ThiefMaster Sep 23 '12 at 20:34
link|flag
up vote 3 down vote
What's the process of registering bots on [Server-Name] server?
added by Creator Feb 23 at 10:20
link|flag
up vote 2 down vote
What kind of information/disclaimers are required in the MOTD for my network?
added by donschoe Jan 28 at 22:08
link|flag
up vote 2 down vote
How to I create my own private IRC Server?
added by Creator Feb 23 at 10:19
link|flag
up vote 2 down vote
What is a bouncer and what are the requirements to run one?
added by donschoe Mar 18 at 14:30
link|flag
up vote 1 down vote
Is there a mode that throttles /joins as opposed to managing +l for a channel?
added by Jon Lin Jul 11 '12 at 3:59
link|flag
This is an IRCD dependent question, as it stands it is too open and broad. – The Lord of Time Mar 9 at 20:29
up vote 1 down vote
How to set up mIRC to automatically connect a network, join a channel and auth' with services?
added by donschoe Mar 18 at 14:29
link|flag
up vote 1 down vote
How should I handle a user who keeps joining the network from a different proxy after being banned from the network? (using Unreal IRCd)
added by JMcAfreak Mar 27 at 16:00
link|flag
Further clarification that couldn't fit in the main question: This is assuming the asker has BOPM and iptables already set up (this is a real situation that happened to a friend of mine a while ago, and we did figure it out). Assume the iptables configuration would be basic (there are varying degrees of thoroughness on iptables). – JMcAfreak Mar 27 at 16:02
up vote 1 down vote
Is there a way to prevent certain types of nicknames from being used (such as gibberish, which is often used by bots to flood) in Unreal IRCd?
added by JMcAfreak Mar 27 at 16:06
link|flag
up vote 1 down vote
What is the difference between XDCC and CTCP file transfer methods?
added by atlantiza Apr 1 at 15:09
link|flag
up vote 0 down vote
What policy should we use to define which users to op/voice?
added by Valentin Lorentz Dec 29 '11 at 15:24
link|flag
This is a pretty subjective question. The opinions on this can differ greatly. While there may be some general answers, there is also a broad range of answers that would be considered acceptable. – JMcAfreak Mar 27 at 16:11
up vote 0 down vote
Is PRIVMSG used by the client in the IRC protocol exclusively?
added by Hiroto Feb 1 at 23:03
link|flag
up vote 0 down vote
Is there a web-based IRC client that supports the /ignore command?
added by Waldir Mar 21 at 19:45
link|flag
damn, i want to answer it already! ;) – donschoe Apr 10 at 6:42
up vote 0 down vote
Are there any web-based clients that do not require any plugins (flash, java, ...) to be installed in your browser?
added by donschoe Apr 10 at 6:41
link|flag
up vote -1 down vote
How would I go about adding more servers to my network?
added by cbroughton Nov 15 '11 at 1:11
link|flag
This is IRCd-specific. Question should indicate which IRCd you are interested in. – kba Jan 8 '12 at 17:26
4  
Question is still a valid one by replacing "my network" with < arbitrary ircd>. – corsiKa Mar 1 '12 at 22:16
up vote -1 down vote
Is there any library for IRC on Android/iOS?
added by Creator Feb 23 at 10:21
link|flag
up vote -2 down vote
How do I detect bots on my network?
added by cbroughton Nov 15 '11 at 1:08
link|flag
This is too localized and very open-ended – Hiroto Feb 2 at 2:33

Log in or register to propose your own example question!

This proposal is in:

Definition

The topic and audience are still being decided. It needs:

  • 0 more followers
  • 24 more questions with a score of 10 or more

to move to the next phase.

proposed by

MaxMackie
13.6k●5●68●260

1 year ago (edited 1 year ago)

viewed

1,070 times

latest activity

1 month ago

followers

users also following

18.7% GitHub
12.0% Lockpicking
10.7% Blender
10.7% Homebrew Operatin...
9.3% only this proposal

followers active in

66.7% Stack Overflow
28.0% Meta Stack Overflow
25.3% Super User
18.7% Unix & Linux
17.3% Server Fault
14.7% Ask Ubuntu

recent followers

added May 14 at 9:39
Kevin
51●1
added May 7 at 20:56
Jamie MacIsaac
51●1
added May 7 at 0:47
Jocelyn
5,247●4●11●41
added May 2 at 14:05
Sdry
2,349●1●8●51
added Apr 4 at 17:15
AJ Henderson
19.9k●1●12●112
added Apr 3 at 15:28
Caelan
51●3
added Apr 2 at 18:50
David
51●1
added Mar 26 at 21:11
JMcAfreak
591●23
added Mar 21 at 19:42
Waldir
1,534●4●46
added Mar 15 at 3:40
Pablo Lemurr
1,610●6●24
added Mar 1 at 19:04
Maksim Orlovski
56●6
added Feb 23 at 10:17
Creator
5,465●2●14●92
added Feb 14 at 3:40
Phill Pafford
25.9k●24●111●232
added Feb 10 at 5:19
Lover of Structure
5,162●1●12●76
added Feb 1 at 22:58
Hiroto
1,744●1●4●40
added Jan 29 at 6:21
Impulss
687●3●20
added Jan 29 at 4:25
Miguel
5,285●3●19●87
added Jan 29 at 1:56
elssar
2,664●12●97
added Jan 28 at 21:29
donschoe
3,150●14●106
added Jan 28 at 17:40
finnw
24.2k●6●77●197
added Jan 13 at 21:07
Mike
1,339●6●38
added Jan 13 at 19:59
wil
2,633●1●3●25
added Jan 5 at 6:17
Techdragon
51●1
added Dec 31 '12 at 23:03
Hicham LEMGHARI
1,444●3●45
added Dec 27 '12 at 2:59
ctype.h
8,160●8●40●182
added Dec 23 '12 at 0:39
Qix
1,986●9●56
added Dec 13 '12 at 0:33
Joppe
51●2
added Dec 13 '12 at 0:33
user71511
51●1
added Dec 13 '12 at 0:31
atlantiza
3,391●10●44
added Nov 28 '12 at 17:20
UKB
632●1●17
added Oct 20 '12 at 22:06
Mab879
510●3●18
added Oct 13 '12 at 3:15
Sara
2,716●6●26
added Sep 23 '12 at 20:34
ThiefMaster ♦ 2
113k●19●164●366
added Aug 29 '12 at 20:52
impetiredome
51●3
added Aug 28 '12 at 12:18
tricasse
1,894●3●31
added Aug 21 '12 at 1:51
viper1092
51●2
added Aug 17 '12 at 14:45
Michael
231●6
added Aug 16 '12 at 4:57
wiifm69
5,852●14●50
added Jul 26 '12 at 15:54
acolyte
3,293●4●52
added Jul 24 '12 at 13:55
The Lord of Time
8,626●4●36●134
feed icon proposal feed
faq | blog | legal | privacy policy | contact us | feedback always welcome
site design / logo © 2011 stack exchange, inc.; user contributions licensed under cc-wiki with attribution required
rev 2013.5.11.148