Search found 96 matches

by PeGaSuS
Thu Feb 03, 2022 9:16 pm
Forum: Spam, drones and proxies
Topic: Anti VPN
Replies: 3
Views: 12057

Re: Anti VPN

There's a small problem with all of this. New VPNs and proxies appear in the wild, every day. It's almost impossible to fight them because there are hundreds, if not thousands, of IPS that can be used, unless it's a well established and well-known provider that lets you know what IPs they do have su...
by PeGaSuS
Sun Nov 14, 2021 5:19 pm
Forum: Installing and getting connected
Topic: SSL Error With Certificate From ZeroSSL
Replies: 1
Views: 5806

Re: SSL Error With Certificate From ZeroSSL

Code: Select all

*   Subject:
*     CN=3.140.249.187
A certificate can't be verified when the hostname that should be in the CN is set to an IP.

I assume that you're giving a hostname like irc.domain.tld when UnrealIRCd generates the it?

Also, why don't you use Let's Encrypt, instead?

Cheers
by PeGaSuS
Fri Oct 15, 2021 7:30 pm
Forum: Installing and getting connected
Topic: OperServ- Access denied.
Replies: 4
Views: 6744

Re: OperServ- Access denied.

You have an example, on the same URL you've posted: https://www.unrealircd.org/docs/FAQ#Opt ... onnections.

Just read a bit more and all is explained there.

Hope this helps.

Cheers!
by PeGaSuS
Thu Oct 07, 2021 6:14 pm
Forum: Generic support
Topic: How have ident who refer to the browser ?
Replies: 5
Views: 6805

Re: How have ident who refer to the browser ?

That's not an UnrealIRCd problem but rather a misconfiguration of your webchat service, IMHO. You don't provide any information about your webirc blocks, webchat system, etc. You should seek for help on the appropriated place. In this case this means going to the network/forum/etc of your webchat s...
by PeGaSuS
Thu Jul 22, 2021 3:38 am
Forum: Generic support
Topic: Hide specific server join notices?
Replies: 5
Views: 7032

Re: Hide specific server join notices?

Actually, there's no way to hide a specific IP/hostname from connection notices. Connection notices were made to make IRCops aware of who's connecting/disconnecting from the network in order to manage things properly. Hiding a specific IP/hostname would kinda defeat the purpose of why such feature e...
by PeGaSuS
Wed Jun 16, 2021 5:43 am
Forum: Generic support
Topic: Module geoip-connect-notice
Replies: 3
Views: 6862

Re: Module geoip-connect-notice

I assume that you've downloaded the CSV files and followed the instructions from https://github.com/pirc-pl/unrealircd-m ... geoip-base ?
If so, check if the files are correctly named, etc.
by PeGaSuS
Wed Jun 16, 2021 5:38 am
Forum: Generic support
Topic: number of connected on a website
Replies: 4
Views: 6937

Re: number of connected on a website

Actually you can't, unless you make a custom module that counts the number of webirc/websockets connection.
by PeGaSuS
Wed Apr 28, 2021 8:49 pm
Forum: Generic support
Topic: restrict-commands : insufficient user's information
Replies: 4
Views: 4887

Re: restrict-commands : insufficient user's information

Usually, that's a setting of how the IRC client handles server error notices/messages and not necessarily an UnrealIRCd issue.

You should check your IRC client documentation on how to change the way it handles said messages and how to make it display them in the active window.

Cheers!
by PeGaSuS
Sat Apr 10, 2021 2:20 pm
Forum: Generic support
Topic: Cannot get WebIRC to work with thelounge
Replies: 5
Views: 5572

Re: Cannot get WebIRC to work with thelounge

webirc: { "51.222.193.93": "webirclink", }, 1) Try to make the above in one line like: webirc: { "51.222.193.93": "webirclink" }, 2) Restart TheLounge and rehash the IRCd. 3) If that doesn't work, if TheLounge is in the same machine as UnrealIRCd, use localho...
by PeGaSuS
Sun Apr 04, 2021 8:30 pm
Forum: Generic support
Topic: spamfilter option
Replies: 9
Views: 8909

Re: spamfilter option

Just keep in mind that soft actions allow registered users to bypass any spamfilter.

That's the idea under the soft actions, such as soft-gline which allows registered users to bypass, as example, DNSBL lists.

Cheers
by PeGaSuS
Sun Apr 04, 2021 8:20 pm
Forum: Generic support
Topic: spamfilter option
Replies: 9
Views: 8909

Re: spamfilter option

You must understand that I speak as user and also network administrator. Removing the ability for users to be warned that they've hit a spamfilter, would open a door for administrators to spy on their users. That's why UnrealIRCd does ALWAYS send a message to the user that have committed the "i...
by PeGaSuS
Sun Apr 04, 2021 8:15 pm
Forum: Generic support
Topic: spamfilter option
Replies: 9
Views: 8909

Re: spamfilter option

UnrealIRCd will not help, under no circumstances, networks admins to spy on their users.

With that said, it is possible if you know how and where to change the source code.

Cheers
by PeGaSuS
Sat Mar 27, 2021 5:07 pm
Forum: Installing and getting connected
Topic: Cloaking is not working Need Help Please
Replies: 4
Views: 7056

Re: Cloaking is not working Need Help Please

Any best seen tcl that you can recommend, who tells the user that some one was looking for him/her when the user login. That's not related to UnrealIRCd. You really should start reading the docs, and go to the right places to ask for help. Sorry for being so blunt, but we are here to help you to fi...
by PeGaSuS
Fri Mar 26, 2021 6:22 am
Forum: Generic support
Topic: Arabic characters support in nicknames
Replies: 1
Views: 3939

Re: Arabic characters support in nicknames

Please take a look at https://www.unrealircd.org/docs/Set_block#set::allowed-nickchars , https://www.unrealircd.org/docs/Set_block#set::allowed-channelchars , https://www.unrealircd.org/docs/Nick_Character_Sets and https://www.unrealircd.org/docs/Nick_Character_Sets#Important_notes . Hope this helps...
by PeGaSuS
Wed Mar 24, 2021 6:16 am
Forum: Installing and getting connected
Topic: help with warn on spamfilter
Replies: 2
Views: 6127

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...