Search found 12 matches

by dvzion
Wed Sep 22, 2004 7:30 am
Forum: Unreal 3.2 Support
Topic: after 1 day server doesn't work anymore
Replies: 5
Views: 2136

No - All using the hostname does is then use DNS to get the IP address. This is a rather odd problem, perhaps try removing the third party (authentication) module and see if the problem goes away. Other than that, I'm not sure. I will, thanks for the reply. I think this thing is somehow related to ...
by dvzion
Tue Sep 21, 2004 7:50 pm
Forum: Unreal 3.2 Support
Topic: after 1 day server doesn't work anymore
Replies: 5
Views: 2136

Dukat wrote:Do you have a static IP?
The server has a static IP but I, me (the client) don't. However, this problem has been reported by all the others clients - nobody cannot connect to the server anymore.

Would it help to use the IP instead of hostname?

Thanks for the reply.
by dvzion
Tue Sep 21, 2004 7:39 am
Forum: Unreal 3.2 Support
Topic: after 1 day server doesn't work anymore
Replies: 5
Views: 2136

after 1 day server doesn't work anymore

Hello. I have installed Unreal 3.2.1 on Linux box. It has standard configuration, no services for the moment and a authentication module from AngryWolf and an Eggdrop bot unconfigured. I have compiled the server with very conservative settings - no SSL, no ziplink, only specified 10 as the listen ba...
by dvzion
Mon Apr 26, 2004 7:25 pm
Forum: Unreal 3.2 Modules
Topic: GUEST mode not working
Replies: 7
Views: 4188

Thanks for the reply. I'll look into auspice and see what's the deal there.
by dvzion
Mon Apr 26, 2004 1:26 pm
Forum: Unreal 3.2 Modules
Topic: GUEST mode not working
Replies: 7
Views: 4188

One more thing. The m_guest.c module should implement the /guest command but ofc it depends on the #define GUEST from the config.h.
by dvzion
Mon Apr 26, 2004 11:27 am
Forum: Services
Topic: disable /setname | realname change
Replies: 4
Views: 3529

Thanks! This is way better then having to hack the l_commands.c to comment out the setname module.


It is incredibly simply to add, get commands out of Unreal IRC. Nice work!
by dvzion
Mon Apr 26, 2004 11:25 am
Forum: Unreal 3.2 Modules
Topic: GUEST mode not working
Replies: 7
Views: 4188

I'll investigate things further but #define GUEST is in the sources and the userauth module from AngryWolf uses this (and it woked on RC1 I undertood - I have to check this out though).

I'll check the service modules, thanks for the tip.
by dvzion
Sun Apr 25, 2004 8:15 pm
Forum: Services
Topic: disable /setname | realname change
Replies: 4
Views: 3529

nope. That's why I ask :)
by dvzion
Sun Apr 25, 2004 7:46 pm
Forum: Services
Topic: disable /setname | realname change
Replies: 4
Views: 3529

disable /setname | realname change

Hi. I am trying to disable the /setname command. The users on our irc are using a custom clients and the real name is made automatically. This has to remain untouchable by the users - hence the /setname should not change a thing. Is there any way to make this happen? I haven't found anything in Unre...
by dvzion
Sun Apr 25, 2004 4:55 pm
Forum: Unreal 3.2 Modules
Topic: GUEST mode not working
Replies: 7
Views: 4188

GUEST mode not working

Hi. I've been trying lately to use the GUEST mode (by this I mean, that when someone enters the chat and doesn't have a nick) it get's a GUEST123344 nick. After looking through the source code I found that GUEST should be defined in /include/config.h but, by doing so I get an error: s_user.c:1288:79...
by dvzion
Sun Apr 25, 2004 9:21 am
Forum: Unreal 3.2 Modules
Topic: authentication based on user@
Replies: 3
Views: 3748

Hi. I know about the SQL module but unfortunatelly we don't have the money (that's why I said we are a non-profit organization ;) ). If you want more information about it, just give me a mail and I'll give plenty of information. While your module does everything and beyond of what I need, AngryWolf ...
by dvzion
Sun Apr 25, 2004 12:24 am
Forum: Unreal 3.2 Modules
Topic: authentication based on user@
Replies: 3
Views: 3748

authentication based on user@

Hi. We are setting up an irc network for a non-profit student organization and because we are going to deal with a lot of users from inside and outside we need to differentiate them somehow. I am an irc newbie so please bear with me. The userauth mod by AngryWolf is almost perfect but not quite. Eve...