Search found 218 matches

by CrazyCat
Fri Jun 16, 2023 5:01 pm
Forum: Installing and getting connected
Topic: error: Alarm clock
Replies: 10
Views: 4966

Re: error: Alarm clock

./Config asks you some things if you want to override the default settings. You can't do nothing :)
by CrazyCat
Sun May 14, 2023 10:33 pm
Forum: Spam, drones and proxies
Topic: Spamfilter and \p script
Replies: 6
Views: 6680

Re: Spamfilter and \p script

Oh...
The Lounge (a private one only for testing) is installed on a server which also host one of my unrealircd, so its IP must be protected.

Stupid me :)
by CrazyCat
Sun May 14, 2023 10:43 am
Forum: Spam, drones and proxies
Topic: Spamfilter and \p script
Replies: 6
Views: 6680

Re: Spamfilter and \p script

I redo the test and it worked. I'm now using Unreal 6.1.0 so I had at least 1 restart, peharps did it help ? BTW, it works, it's perfect. Thanx Syzop Edit : in fact, the trouble came from my test: using "The lounge", characters are not detected. But using kiwiirc, it works. Can't understan...
by CrazyCat
Sat May 06, 2023 10:44 pm
Forum: Generic support
Topic: Limit channel length
Replies: 3
Views: 2930

Re: Limit channel length

In RFC, a channel name could be up to 200 characters.
In practice, unrealircd doesn't allow more than 32 chars... And I can confirm there is no setting anywhere
by CrazyCat
Wed May 03, 2023 10:19 am
Forum: Spam, drones and proxies
Topic: Stacking a spamfilter
Replies: 4
Views: 2785

Re: Stacking a spamfilter

If you gline, the user will be banned and the message won't be displayed on channels. gline is block + gline.
by CrazyCat
Tue May 02, 2023 9:27 pm
Forum: Spam, drones and proxies
Topic: Stacking a spamfilter
Replies: 4
Views: 2785

Re: Stacking a spamfilter

I don't think it's possible, and it seems illogical. Can you explain more, or give an example ?
by CrazyCat
Sat Apr 22, 2023 10:17 pm
Forum: Generic support
Topic: "No O-Lines on your host"
Replies: 2
Views: 2521

Re: "No O-Lines on your host"

Try

Code: Select all

/oper Mal <password>
(think to replace <password> with your password)
by CrazyCat
Wed Apr 19, 2023 2:28 pm
Forum: Spam, drones and proxies
Topic: Spamfilter and \p script
Replies: 6
Views: 6680

Re: Spamfilter and \p script

Oh, I didn't well read the notes. But: I've well changed the setting: Spamfilter: Recompiled 10 spamfilters due to set::spamfilter::utf8 change. Then remove my filters and redo one of them: Spamfilter added: '\p{Arabic}' [type: regex] [targets: cp] [action: warn] [reason: Sorry but only french is al...
by CrazyCat
Wed Apr 19, 2023 11:31 am
Forum: Spam, drones and proxies
Topic: Spamfilter and \p script
Replies: 6
Views: 6680

Spamfilter and \p script

Hi there, I had just tested this feature but seems to not working. - PCRE2 version : 10.42 2022-12-11 - Spam filter: F regex cp warn 0 115 86400 Sorry_but_only_french_is_allowed CrazyCat!crazycat@netadmin \p{Arabic} Test: <zeolien4679> test سلام No warn, I got the line in my clients (the tester or m...
by CrazyCat
Sun Apr 09, 2023 7:07 pm
Forum: Installing and getting connected
Topic: libcurl location on ubuntu
Replies: 7
Views: 3517

Re: libcurl location on ubuntu

If I remember well, to use smb with curl, the syntax is:

Code: Select all

curl -u "username:passwd" smb://server.example.com/share/file.txt
by CrazyCat
Wed Apr 05, 2023 1:59 pm
Forum: Installing and getting connected
Topic: libcurl location on ubuntu
Replies: 7
Views: 3517

Re: libcurl location on ubuntu

Mount your smb share as a directory rather than trying to use smb://
by CrazyCat
Mon Jan 30, 2023 9:14 am
Forum: Services
Topic: Hello!
Replies: 1
Views: 4558

Re: Hello!

Code: Select all

cd unrealircd
nano -w ./conf/unrealircd.conf
by CrazyCat
Thu Jan 26, 2023 11:08 pm
Forum: Services
Topic: Manage vhost
Replies: 1
Views: 3776

Re: Manage vhost

You'd better search and ask @ https://forum.anope.org/index.php.
by CrazyCat
Sun Jan 08, 2023 5:34 pm
Forum: Linking servers
Topic: strange issue with set::tls
Replies: 2
Views: 3349

Re: strange issue with set::tls

Here is my unrealircd: @define $SERVER "server1" include "modules.default.conf"; loadmodule "websocket"; loadmodule "webserver"; loadmodule "cloak_md5"; include "help/help.conf"; include "badwords.conf"; include "operclass.de...