Search found 103 matches

by PeGaSuS
Tue Aug 06, 2024 12:52 pm
Forum: General chat
Topic: Trouble with CBL ?
Replies: 3
Views: 1139

Re: Trouble with CBL ?

I'm also facing the same issue, so I'd say it's an issue with the CBL server.
by PeGaSuS
Sun Jul 28, 2024 2:33 am
Forum: Generic support
Topic: Proxy Protocol
Replies: 3
Views: 1118

Re: Proxy Protocol

UnrealIRCd's Proxy block may be useful for this.
I've never used it so I can't be of much help with it.
You can always join #unreal-support @ irc.unrealircd.org for real-time discussions.

Cheers
by PeGaSuS
Sat Jul 20, 2024 1:30 pm
Forum: Installing and getting connected
Topic: cron job
Replies: 12
Views: 2172

Re: cron job

Am I wrong? You can only call crontab -e with root, right? If I'm wrong, then thanks for the improvement. Even if it's not relevant to the topic, I'm very surprised and pleased with the new functions you've integrated. Keep up the good work. Yes, you're wrong. You should use crontab -e as the user ...
by PeGaSuS
Sat Jul 20, 2024 1:09 pm
Forum: Installing and getting connected
Topic: cron job
Replies: 12
Views: 2172

Re: cron job

/home/user/ircd/unrealircd/unrealircd croncheck or /home/user/ircd/unrealircd croncheck For your installation, your crontab must be: */5 * * * * /home/USER/ircd/unrealircd croncheck (replace USER with your shell username, obviously) Are you saving the crontab properly? Are you saving the crontab as...
by PeGaSuS
Sat Jul 20, 2024 12:32 pm
Forum: Installing and getting connected
Topic: cron job
Replies: 12
Views: 2172

Re: cron job

indeed, it needs an extra /unrealircd on the end of it, like so: /home/user/ircd/unrealircd/unrealircd There seems to be some miscommunication here. We need to know the folder where the executable is placed. During UnrealIRCd compilation, after the ./Config command, this question will appear: In wh...
by PeGaSuS
Sun Jul 14, 2024 12:56 pm
Forum: Spam, drones and proxies
Topic: simple spamfilter with underscore doesn't work
Replies: 9
Views: 2886

Re: simple spamfilter with underscore doesn't work

Right. I misunderstood the question.
Indeed, the sentence
J'ai mis les deux erreurs complètes dans le post, si jamais ça c/c une des deux, ils tomberont dessus.
does trigger the spamfilter even without underscore on it.
by PeGaSuS
Sun Jul 14, 2024 12:39 pm
Forum: Spam, drones and proxies
Topic: simple spamfilter with underscore doesn't work
Replies: 9
Views: 2886

Re: simple spamfilter with underscore doesn't work

Hello, So, I've added the following spamfilter on my network: /spamfilter add -simple cpnN block - Testing_simple_spamfilter_with_underscores *J*u*l*i*a*_*n*x*d*e* and the IRCd returned: [14/07/2024 - 14:21:09] <irc.domain.tld> [info] Spamfilter added: '*J*u*l*i*a*_*n*x*d*e*' [type: simple] [targets...
by PeGaSuS
Mon Nov 13, 2023 2:50 pm
Forum: Generic support
Topic: masking ipv6
Replies: 2
Views: 9660

Re: masking ipv6

Try something like:

Code: Select all

allow { 
        mask "2001:4c3c:ca00:8600::/64";
        class clients;
        maxperip 20;
}
by PeGaSuS
Mon Oct 02, 2023 8:22 pm
Forum: Generic support
Topic: how to remove snomasks mode
Replies: 1
Views: 4377

Re: how to remove snomasks mode

If your bot is an oper, you can specify the snomasks you want in its oper block.

Just add snomask <snomask>; on its oper block, rehash the IRC and restart the bot.

More info about oper blocks at https://www.unrealircd.org/docs/Configu ... Oper_block
by PeGaSuS
Thu Jul 27, 2023 5:12 pm
Forum: Spam, drones and proxies
Topic: Antirandom
Replies: 1
Views: 5240

Re: Antirandom

You should use the modules.optional.conf shipped with UnrealIRCd instead using your own. The actual antirandom config looks like: loadmodule "antirandom"; @if module-loaded("antirandom") set { antirandom { /* THRESHOLD: * This is the most important setting of all. * For every ran...
by PeGaSuS
Sun Jul 16, 2023 2:06 pm
Forum: Installing and getting connected
Topic: Cloaking + /oper
Replies: 5
Views: 13844

Re: Cloaking + /oper

I've pointed you to the relevant documentation, so you can read upon and do the changes you need/want.

You have several examples there, each one related to your issues and you even have how to disable the need for an oper to use SLL/TLS to oper-up.
by PeGaSuS
Sat Jul 15, 2023 10:48 pm
Forum: Installing and getting connected
Topic: Cloaking + /oper
Replies: 5
Views: 13844

Re: Cloaking + /oper

Hi, Regarding #1, I strongly advise you to update your IRC client and use one with SSL/TLS support.. For Windows I suggest AdiIRC and for Linux Hexchat. If you still want to OPER without connecting via SSL/TLS, take a look at the plaintext-policy . Regarding #2, all of that needs to be announced to ...
by PeGaSuS
Thu Jul 06, 2023 10:57 pm
Forum: Generic support
Topic: Is it possible to do g/line in all countries?
Replies: 8
Views: 9010

Re: Is it possible to do g/line in all countries?

Unfortunately you can't gline all the countries at once. You can ban unknown countries (where the IP doesn't have a known geolocation) with: /GLINE ~country:* 0 No unknown countries allowed This will prevent anyone with an unknown country to connect to the network. You can also ban specific countrie...
by PeGaSuS
Sun Jun 11, 2023 10:54 am
Forum: Generic support
Topic: need help making boot script for unrealIRCd
Replies: 1
Views: 4534

Re: need help making boot script for unrealIRCd

I don't know about /etc/init.d/ but I have a systemd script that does that and it's available here: https://gist.github.com/PeGaSuS-Coder/9 ... e852bf2f6a.

Hope this helps in some way.

Cheers
by PeGaSuS
Sat Jun 03, 2023 5:19 pm
Forum: Installing and getting connected
Topic: [SOLVED] Cannot connect
Replies: 7
Views: 6300

Re: Cannot connect

Unfortunately, you don't provide enough info.
We don't know what OS, where it is hosted, etc.
The only reason that comes to my mind for the error to happen is because there's some misconfigured firewall/port forwarding.
You'll need to provide more info for us to be able to help.