Search found 222 matches

by CrazyCat
Tue Sep 21, 2021 1:46 pm
Forum: Services
Topic: /List Channels
Replies: 1
Views: 8078

Re: /List Channels

The /list command is a par of unrealircd.

You may check if you have not a restrict-command::list setted, and if your client is not filtering empty chans
by CrazyCat
Thu Sep 16, 2021 10:22 am
Forum: Installing and getting connected
Topic: Unrealircd Stop error
Replies: 2
Views: 7206

Re: Unrealircd Stop error

Weird, as the line #76 just tests if the pid is really running and you already have passed tests on the existance of this file.
Can you pastebin your /opt/unrealircd/unrealircd file plz ?
by CrazyCat
Fri Sep 10, 2021 12:55 pm
Forum: Generic support
Topic: short SSL question
Replies: 2
Views: 6954

Re: short SSL question

Thanks for the answer. I get the same on IRC and I now know that we can have wildcard certs with the DNS challenge, my trouble is now solved. The certificates are generated on the "main" server (the server with the network website) and propagated once a week to others using scp, everything...
by CrazyCat
Wed Sep 01, 2021 4:12 pm
Forum: Generic support
Topic: short SSL question
Replies: 2
Views: 6954

short SSL question

Hi there, My network has 3 servers (a.network.com, b.network.com and c.network.com) and a dns RR (irc.network.com). If I want to use a letsencrypt certificate, must I generate a certificate for each server or only the irc.network.com ? And subsequent question: if I can do only one certificate, how c...
by CrazyCat
Tue Aug 24, 2021 10:09 pm
Forum: Generic support
Topic: I locked myself out channel #opers.
Replies: 16
Views: 75487

Re: I locked myself out channel #opers.

what is the relation with unrealircd ? The trouble is in irssi or the script used.
I use weechat which has an option to send unknown commands to server, it globaly transforms unknown commands to "/quote command ..." and it's alright.
by CrazyCat
Mon Jun 28, 2021 2:56 pm
Forum: Services
Topic: List all channels founded by a specific user
Replies: 3
Views: 7884

Re: List all channels founded by a specific user

Without access to MySQL, I don't think you can easily. You can only have founder from the channel (via ChanServ), I don't know any way (from IRC) to have a list of channel founded by an user. The only way I see is to script your client to do a /msg chanserv info <#chan> on each channel on your netwo...
by CrazyCat
Mon Jun 28, 2021 6:29 am
Forum: Services
Topic: List all channels founded by a specific user
Replies: 3
Views: 7884

Re: List all channels founded by a specific user

Well, it depends on the services you use.
If you have services which a MySQL support (as anope), you can have the information in the chanserv DB.
by CrazyCat
Wed Jun 16, 2021 10:49 pm
Forum: Generic support
Topic: number of connected on a website
Replies: 4
Views: 7799

Re: number of connected on a website

If you use services as anope, you can activate mysql db and query it.
Most of services now include mysql/mariadb support and let you have some stats
by CrazyCat
Tue Jun 01, 2021 6:22 am
Forum: Spam, drones and proxies
Topic: odd false positive hit from a correct spamfilter. One for Syzop maybe
Replies: 5
Views: 8607

Re: odd false positive hit from a correct spamfilter. One for Syzop maybe

I can't understand to. The only explanation I can see is the user write a rainbow hello and colours (or other non-printable codes) are seen as spaces but not showed in the spamfilter warning.
by CrazyCat
Mon May 31, 2021 10:11 pm
Forum: Spam, drones and proxies
Topic: odd false positive hit from a correct spamfilter. One for Syzop maybe
Replies: 5
Views: 8607

Re: odd false positive hit from a correct spamfilter. One for Syzop maybe

We are speaking of channel messages, so spaces are part of the message. Without it, you'll only detect strings of 20 (or more) letters. With it, you detect sentences whith 20 caps or spaces. Without space in regex, you match "SUPERCALIFRAGILISTICEXPIALIDOCIOUS" but you don't match "MY...
by CrazyCat
Tue May 25, 2021 10:46 am
Forum: Installing and getting connected
Topic: Unable to connect to server (Permission denied)
Replies: 9
Views: 9315

Re: IRCD in standalone classroom

@Lord255 : he get "Permission denied" when trying to connect it's unrealircd. How to resolve ? 1. Check your firewall, ports must be open 2. Run unrealircd, check it is really running (look in process list, read logs) 3. Try to ping the unrealircd host from all computers which have to conn...
by CrazyCat
Wed May 19, 2021 9:53 pm
Forum: Installing and getting connected
Topic: Unable to connect to server (Permission denied)
Replies: 9
Views: 9315

Re: IRCD in standalone classroom

Use the ip as name, or "IRC_1", it's enough. The important things in the configuration are the allow blocks, which will allow (or deny) clients, and listen block which defines how your unrealircd is waiting connections. allow { ip "*@*"; class clients; maxperip 2; } listen { ip *...
by CrazyCat
Tue May 18, 2021 9:35 pm
Forum: Installing and getting connected
Topic: Unable to connect to server (Permission denied)
Replies: 9
Views: 9315

Re: IRCD in standalone classroom

There is no "good" configuration, you just need to read all inline documentation in config files and set datas as you need.
You can show us your unrealircd.conf file, so we can help you.
by CrazyCat
Tue May 18, 2021 2:12 pm
Forum: Services
Topic: Need Help Please
Replies: 1
Views: 7159

Re: Need Help Please

Users must activate the kill option (/msg nickserv set kill ON | QUICK | IMMED).
And think to change defaults in nickserv.conf to add the kill protections for new users
by CrazyCat
Tue May 18, 2021 2:07 pm
Forum: General chat
Topic: IRCD in standalone classroom
Replies: 4
Views: 11479

Re: IRCD in standalone classroom

You can use HexChat