Search found 1923 matches

by Syzop
Tue Dec 19, 2023 5:46 pm
Forum: Generic support
Topic: central-api request on website
Replies: 3
Views: 1644

Re: central-api request on website

Thanks for the report. You are right, I checked the registration procedure and something was apparently hanging. After restarting the process, it worked. I double checked and it seems you were the only unfortunate one who was affected by this issue. Could you redo the procedure once more? It should ...
by Syzop
Mon Dec 18, 2023 6:51 pm
Forum: Linking servers
Topic: Unreal 6.1.3 spkifp mismatch
Replies: 6
Views: 4263

Re: Unreal 6.1.3 pkifp mismatch

Great! :)
by Syzop
Mon Dec 18, 2023 3:09 pm
Forum: Linking servers
Topic: Unreal 6.1.3 spkifp mismatch
Replies: 6
Views: 4263

Re: Unreal 6.1.3 pkifp mismatch

If you follow the tutorial then you should not have a set::ssl or set::tls block. If you have such a set::tls::key/certificate then better to remove that. That way, the default cert and key will be from conf/tls/server.cert.pem and the like. That default will then be used for outgoing SSL/TLS connec...
by Syzop
Mon Dec 18, 2023 2:40 pm
Forum: Linking servers
Topic: Unreal 6.1.3 spkifp mismatch
Replies: 6
Views: 4263

Re: Unreal 6.1.3 pkifp mismatch

If you use the certificate/key from Let's Encrypt for server linking then the certificate fingerprint and usually spkifp too will change every xx days. So that isn't ideal. While that may not be the problem you are having today, it sounds like trouble waiting to be happen tomorrow ;). It is possible...
by Syzop
Sun Dec 17, 2023 1:10 pm
Forum: Generic support
Topic: Websockets stopped working on Chrome
Replies: 3
Views: 1858

Re: UnrealIRCd 6.1.4 release and hot-patch for crash issue

Turned out to be a configuration issue outside UnrealIRCd
by Syzop
Sun Dec 17, 2023 7:28 am
Forum: Generic support
Topic: Websockets stopped working on Chrome
Replies: 3
Views: 1858

Re: UnrealIRCd 6.1.4 release and hot-patch for crash issue

I did the update and now my websocket doesn't work at all... Is there anyway to revert this? Perhaps you can hop on at irc.unrealircd.org / #unreal-support so we can test with you, see what's wrong and try to help. Also make sure you upgraded to 6.1.4 and not accidentally upgraded to 6.1.3, since 6...
by Syzop
Sat Dec 16, 2023 8:38 am
Forum: News and Releases
Topic: UnrealIRCd 6.1.4 release and hot-patch for crash issue
Replies: 0
Views: 8602

UnrealIRCd 6.1.4 release and hot-patch for crash issue

Hi everyone, UnrealIRCd 6.1.0 through 6.1.3 contain a bug which makes it possible for a websocket user to crash the IRC server. For the issue to trigger you need to have a listen block with websockets enabled. UnrealIRCd 6.1.4 has been released to fix this issue. However, *NIX users can also fix the...
by Syzop
Thu Dec 14, 2023 8:37 am
Forum: News and Releases
Topic: Heads up: important UnrealIRCd hot-fix and release on Saturday (Dec 16, 2023)
Replies: 0
Views: 7557

Heads up: important UnrealIRCd hot-fix and release on Saturday (Dec 16, 2023)

This is a 48+ hours heads up, so UnrealIRCd admins know they should be around to patch their server on Saturday: Internally we discovered a serious issue in UnrealIRCd. In a common configuration scenario, a regular user can cause UnrealIRCd to crash, which results in all users being disconnected fro...
by Syzop
Sat Dec 09, 2023 8:17 am
Forum: News and Releases
Topic: UnrealIRCd 6.1.3 released
Replies: 0
Views: 16995

UnrealIRCd 6.1.3 released

I'm happy to announce the release of UnrealIRCd 6.1.3 stable. The main focus of this release is adding countermeasures against large scale spam/drones. We do this by offering a central API which can be used for accessing Central Blocklist, Central Spamreport and Central Spamfilter. See the release n...
by Syzop
Fri Dec 01, 2023 8:32 am
Forum: News and Releases
Topic: UnrealIRCd 6.1.3-rc1 available for testing
Replies: 0
Views: 13915

UnrealIRCd 6.1.3-rc1 available for testing

The release candidate for 6.1.3 is now available for testing. You can help us by testing and reporting any issues at https://bugs.unrealircd.org/. I hope more people are willing to test the release candidate this time, as previous time the 6.1.2-rc's were undertested and therefore 6.1.2 required sev...
by Syzop
Mon Nov 20, 2023 4:18 pm
Forum: News and Releases
Topic: New Central Blocklist to reduce spam
Replies: 2
Views: 7392

Re: New Central Blocklist to reduce spam

Not really a way to test it. But you are right, it would be good to see if it is working at all (without enabling debug mode). Maybe some STATS like command. I will look into that, thanks for bringing it up :)
by Syzop
Fri Nov 10, 2023 3:27 pm
Forum: News and Releases
Topic: New Central Blocklist to reduce spam
Replies: 2
Views: 7392

New Central Blocklist to reduce spam

The UnrealIRCd Central Blocklist is an attempt to detect and block spammers. It works similar to DNS Blacklists but the central blocklist receives many more details about the user that is trying to connect and therefore can make a better decision on whether a user is likely a spammer or not. Since e...
by Syzop
Fri Oct 13, 2023 6:11 am
Forum: News and Releases
Topic: UnrealIRCd 6.1.2.3 released
Replies: 0
Views: 13844

UnrealIRCd 6.1.2.3 released

This dot release fixes a possible crash if you have parse errors in your conf and REHASH. Also, if you use UTF8 regexes in spamfilter { } blocks (which is a new feature in 6.1.2) then these were not working when booting the IRCd but they would work after a REHASH. The problem with this is that if yo...
by Syzop
Fri Oct 06, 2023 7:59 am
Forum: News and Releases
Topic: UnrealIRCd 6.1.2.2 released
Replies: 0
Views: 12787

UnrealIRCd 6.1.2.2 released

If you have not installed 6.1.2 or 6.1.2.1 yet, then know that 6.1.2 has quite a nice number of new spam filter features, such as Central Spamfilter . All features are explained in more detail in the release notes . You can upgrade to 6.1.2.x on *NIX via the "./unrealircd upgrade" command....
by Syzop
Wed Oct 04, 2023 5:34 am
Forum: News and Releases
Topic: UnrealIRCd 6.1.2.1 released
Replies: 0
Views: 12508

UnrealIRCd 6.1.2.1 released

I'm happy to announce the release of UnrealIRCd 6.1.2.1 stable. This release focuses on adding spamfilter features but also contains various other new features and some fixes. This release is a little ahead of schedule because I had the impression that the Release Candidate(s) were not being tested ...