Search found 5 matches

by gEry
Sun May 21, 2006 8:56 am
Forum: Unreal 3.2 Support
Topic: One line a wrong configuration
Replies: 8
Views: 2189

Yep, i made it as like that:
listen *:6697
{
options
{
ssl;
clientsonly;
};
};

#listen *:8067;
#listen *:6667;
Works great. Thx.
by gEry
Sat May 20, 2006 6:52 pm
Forum: Unreal 3.2 Support
Topic: One line a wrong configuration
Replies: 8
Views: 2189

how can i block unsecured connections? i just want ssl. is that possible?

just blocking the standart port for that`??
by gEry
Sat May 20, 2006 6:27 pm
Forum: Unreal 3.2 Support
Topic: One line a wrong configuration
Replies: 8
Views: 2189

okay, well in thought *NIX is not equal to linux. So i didn't uncomment
loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";
So, also this is done now, changed the keys and started the ircd.
Works now. Thx.
by gEry
Sat May 20, 2006 4:29 pm
Forum: Unreal 3.2 Support
Topic: One line a wrong configuration
Replies: 8
Views: 2189

hi!

thx, first problem fixed...
second one:
[error] ERROR: No cloaking module loaded. (hint: you probably want to load cloak.so)
What is a cloaking module? And what do i need to do to fix this problem?
by gEry
Sat May 20, 2006 3:42 pm
Forum: Unreal 3.2 Support
Topic: One line a wrong configuration
Replies: 8
Views: 2189

One line a wrong configuration

HI

i get this error:
./unreal start
Starting UnrealIRCd ...