Search found 222 matches

by CrazyCat
Mon Jan 30, 2023 9:14 am
Forum: Services
Topic: Hello!
Replies: 1
Views: 5532

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: 4684

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: 4167

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...
by CrazyCat
Sat Jan 07, 2023 5:33 pm
Forum: Linking servers
Topic: strange issue with set::tls
Replies: 2
Views: 4167

strange issue with set::tls

I there, I noticed a strange thing with the configuration of tls. I made an adaptative configuration which includes files depending on a variable setted in unreal. This file contains two important things: the server set::tls{} block and the link{} blocks. I load this file really early in unrealircd....
by CrazyCat
Sat Nov 19, 2022 7:59 pm
Forum: Generic support
Topic: irccloud not recognized as webirc-users
Replies: 3
Views: 7027

Re: irccloud not recognized as webirc-users

Ok, I understand now.
So no need of the webirc settings, just the allow block to ensure more than 3 irccloud users can come.

Thank PeGaSuS
by CrazyCat
Sat Nov 19, 2022 3:34 pm
Forum: Generic support
Topic: irccloud not recognized as webirc-users
Replies: 3
Views: 7027

irccloud not recognized as webirc-users

Hi there, I've a strange trouble with my unrealircd: mibbit users are well recognized as wenirc-users but irccloud aren't. # connect from mibbit page irc.zeolia.net: connect.REMOTE_CLIENT_CONNECT [info] Client connecting: GatoLoco (Mibbit@this.is.my.ip) [this.is.my.ip] [vhost: cloaked.my.ip] [secure...
by CrazyCat
Sat Nov 05, 2022 2:12 pm
Forum: Generic support
Topic: Problems with geoip-classic in unrealrcd 6.0.4.1
Replies: 6
Views: 8096

Re: Problems with geoip-classic in unrealrcd 6.0.4.1

David wrote: Sat Nov 05, 2022 9:34 am I have the same problem, there is no way to download the .dat files and unrealircd does not start with an error
Give us the error, we can't guess it.
by CrazyCat
Sat Oct 15, 2022 2:33 pm
Forum: Generic support
Topic: DCC? Is there any way to still send files?
Replies: 4
Views: 7489

Re: DCC? Is there any way to still send files?

Not seen dcc option in kiwiirc. Using weechat: /dcc send Jarvis ~/mytext.txt 16:29:49 weechat xfer : offre de fichier pour jarvis (irc.Zeolia), nom : mytext.txt (nom local : /home/crazycat/mytext.txt), 5812 octets (protocole : dcc) [16:29] Refused DCC SEND mytext.txt (no access): CrazyCat!crazycat@n...
by CrazyCat
Thu Oct 13, 2022 10:03 pm
Forum: Generic support
Topic: Problems with geoip-classic in unrealrcd 6.0.4.1
Replies: 6
Views: 8096

Re: Problems with geoip-classic in unrealrcd 6.0.4.1

Do you have the GeoIP.dat and GeoIPv6.dat files ?
Re-read the doc (https://www.unrealircd.org/docs/Geoip#s ... ip-classic): Normally you would NOT set these and stick with the defaults.
by CrazyCat
Thu Oct 13, 2022 4:44 pm
Forum: Generic support
Topic: DCC? Is there any way to still send files?
Replies: 4
Views: 7489

Re: DCC? Is there any way to still send files?

If you didn't set any deny dcc block in your configuration, DCC is allowed.
If you can't DCC send file to your bot, the trouble may come from it, not from unreal.
by CrazyCat
Mon Oct 03, 2022 4:27 pm
Forum: Generic support
Topic: Multiple certificates for unreal ?
Replies: 2
Views: 7360

Re: Multiple certificates for unreal ?

After re-reading the documentation, I'll probably try to use SNI, and if it doesn't work I'll made a certificate with the 2 domains.
by CrazyCat
Fri Sep 30, 2022 6:32 pm
Forum: Installing and getting connected
Topic: Next step to setup irc
Replies: 24
Views: 66571

Re: Next step to setup irc

normaly, unless you comment it yourself, you have cloak_sha256 loaded. Check your conf to find loadmodule "cloak_sha256"; and uncomment it if it's commented. And look for the cloak-keys block to see if you have well setted 3 random strings in it, or runned ./unrealircd gencloak to generate...
by CrazyCat
Wed Sep 28, 2022 1:32 pm
Forum: Generic support
Topic: Multiple certificates for unreal ?
Replies: 2
Views: 7360

Multiple certificates for unreal ?

Hi there, My network will change of name in a few monthes, and I want to have a transitionnal period with the two domains available to let users come with domain1.tld and domain2.tld. Is it possible to have the two certificates or must I create a global certificate with the 2 domains ? Thanks by adv...
by CrazyCat
Thu Sep 22, 2022 10:14 pm
Forum: Installing and getting connected
Topic: Next step to setup irc
Replies: 24
Views: 66571

Re: Next step to setup irc

You compiled it, now configure it : https://www.unrealircd.org/docs/Configuration

Being a noob doesn't mean unplug brain.