Search found 218 matches

by CrazyCat
Wed Feb 24, 2021 10:50 pm
Forum: Installing and getting connected
Topic: Can't get Set::TLS::Certificate to work
Replies: 2
Views: 6539

Re: Can't get Set::TLS::Certificate to work

LOL !
I'm not laughing at you, but it's a common mistake when editors don't do syntax highlighting or make it badly.

I already had troubles like this, and it's sometime the hardest to find because we never check our comments :)
by CrazyCat
Sat Feb 20, 2021 10:52 pm
Forum: Generic support
Topic: Transfer to different port
Replies: 4
Views: 4369

Re: UnrealIRCd 5.0.8 released

No. You can't.
by CrazyCat
Fri Feb 19, 2021 12:17 pm
Forum: Generic support
Topic: Transfer to different port
Replies: 4
Views: 4369

Re: UnrealIRCd 5.0.8 released

Not sure to understand your question. Do you mean you try to create a RR without having the same ports used on each server ? I don't know how it can work as it's the client which send the port, using 6667 (or 6697) by default or another port if it's setted in its server configuration.
by CrazyCat
Wed Aug 12, 2020 10:03 pm
Forum: Generic support
Topic: allowed-nickchars for baltic character sets
Replies: 4
Views: 2799

Re: allowed-nickchars for baltic character sets

You can add multiple:

Code: Select all

set { allowed-nickchars { latin1-utf8; slovak-utf8; czech-utf8; }; };
(just an example, choose the sets you need)
by CrazyCat
Wed Aug 12, 2020 7:13 am
Forum: Generic support
Topic: allowed-nickchars for baltic character sets
Replies: 4
Views: 2799

Re: allowed-nickchars for baltic character sets

With slovak-utf8 peharps ?
Have a look @ https://www.unrealircd.org/docs/Nick_Character_Sets and check which are better for you.
by CrazyCat
Thu Jul 30, 2020 11:35 am
Forum: Generic support
Topic: Fail Oper Attempts Punishment
Replies: 5
Views: 2958

Re: Fail Oper Attempts Punishment

I don't think it exists, but it could be possible to create a filter in fail2ban. But it won't be network-wide
by CrazyCat
Tue Jul 28, 2020 12:00 pm
Forum: Generic support
Topic: unrealircd 5.0.4 and kiwiirc nextclient
Replies: 4
Views: 3299

Re: unrealircd 5.0.4 and kiwiirc nextclient

If you host your kiwiirc, the trouble is in your Kiwi configuration.
Did you try using https://kiwiirc.com/nextclient/ to connect to your network ? This will validate your unreal installation, so you'll be sure the trouble come from your kiwiiirc
by CrazyCat
Tue Jun 30, 2020 9:39 pm
Forum: Generic support
Topic: Please Help for crontab unrealircd 4.2.4
Replies: 4
Views: 3053

Re: Please Help for crontab unrealircd 4.2.4

This crontab works:

Code: Select all

* * * * * /home/username/unrealircd/unrealircd croncheck > /dev/null 2>&1
Think to replace /home/username/unrealircd/ with the real path to your unrealircd binary.
* or */1 are the same things, don't complicate :)
by CrazyCat
Tue Mar 31, 2020 11:23 am
Forum: Installing and getting connected
Topic: Server with TLS, done but problems with connecting it
Replies: 1
Views: 6625

Re: Server with TLS, done but problems with connecting it

Tell her to allow non-verified certificate ?
by CrazyCat
Thu Mar 26, 2020 3:02 pm
Forum: Generic support
Topic: Unreal 5 : Troubles with NickServ identification
Replies: 2
Views: 2118

Re: Unreal 5 : Troubles with NickServ identification

Well, sasl doesn't work well with my kiwiirc (but I keep it activated) and I finally modify kiwiirc to access to the network pass and use it in my login plugin.
Really bad patch, but it will let me time to migrate to the new kiwiirc :)
by CrazyCat
Thu Mar 26, 2020 11:36 am
Forum: Generic support
Topic: Unreal 5 : Troubles with NickServ identification
Replies: 2
Views: 2118

Unreal 5 : Troubles with NickServ identification

Hello there, I know it seems anope related, but I guess it's a changement in Unreal which do that. I have some users used to connect using my.server:port:nspassword (where nspassword is their password for nickserv). Since I upgraded to Unreal5, it doesn't work anymore, they can't be identified by th...
by CrazyCat
Wed Mar 18, 2020 11:03 pm
Forum: Generic support
Topic: Help to unrealirdc.conf
Replies: 3
Views: 1933

Re: Help to unrealirdc.conf

I think you didn't completely edit your conf file, or didn't search enough. the "foonet.com" is in the example configuration, in the me block
by CrazyCat
Mon Mar 16, 2020 3:55 pm
Forum: Installing and getting connected
Topic: configure: error: no acceptable C compiler found in $PATH
Replies: 6
Views: 9833

Re: configure: error: no acceptable C compiler found in $PATH

apt and apt-get are quite the same, apt is simpliest to use (preconfigured options). You can have a small explanation at https://itsfoss.com/apt-vs-apt-get-difference/ And when you see a "sudo" starting command, you don't have to be root. "sudo" is used to execute a command with ...
by CrazyCat
Mon Jan 20, 2020 4:37 pm
Forum: Spam, drones and proxies
Topic: Strange bots on strange channel
Replies: 0
Views: 10631

Strange bots on strange channel

Hello there, Since january 17th 2020, I have strange bots: [Fri Jan 17 22:59:37 2020] - Connect - [WIN32][A]BABY6257!BABY9299@103.51.217.18 [VHOST 2134F927.950CFB22.BE6C0064.IP] [Fri Jan 17 22:59:37 2020] - Connect - [WIN32][A]BABY4784!BABY0999@13.76.152.53 [VHOST 80716FB8.8ED770E5.7FB35FB0.IP] [Fri...
by CrazyCat
Sat Jan 18, 2020 4:56 pm
Forum: UnrealIRCd modules (third party)
Topic: [REQUEST] Module Anti VPN
Replies: 4
Views: 10568

Re: [REQUEST] Module Anti VPN

As HeXiLeD said, you can't really detect VPNs, unless you have a list of IP. I know that some guys use vpns to bypass the ban, but it's impossible to detect and block them automaticaly.