Search found 9 matches

by The_deViL
Wed Feb 23, 2005 11:32 pm
Forum: Unreal 3.2 Support
Topic: Runing Unreal As A Service On RedHat 9.0
Replies: 3
Views: 1778

on start:
rm -f /home/IRC/Unreal3.2/unreal.pid

:P
by The_deViL
Wed Feb 23, 2005 11:06 pm
Forum: Unreal 3.2 Support
Topic: Runing Unreal As A Service On RedHat 9.0
Replies: 3
Views: 1778

Check CRONTAB and/or script it.. simply use the crontab script and then add it on start..
by The_deViL
Thu Feb 17, 2005 2:47 pm
Forum: General chat
Topic: IRCD vs Services
Replies: 12
Views: 8328

As stated, RAW is not meant to be used for regular commands such as JOIN or GLINE or similar. Often not even activated. But I can see a use for the command, more out of testing and more complicated things. Sometimes it's nice to have a straight way.

Anyone with more experience of RAW are more then ...
by The_deViL
Thu Feb 17, 2005 2:44 pm
Forum: General chat
Topic: Other IRCds (Was: ircds including unreal)
Replies: 5
Views: 4391

Out of curiosity, why is having the ability to have 10k users that good? You loose one connection, ddosed, exploit, power-failure (reasons for a server to go town temp are many) and your entire network or large part of it is brought to it's knees..

And oh, wich IRCd are you refering to?
by The_deViL
Thu Feb 17, 2005 2:36 pm
Forum: General chat
Topic: GoGloom?
Replies: 13
Views: 9173

What's his IP/Hostname?
by The_deViL
Thu Feb 17, 2005 2:34 pm
Forum: General chat
Topic: IRCD vs Services
Replies: 12
Views: 8328

I can't say I'm an expert on the question, but I can give some hints to the answer.

Raw is a command used to communicate directly and uncensored as well as unproccessed commands to the server, a experts-only command so to speak. This might be useful if you are doing rather complicated things or in ...
by The_deViL
Thu Feb 17, 2005 1:38 pm
Forum: General chat
Topic: IRCD vs Services
Replies: 12
Views: 8328

Sidenote: If you intend to be using RAW commands for what ever reson that would be (out of curiosity, what are the reasons?) I would suggest setting up a parallel test-network consisting of 1 IRCd and 1 service.

Simply use your regular confs but change port and set a password on it.

RAW is bad ...
by The_deViL
Thu May 27, 2004 7:03 pm
Forum: Unreal 3.2 Support
Topic: Linking Problems...
Replies: 10
Views: 7068

Can you ping the servers both ways?
What is your link-block? etc..

Things that would be good to know so other people can help you..
by The_deViL
Thu Mar 18, 2004 8:11 pm
Forum: General chat
Topic: Config Generator
Replies: 29
Views: 29452

[chat@l3 Unreal3.2]$ ./unreal mkpasswd md5 test
Encrypted password is: CY9rzUYh03PK3k6DJie09g==

<?
echo md5("test");
?>
098f6bcd4621d373cade4e832627b4f6

So no, it doesn't appear to work. The biggest Q I have is really why you simply didn't do a quick trial-n-error to see if it would work ...