Search found 12 matches

by WyRm
Wed Dec 24, 2008 8:12 am
Forum: Unreal 3.2 Support
Topic: Cloak Script
Replies: 1
Views: 1197

Cloak Script

** Usage **

to use this module, you MUST set a configuration directive set::static-cloak of
type string. Example:

set {
static-cloak "hidden.yourdomain.com";
};

Sorry Really new to Unreal but what config do I add this to and where in that conifg do I put this

Thanks
by WyRm
Mon Dec 22, 2008 6:38 am
Forum: Unreal 3.2 Support
Topic: Listen Line Password
Replies: 2
Views: 1243

Re: Listen Line Password

I have done that but ever tiem i do that I can not get onto the ircd it tells me.

[10:24pm] * Unable to connect to server (Host disconnected) I am only using ssl port does that matter.
by WyRm
Mon Dec 22, 2008 6:29 am
Forum: Unreal 3.2 Support
Topic: Listen Line Password
Replies: 2
Views: 1243

Listen Line Password

I have searched all over and either i am missing it or not searching right, but how do i set up my ircd to be passworded protected.

Thanks for Any help
by WyRm
Wed Aug 08, 2007 2:10 pm
Forum: Unreal 3.2 Support
Topic: How to see Connections and Disconnections
Replies: 1
Views: 1058

How to see Connections and Disconnections

I have looked all over, either im not looking in the right place or im misisng it. I need to know how to enable it so I as a network admin, see all the connections and disconnections on my ircd server.
by WyRm
Sun Jul 15, 2007 6:53 am
Forum: Unreal 3.2 Support
Topic: SSL Link Error
Replies: 1
Views: 2311

I got it to work by using port 7000 for ssl server only...
by WyRm
Sun Jul 15, 2007 6:37 am
Forum: Unreal 3.2 Support
Topic: SSL Link Error
Replies: 1
Views: 2311

SSL Link Error

SSL_connect(): Internal OpenSSL error or protocol error unrealircd I get this when I try to connect to ircd servers together. Both are being ran on Ubunutu. Server 1 Listen Line listen 1.2.3.4:7002 { options { ssl; serversonly; }; } Server 1 Link line link server1.com { username *; hostname 5.6.7.8;...
by WyRm
Tue Jan 23, 2007 8:06 am
Forum: Unreal 3.2 Support
Topic: Disabling /list
Replies: 2
Views: 1210

Disabling /list

Okay before some one gets mad and tells me to use the search function, I have but either im not putting in the right search wordsor missing it. I have looked and looked but can not find out how to disable the /list in Unreal
by WyRm
Thu Jan 11, 2007 3:30 pm
Forum: Unreal 3.2 Support
Topic: Override Invite
Replies: 3
Views: 1630

Invite

When I do ( /invite Nick #Channel ) I get you are not in that channel. And i am oper'd up.
by WyRm
Thu Jan 11, 2007 3:06 pm
Forum: Unreal 3.2 Support
Topic: Override Invite
Replies: 3
Views: 1630

Override Invite

Is there a way to get into a +i channel when you are a Admin with out being invited
by WyRm
Mon Sep 25, 2006 5:27 am
Forum: Unreal 3.2 Support
Topic: Topic Size
Replies: 2
Views: 1136

Topic Size

Can nay one point me in the right direction on how to increase the amount of characters allowed in a topic. Ex. Want ot increase it from 20 characters to lets say 40

Is this possible to do.
by WyRm
Mon Jun 12, 2006 10:00 pm
Forum: Unreal 3.2 Support
Topic: Joining 2 passworded servers
Replies: 5
Views: 2077

Test Server 1 link Test.Server2 { username *; hostname XX.XX.XX.XX; bind-ip *; port 8001; hub *; password-connect "TestPass"; password-receive "TestPass"; class servers; options { autoconnect; ssl; zip; nodnscache; nohostcheck; }; }; /* * * Ulines Block * */ ulines { Test.Server...
by WyRm
Mon Jun 12, 2006 8:30 am
Forum: Unreal 3.2 Support
Topic: Joining 2 passworded servers
Replies: 5
Views: 2077

Joining 2 passworded servers

I have 2 servers both require passwords to join. Problem is the 2 servers will not connect to each other. I assume it may have to do with the Link Block jsut not sure how to add the servers passwords.