Search found 98 matches

by PeGaSuS
Sat Nov 19, 2022 7:53 pm
Forum: Generic support
Topic: irccloud not recognized as webirc-users
Replies: 3
Views: 6279

Re: irccloud not recognized as webirc-users

AFAIK, IRCCloud doesn't use webirc, so that behaviour is expected. Basically IRCCloud acts like a BNC service on steroids. :D As stated by them: Identifying users Each user can be uniquely identified for the purpose of bans, etc. by their ident-verified username, in the form [u|s]id[UID] (eg: uid123...
by PeGaSuS
Sun May 15, 2022 10:04 am
Forum: Installing and getting connected
Topic: Auto disconnect?
Replies: 5
Views: 8053

Re: Auto disconnect?

What's the provider and shell type?

This really looks as there's no background processes allowed.

You should check with them, since UnrealIRCd daemonizes and it should be kept running independently of if the user is logged in or not.

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

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: 5988

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: 6958

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: 6996

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: 7263

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: 7066

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: 7190

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: 4938

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: 5641

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: 9168

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: 9168

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: 9168

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: 7255

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