Search found 1917 matches

by Syzop
Thu Jul 06, 2023 12:23 pm
Forum: Generic support
Topic: How to use unicode chars in spamfilter regex?
Replies: 2
Views: 3413

Re: How to use unicode chars in spamfilter regex?

Since UnrealIRCd 6.0.7 you can use this setting to make Spamfilter UTF8 aware, it will be default in next release (6.1.2):

Code: Select all

set { spamfilter { utf8 yes; } }
See https://github.com/unrealircd/unrealirc ... ncements-3
by Syzop
Fri Jun 30, 2023 5:33 pm
Forum: News and Releases
Topic: UnrealIRCd 5 no longer supported
Replies: 0
Views: 8711

UnrealIRCd 5 no longer supported

After 3,5 years UnrealIRCd 5 has reached its end of life. The only supported branch is now UnrealIRCd 6. On October 30, 2021 we announced that all support for UnrealIRCd 5, including security fixes, would stop on July 1, 2023. That was a notification 20 months in advance and more recently we have be...
by Syzop
Fri Jun 16, 2023 5:16 pm
Forum: Generic support
Topic: ./unrealircd upgrade not working
Replies: 3
Views: 2697

Re: ./unrealircd upgrade not working

Yeah you should not delete your unrealircd-x.y.z directory (for as long as you are running that x.y.z version). You are not the first one doing that ;)
by Syzop
Thu Jun 15, 2023 4:10 pm
Forum: Installing and getting connected
Topic: random server
Replies: 3
Views: 2689

Re: random server

What Valware says is basically it. It is also explained in this wiki article: Distributing user load and doing server maintenance
by Syzop
Wed Jun 14, 2023 12:46 pm
Forum: Installing and getting connected
Topic: error: Alarm clock
Replies: 10
Views: 4969

Re: error: Alarm clock

Yeah that's rather long, the ./unrealircd rehash command gives up after 10 seconds. Any idea why it is so slow? Is it a slow machine or do you use remote includes from a slow server or something? I have only had this when debugging with gdb myself, if i also had AddressSanitizer enabled (last questi...
by Syzop
Wed Jun 14, 2023 7:46 am
Forum: News and Releases
Topic: UnrealIRCd 6.1.1.1 released
Replies: 0
Views: 9427

UnrealIRCd 6.1.1.1 released

UnrealIRCd 6.1.1.1 Two days after 6.1.1 I have updated this release with version number 6.1.1.1. It fixes a maxperip bug in 6.1.1 if you use a WEBIRC proxy where the proxy is on IPv6 and is spoofing an IPv4 client or vice-versa. This only affects a small portion of the users, so if you are not affe...
by Syzop
Mon Jun 12, 2023 5:21 pm
Forum: Installing and getting connected
Topic: error: Alarm clock
Replies: 10
Views: 4969

Re: error: Alarm clock

And how how many seconds does it take to REHASH on IRC?
by Syzop
Wed Jun 07, 2023 11:23 am
Forum: Generic support
Topic: Immunity from target flood protection
Replies: 2
Views: 2563

Re: Immunity from target flood protection

No, not at the moment. So you have two/three options:
1. Make these users IRCOps (they are exempt), or
2. Disable target flood protection, or
3. Set the target-flood limit higher
I would go with #2 or #3 if i was you, see target-flood.
by Syzop
Wed Jun 07, 2023 11:16 am
Forum: Installing and getting connected
Topic: error: Alarm clock
Replies: 10
Views: 4969

Re: error

i rehashed unrealircd and it did nothing So you run "./unrealircd rehash" and then you have this error, right? The short answer is that it means the server took too long to respond to (finish the) rehash. Longer than 20 seconds, which is rather unusual. I have not heard of someone else ha...
by Syzop
Sun Jun 04, 2023 1:18 pm
Forum: Installing and getting connected
Topic: Cannot connect
Replies: 7
Views: 3591

Re: Cannot connect

Just tried to connect to your server, and it is still serving a self-signed certificate on port 6697, it is not serving the Let's Encrypt certificate on that port. Have you rehashed ? And when you do REHASH, make sure it doesn't print any errors. When you see errors during rehash, the rehash is not ...
by Syzop
Sun Jun 04, 2023 1:15 pm
Forum: Installing and getting connected
Topic: Cannot connect
Replies: 7
Views: 3591

Re: Cannot connect

Yes exactly, if you use Let's Encrypt with a configuration like that, and the name of the certificate and the server name match, then you won't get a "certificate failed" error message and all will be good.
by Syzop
Sun Jun 04, 2023 1:14 pm
Forum: Generic support
Topic: error
Replies: 2
Views: 2362

Re: error

Seems you managed to crash UnrealIRCd. I see you reported the crash via the crash reporter so I've found and fixed the bug now. Thanks for the report! The bug is if you have a log block with destination "syslog" it will crash. So better avoid that until a new version comes out (6.1.1, soon...
by Syzop
Sun Jun 04, 2023 5:57 am
Forum: Installing and getting connected
Topic: Cannot connect
Replies: 7
Views: 3591

Re: Cannot connect

there is an error message certificate failed
You need to get a "real" certificate nowadays. See Using Let's Encrypt with UnrealIRCd
by Syzop
Wed May 31, 2023 6:42 am
Forum: News and Releases
Topic: UnrealIRCd 6.1.1-rc1 available for testing
Replies: 0
Views: 8978

UnrealIRCd 6.1.1-rc1 available for testing

The release candidate for 6.1.1 is now available for testing. You can help us by testing and reporting any issues at https://bugs.unrealircd.org/. See the release notes for all the interesting new stuff. We also have a new wiki article about Special users , for admins who want to give trusted users/...
by Syzop
Wed May 24, 2023 9:55 am
Forum: Spam, drones and proxies
Topic: Only allow messages from registered user
Replies: 3
Views: 7398

Re: Registered user

(I know, old topic, was just going through it) A more common question is to limit only private messages to registered users, while still allowing channel messages. This is explained in "Disable private message" in the new Security guide . For disallowing messages in channels from unregiste...