Search found 7 matches

by pomme
Tue Nov 02, 2004 6:48 pm
Forum: Unreal 3.2 Support
Topic: How-to: Linking servers
Replies: 24
Views: 79992

Well, this is why I wanted to make a module for opers to do a challenge/response login. Challenge/response authentication is one method of authentication recommended by CERT.ORG, and is believed by many to be far more secure than any other method. I've started with a simple one that works for one op...
by pomme
Tue Nov 02, 2004 6:02 am
Forum: Unreal 3.2 Support
Topic: How-to: Linking servers
Replies: 24
Views: 79992

All IPs can be spoofed. Don't think an anti-spoofing device will prevent people from spoofing your IP. IP headers can be modified quite easily. I know you won't believe me here, but I could show proof. However, I *could* show proof, but I won't, simply because I don't want to let everyone know how t...
by pomme
Tue Nov 02, 2004 12:32 am
Forum: Unreal 3.2 Support
Topic: NICKLEN and TOPICLEN >> how do you increase the max?
Replies: 3
Views: 2420

You probably don't ever want to set those values any higher than they already are (32 is probably the max). Setting them lower, for example, to make nicknames comply with RFC1459, you can edit struct.h and change "#define NICKLEN 30" to "#define NICKLEN 9". There are a few things...
by pomme
Mon Nov 01, 2004 1:29 am
Forum: Unreal 3.2 Support
Topic: How-to: Linking servers
Replies: 24
Views: 79992

Using easy passwords for server linking is very bad. Imagine if someone spoofed the IP, and then connected to your server, sending RAW IRC commands like SERVER... to initiate a server<-->server connection. You wouldn't want your IRC network hijacked over something simple that could be avoided by cho...
by pomme
Mon Nov 01, 2004 1:17 am
Forum: Unreal 3.2 Support
Topic: Problem with makew
Replies: 12
Views: 3823

There really is no "gmake". When you install GNU Make from the source code, it installs the binary to /usr/local/bin/make by default unless you specify a different prefix. Try doing this to install Unreal: /usr/local/bin/make all Edit: installing GNU Make through a package system, for exam...
by pomme
Sun Oct 31, 2004 3:43 am
Forum: General chat
Topic: Modules page login problem
Replies: 6
Views: 4627

Ok, thanks, I've uploaded my module now. :P
by pomme
Sat Oct 09, 2004 6:21 pm
Forum: General chat
Topic: Modules page login problem
Replies: 6
Views: 4627

Modules page login problem

I go to http://64.84.10.70:81/index.php?page=modules and login. Upon clicking "submit" or any other link, I'm no longer logged in.