Questions tagged [ircd]

IRCd (Internet Relay Chat daemon) is any server software for the IRC chat protocol

IRCd (Internet Relay Chat daemon) is a type of server software that enables people to text to each other via the Internet on a centralized network.

Common ports for an IRCd process are 6665 to 6669, with 6667 being the default for most servers.

Some popular ircd's are unrealircd and inspircd.

9 questions
7
votes
2 answers

Become operator on all channels ircd-hybrid

I have a problem with my ircd-hybrid server. I can only make myself operator in the status tab but not when I join channels. There is my operator tag in ircd.conf: operator { /* name: the name of the oper */ name = "operator"; /* user:…
Linus Odenring
  • 173
  • 1
  • 4
5
votes
1 answer

Disable anti-flooding in inspIRCd

How do I go about disabling anti-flooding in inspIRCd? It is only an annoyance on a private chat. No anti-flooding modules are enabled and all flooding-limits have been set to maximum - yet it still blocks posting for example an ascii image. Any…
cxou
  • 402
  • 3
  • 12
3
votes
2 answers

ngircd / xchat SSL issues

I'm trying to setup a ngircd IRC server on Fedora 18 (which was installed using yum), but I'm having some SSL issues. I can connect to the server locally and remotely if I choose to "accept invalid SSL certificates", but get an error otherwise. Here…
kal
  • 611
  • 1
  • 5
  • 7
1
vote
1 answer

IRC user configuration for irssi/ircd-hybrid on Debian

Running programs as root is dangerous, What's the best way to create a new low privileged user for Irssi and ircd-hybird on Debian?
zotherstupidguy
  • 287
  • 1
  • 2
  • 9
1
vote
0 answers

ircd-hybrid through Tor

I'm trying to run my ircd-hybrid (IRC) server through the Tor network. How would I go about this? I installed tor, so what's next? I've tried setting the ports for the IRC to 9050 etc.
Brosky aP
  • 11
  • 2
0
votes
1 answer

locating somebody on IRC servers over the Internet

Is there a way to locate somebody by his nick or IP address on the internet's IRC servers? I guess the protocol doesn't seem to support it! Still... can it be done? like crawling the web for IRC servers and injecting bots to query about if that…
zotherstupidguy
  • 287
  • 1
  • 2
  • 9
0
votes
0 answers

How do I access my irc server over the internet if I'm using my phone for internet access for the pc

I'm running debian on my home pc. For irc server setup, I installed ircd-hybrid. I happen to have 4G mobile data on my phone and am using it to access the internet using usb tethering through the pc. Now, I'm aware of the fact that tethering ip's…
atheros
  • 256
  • 1
  • 14
0
votes
1 answer

I'm setting up an IRCd on My VPS. How do I open up the normal IRC ports?

I'm trying to get my IRCd running on my VPS. I have everything set up and ready, but I cannot connect. Did a portscan, and the prot isn't open. I have root access. How do I open up ports 6667 and 6697?
0
votes
1 answer

Run ircd-hybrid server as non-root user

I have installed ircd-hybrid on my new CentOS 7 box, and I can run it fine via my normal user, but I want to run it as its own user with reduced permissions (ie, no write access outside /etc/ircd). After hours of trial and error and google, I've…
Eric Shields
  • 1
  • 1
  • 1
  • 4