Search found 85 matches
- Thu Jan 05, 2023 4:45 pm
- Forum: Installing and getting connected
- Topic: UnrealIRCd friendly hosting providers
- Replies: 4
- Views: 199
Re: UnrealIRCd friendly hosting providers
Dependig on your budget/needs I'd personally recommend one of those: VPSag: https://www.vpsag.com/login.php?e=0 Hetzner: https://www.hetzner.com/cloud OVH Eco (Kimsufi): https://eco.ovhcloud.com/fr/#filterType=range_element&filterValue=kimsufi Digital Ocean: https://www.digitalocean.com/products...
- Sat Nov 19, 2022 8:05 pm
- Forum: Generic support
- Topic: irccloud not recognized as webirc-users
- Replies: 3
- Views: 2009
Re: irccloud not recognized as webirc-users
Ok, I understand now. So no need of the webirc settings, just the allow block to ensure more than 3 irccloud users can come. Thank PeGaSuS Yes, exactly that. :) Also, try to exempt IRCCloud from antirandom because I've had issues in the past. IRCCloud reconnects with the nick you've disconnected wi...
- Sat Nov 19, 2022 7:53 pm
- Forum: Generic support
- Topic: irccloud not recognized as webirc-users
- Replies: 3
- Views: 2009
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...
- Sun May 15, 2022 10:04 am
- Forum: Installing and getting connected
- Topic: Auto disconnect?
- Replies: 5
- Views: 3395
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!
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!
- Thu Feb 03, 2022 9:16 pm
- Forum: Spam, drones and proxies
- Topic: Anti VPN
- Replies: 2
- Views: 6058
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...
- Sun Nov 14, 2021 5:19 pm
- Forum: Installing and getting connected
- Topic: SSL Error With Certificate From ZeroSSL
- Replies: 1
- Views: 2330
Re: SSL Error With Certificate From ZeroSSL
Code: Select all
* Subject:
* CN=3.140.249.187
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
- Fri Oct 15, 2021 7:30 pm
- Forum: Installing and getting connected
- Topic: OperServ- Access denied.
- Replies: 4
- Views: 2784
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!
Just read a bit more and all is explained there.
Hope this helps.
Cheers!
- Thu Oct 07, 2021 6:14 pm
- Forum: Generic support
- Topic: How have ident who refer to the browser ?
- Replies: 5
- Views: 2775
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...
- Thu Jul 22, 2021 3:38 am
- Forum: Generic support
- Topic: Hide specific server join notices?
- Replies: 5
- Views: 2959
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...
- Wed Jun 16, 2021 5:43 am
- Forum: Generic support
- Topic: Module geoip-connect-notice
- Replies: 3
- Views: 2754
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.
If so, check if the files are correctly named, etc.
- Wed Jun 16, 2021 5:38 am
- Forum: Generic support
- Topic: number of connected on a website
- Replies: 4
- Views: 3179
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.
- Wed Apr 28, 2021 8:49 pm
- Forum: Generic support
- Topic: restrict-commands : insufficient user's information
- Replies: 4
- Views: 3087
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!
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!
- Sat Apr 10, 2021 2:20 pm
- Forum: Generic support
- Topic: Cannot get WebIRC to work with thelounge
- Replies: 5
- Views: 3415
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...
- Sun Apr 04, 2021 8:30 pm
- Forum: Generic support
- Topic: spamfilter option
- Replies: 9
- Views: 3727
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
That's the idea under the soft actions, such as soft-gline which allows registered users to bypass, as example, DNSBL lists.
Cheers
- Sun Apr 04, 2021 8:20 pm
- Forum: Generic support
- Topic: spamfilter option
- Replies: 9
- Views: 3727
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...