Search found 9 matches

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

Re: How to use unicode chars in spamfilter regex?

Thanks. Then I have to upgrade unrealircd first.
by R4tt
Thu Jul 06, 2023 12:10 pm
Forum: Generic support
Topic: How to use unicode chars in spamfilter regex?
Replies: 2
Views: 3411

How to use unicode chars in spamfilter regex?

Spambots are often use hidden unicode characters to bypass hardcoded keyword spamfilter. I noticed unrealircd has a nice in build spamfilter feature. But I've trouble to get it working with regex and unicode characters. But I'm getting error: /SPAMFILTER add -regex cpNn gline - spam TE\x{200B}ST Err...
by R4tt
Mon Sep 25, 2017 8:44 pm
Forum: Generic support
Topic: Websocket & SSL certs
Replies: 9
Views: 4975

Re: Websocket & SSL certs

Ok, it's working now. Don't know why, but looks like unreal reads the config now correctly. :D
by R4tt
Fri Sep 22, 2017 8:39 pm
Forum: Generic support
Topic: Websocket & SSL certs
Replies: 9
Views: 4975

Re: Websocket & SSL certs

Sorry, I posted the wrong config part. This is the correct part: listen { ip *; port 12345; options { ssl; }; ssl-options { certificate "/path/to/letsencrypt/fullchain.pem"; key "/path/to/letsencrypt/privkey.pem"; options { no-client-certificate; }; }; }; A check via openssl s_cl...
by R4tt
Fri Sep 22, 2017 1:58 am
Forum: Generic support
Topic: Websocket & SSL certs
Replies: 9
Views: 4975

Re: Websocket & SSL certs

I tried the websocket modul with a let's encrypt cert, but it looks like, unreal ignores the extra websocket cert. I'm running unrealircd version 4.0.14 with the following websocket config part for the ssl cert: listen { ip *; port 12345; options { ssl; }; ssl-options { certificate "sslcert/ser...
by R4tt
Fri Sep 15, 2017 9:38 am
Forum: Generic support
Topic: Websocket & SSL certs
Replies: 9
Views: 4975

Re: Websocket

Thank you again. :) As far as I know, the existing users will be disconnected, if the ssl cert is changed (which will happen, if let's encrypt is used). My plan is to use lets encrypt for one port (websocket) and a self signed cert for another port. If the "reload tls" command doesn't affe...
by R4tt
Fri Sep 15, 2017 9:13 am
Forum: Generic support
Topic: Websocket & SSL certs
Replies: 9
Views: 4975

Re: Websocket

Thanks for your reply. Is it possible to reload only a specific ssl cert with the "reload tls" command? If I would use a extra cert for the websocket (for example lets encrypt), it would be better if I could reload only that ssl cert instead of reload ALL ssl certs my irc is using.
by R4tt
Wed Sep 13, 2017 9:13 pm
Forum: Generic support
Topic: Websocket & SSL certs
Replies: 9
Views: 4975

Re: Websocket

Another question. Is it possible to use a separate ssl cert only for the websocket or I've to use one ssl cert for the whole unrealircd?
Sorry for double posting. :/
by R4tt
Tue Sep 12, 2017 9:11 pm
Forum: Generic support
Topic: Websocket & SSL certs
Replies: 9
Views: 4975

Websocket & SSL certs

That module sounds very nice!
One question related to the ssl cert thing. If I'm using a free ssl cert service like let's encrypt, I've to renew the cert all ⁓60 days. Is it necessary to restart the unrealircd or reload the module in this case?