Search found 96 matches

by PeGaSuS
Wed Mar 24, 2021 6:16 am
Forum: Installing and getting connected
Topic: help with warn on spamfilter
Replies: 2
Views: 6390

Re: help with warn on spamfilter

Hi! There's no way to hide that message from users without changing the source code, because otherwise spamfilter could be used to spy on users and that would be very unethical. So, unless you change the source code (and forfeit from all support) you can't hide the message. Obviously, that the Unrea...
by PeGaSuS
Sat Mar 20, 2021 10:31 am
Forum: Installing and getting connected
Topic: Users are getting Auto Op
Replies: 6
Views: 8488

Re: Users are getting Auto Op

You need to be aware of the following, before changing access levels and other things: Every user will get auto op when joining an empty and unregistered channel, so they can register it later if desired, as you can't register a channel unless you're OP. If you remove that ability, no user will be a...
by PeGaSuS
Tue Mar 16, 2021 5:48 am
Forum: Generic support
Topic: Invisible users on my channel. Please help
Replies: 4
Views: 4867

Re: Invisible users on my channel. Please help

Usually, sending email is not in any way related to UnrealIRCd.
Still, since I do understand how sometimes setting up email is hard, here's how you do it the easy way: https://www.linode.com/docs/guides/conf ... or-ubuntu/
by PeGaSuS
Tue Mar 09, 2021 9:54 pm
Forum: UnrealIRCd modules (third party)
Topic: request form stop connection to server for countries
Replies: 3
Views: 8268

Re: request form stop connection to server for countries

Hi, @Suratka. Unfortunately, UnrealIRCd doesn't have geo location ban (yet). Currently you're limited to only a few options such as: - Set your channels to +R which stops unregistered users from joining. - Use blacklist blocks ( https://www.unrealircd.org/docs/Blacklist_block ) and that will stop so...
by PeGaSuS
Tue Feb 09, 2021 11:58 pm
Forum: Generic support
Topic: Restrict opers creation
Replies: 7
Views: 5479

Re: Restrict opers creation

If you really want to block users from joining/creating other channels than the ones you've already created, you can use the Deny channel ( https://www.unrealircd.org/docs/Deny_channel_block ) and the Allow channel ( https://www.unrealircd.org/docs/Allow_channel_block ) blocks. Examples: deny channe...
by PeGaSuS
Thu Feb 04, 2021 1:52 pm
Forum: Generic support
Topic: maxbans not taken into accout
Replies: 2
Views: 4224

Re: maxbans not taken into accout

As it has been stated in the support channel, UnrealIRCd 4 is no longer supported. You should really upgrade to UnrealIRCd 5. I've just added this on my unrealircd.conf, and after a rehash the values are updated: set { maxbans 200; /* Number of bans per channel */ maxbanlength 60; /* Number of chars...
by PeGaSuS
Sun Aug 30, 2020 3:28 pm
Forum: Installing and getting connected
Topic: unable to make temporary file: Permission denied
Replies: 10
Views: 11826

Re: unable to make temporary file: Permission denied

There's a disagreement between the paths from where UnrealIRCd is extracting the files and your $HOME directory. All of the paths should be relative to your $HOME directory. As the user where you plan to install UnrealIRCd, try the following commands: wget https://www.unrealircd.org/downloads/unreal...
by PeGaSuS
Wed Aug 05, 2020 6:47 pm
Forum: Generic support
Topic: ssl error
Replies: 5
Views: 6779

Re: ssl error

1. In UnrealIRCd 5.x the "ssl" word has been changed to "tls". So, it is something like: listen { ip *; port 6697; options { tls; }; tls-options { certificate "/etc/letsencrypt/live/irc.arpradio.com/fullchain.pem"; key "/etc/letsencrypt/live/irc.arpradio.com/privke...
by PeGaSuS
Sat Aug 01, 2020 9:57 pm
Forum: Generic support
Topic: prevent access to the server by country.
Replies: 1
Views: 1732

Re: prevent access to the server by country.

Currently, there's no such (free) module for UnrealIRCd. Gottem has one paid module that does that.
You can find more info here: https://unrealshop.gottem.nl/

Cheers!
by PeGaSuS
Thu Jul 30, 2020 6:26 pm
Forum: Generic support
Topic: webirc configuration does not work with thelounge client
Replies: 20
Views: 7956

Re: webirc configuration does not work with thelounge client

Late reply but I was busy with real life. Did you managed to make it work? If not, can you paste your webirc block from UnrealIRCd for TheLounge client? Also, remember that if you have another web client (such as KiwiIRC) using the same IP, the password for TheLounge must be the same as for KiwiIRC....
by PeGaSuS
Sat Jul 18, 2020 6:51 pm
Forum: UnrealIRCd modules (third party)
Topic: send message to all users/ircops
Replies: 5
Views: 9432

Re: Future Plan

And what would be the flood protection for that specific module? I can imagine a user typing !999 endlessly just to annoy IRCops.
Would unregistered users be able to use it?
And ping all users would be a bit bad for the users that have nothing to do with network administration.
by PeGaSuS
Sat Jul 11, 2020 4:24 am
Forum: Installing and getting connected
Topic: Can't connect to my IRC server through SSL port 7501; connection dropped.
Replies: 3
Views: 8687

Re: Can't connect to my IRC server through SSL port 7501; connection dropped.

Hello. 1) Does your IRC client has support for SSL/TLS (it seems to be old and no more developed)? 2) Did you tried to use a more modern client like AdiIRC or HexChat? 3) Did you checked if you or your server are behind some firewall restrictions (although unlikely on the server end)? 4) Try to use ...
by PeGaSuS
Fri Jun 26, 2020 9:03 pm
Forum: Generic support
Topic: webirc configuration does not work with thelounge client
Replies: 20
Views: 7956

Re: webirc configuration does not work with thelounge client

That means that the password is incorrect in one of the ends.
So check your configurations again and make sure that the IP and password matches
by PeGaSuS
Fri Jun 26, 2020 8:00 pm
Forum: Generic support
Topic: webirc configuration does not work with thelounge client
Replies: 20
Views: 7956

Re: webirc configuration does not work with thelounge client

1) Are you running TheLounge behind a proxy?

2) Are you sure that the machine IP is the one you are putting in the webirc block in UnrealIRCd and on the bind line of TheLounge?
by PeGaSuS
Fri Jun 26, 2020 7:40 pm
Forum: Generic support
Topic: webirc configuration does not work with thelounge client
Replies: 20
Views: 7956

Re: webirc configuration does not work with thelounge client

can you paste the bind and webirc lines from TheLounge?
You can omit the IP, but don't omit any quotes or punctuation.