Search found 218 matches

by CrazyCat
Tue Dec 28, 2021 4:06 pm
Forum: Linking servers
Topic: Unreal 6.0.0 can't link (spkifp mismatch)
Replies: 4
Views: 8876

Unreal 6.0.0 can't link (spkifp mismatch)

Hi there, My servers were working well together when using unreal5.2.2 I upgraded them and now they start but can't link: link.LINK_DENIED_AUTH_FAILED error: Link with server serv1.zeolia.net@X.X.X.X denied: Authentication failed: spkifp mismatch My link block are correct, I did ./unrealircd spkifp ...
by CrazyCat
Fri Dec 24, 2021 4:57 pm
Forum: Installing and getting connected
Topic: libcurl error
Replies: 4
Views: 7212

Re: libcurl error

It was an update test, it looks like the system takes the path I gave when compiling the previous version.
BTW, I didn't remember having setted up this path, I'm pretty sure it cames from the "let us install curl for you" option.
by CrazyCat
Thu Dec 23, 2021 4:26 pm
Forum: Installing and getting connected
Topic: libcurl error
Replies: 4
Views: 7212

Re: libcurl error

Ok, my bad, libcurl4-openssl-dev wasn't installed on the server.
If I remember well, previous versions of unreal had the option to install curl if needed, am I wrong ?
by CrazyCat
Thu Dec 23, 2021 3:12 pm
Forum: UnrealIRCd modules (third party)
Topic: listrestrict not compatible with unreal6
Replies: 2
Views: 6658

listrestrict not compatible with unreal6

On one of my servers (not the same than the libcurl trouble), I tried to upgrade unreal5 to unreal6, I got compilation errors for listrestrict: make[5]: *** [Makefile:46: custommodule] Error 1 make[5]: Leaving directory '/home/zeolia/unrealircd-6.0.0/src/modules/third' ***** Building 3rd party modul...
by CrazyCat
Thu Dec 23, 2021 3:07 pm
Forum: Installing and getting connected
Topic: libcurl error
Replies: 4
Views: 7212

libcurl error

Hi there, My unrealircd is configured to use remote conf, but when I try to upgrade to unreal6, I get: checking curl_easy_init() in -L/home/zeolia/unrealircd/lib -lcurl... no configure: error: in `/home/zeolia/unrealircd-6.0.0': configure: error: You asked for libcURL (remote includes) support, but ...
by CrazyCat
Fri Dec 10, 2021 10:44 am
Forum: Installing and getting connected
Topic: SSL error with OpenSSl
Replies: 2
Views: 6448

Re: SSL error with OpenSSl

I think you don't have server.cert.pem in conf/tls/, so you have to create the certificate.
by CrazyCat
Thu Oct 14, 2021 11:10 am
Forum: UnrealIRCd modules (third party)
Topic: WALLCHOPS and WALLHOPS
Replies: 1
Views: 5934

Re: WALLCHOPS and WALLHOPS

Forget this question: someone told me about /notice @#chan and /notice %#chan which does what I need.
But is it nomal that /notice %#chan sends to @ too ? It's ok for me (only one notice to send) but I think it's strange
by CrazyCat
Thu Oct 14, 2021 9:15 am
Forum: UnrealIRCd modules (third party)
Topic: WALLCHOPS and WALLHOPS
Replies: 1
Views: 5934

WALLCHOPS and WALLHOPS

Hi there,

I was sure it exists, but seems that no: a /WALLCHOPS (send notice to all @ of a channel) and /WALLHOPS (send notice to all % of a channel).

Is it possible to develop this module plz ?
by CrazyCat
Sat Oct 09, 2021 3:33 pm
Forum: Generic support
Topic: spamfilter option
Replies: 9
Views: 8767

Re: spamfilter option

I think you misunderstood the law. It's not applicable for instant messenging (IRC is instant messenging), it's for platforms where the messages are kept and publicly diffused. Having a spamfilter wich will block illegal messages, or punish user sending illegal messages, is enough, as unrealircd wil...
by CrazyCat
Sat Oct 09, 2021 3:24 pm
Forum: Generic support
Topic: How have ident who refer to the browser ?
Replies: 5
Views: 6719

Re: How have ident who refer to the browser ?

No, the trouble comes from your web interface (kiwiirc, mibbit, ...) and/or the gateway, nothing is related with your ircd or your services.
The ident is given by the user' client
by CrazyCat
Mon Oct 04, 2021 9:47 pm
Forum: Generic support
Topic: A range of IP adresses possible ?
Replies: 1
Views: 5442

Re: A range of IP adresses possible ?

Well, 194.187.248.0/22 means 194.187.248.0 to 194.187.251.255, that's not exactly the same than 194.187.248.0-22 which is not a real notation, even if some softwares (as nmap) understand it. But to answer your question, no, you can't use a range, you can only use wildcards. You can try: mask 194.187...
by CrazyCat
Tue Sep 21, 2021 1:46 pm
Forum: Services
Topic: /List Channels
Replies: 1
Views: 6652

Re: /List Channels

The /list command is a par of unrealircd.

You may check if you have not a restrict-command::list setted, and if your client is not filtering empty chans
by CrazyCat
Thu Sep 16, 2021 10:22 am
Forum: Installing and getting connected
Topic: Unrealircd Stop error
Replies: 2
Views: 6000

Re: Unrealircd Stop error

Weird, as the line #76 just tests if the pid is really running and you already have passed tests on the existance of this file.
Can you pastebin your /opt/unrealircd/unrealircd file plz ?
by CrazyCat
Fri Sep 10, 2021 12:55 pm
Forum: Generic support
Topic: short SSL question
Replies: 2
Views: 5925

Re: short SSL question

Thanks for the answer. I get the same on IRC and I now know that we can have wildcard certs with the DNS challenge, my trouble is now solved. The certificates are generated on the "main" server (the server with the network website) and propagated once a week to others using scp, everything...
by CrazyCat
Wed Sep 01, 2021 4:12 pm
Forum: Generic support
Topic: short SSL question
Replies: 2
Views: 5925

short SSL question

Hi there, My network has 3 servers (a.network.com, b.network.com and c.network.com) and a dns RR (irc.network.com). If I want to use a letsencrypt certificate, must I generate a certificate for each server or only the irc.network.com ? And subsequent question: if I can do only one certificate, how c...