Search found 7 matches

by Latinus
Sat Nov 13, 2004 12:55 pm
Forum: Unreal 3.2 Support
Topic: LInking Unreal with Conferece room
Replies: 6
Views: 3200

LaMpiR wrote:that's stupid
mouahaha :roll:
by Latinus
Fri Nov 12, 2004 6:00 pm
Forum: Unreal 3.2 Support
Topic: MOTD
Replies: 20
Views: 10236

katsklaw wrote:

Code: Select all

flags "old type flags, like OAaRD";
Which one of you questions most resembles the example?
The last I think... I don't use "old style" flags...
by Latinus
Fri Nov 12, 2004 2:03 pm
Forum: Unreal 3.2 Support
Topic: MOTD
Replies: 20
Views: 10236

So...

This :

Code: Select all

     flags
     {
       r,O,A;
     };
Becomes this :

Code: Select all

     flags
     {
       rOA;
     };
isn't it ?


edit :
or this ?

Code: Select all

flags "rOA";
by Latinus
Fri Nov 12, 2004 1:58 pm
Forum: Unreal 3.2 Support
Topic: no o-lines for your host
Replies: 2
Views: 2044

Re: no o-lines for your host

GalaxeY wrote: userhost *!*@*;
=> userhost *@*;
by Latinus
Wed Nov 10, 2004 7:52 pm
Forum: Unreal 3.2 Support
Topic: Updating 3.2-SSL => 3.2.2(no SSL)
Replies: 4
Views: 2242

Ron2K wrote: If this applies to you, then simply remove all SSL-related configuration from your configuration file.
It does not apply for me... but thank you anyway ;)
by Latinus
Wed Nov 10, 2004 7:49 pm
Forum: Unreal 3.2 Support
Topic: Updating 3.2-SSL => 3.2.2(no SSL)
Replies: 4
Views: 2242

First of all, I have no idea why you are even mentioning 3.2.1,

:?: Because this :
- When upgrading a network, we assume you are upgrading from the previous
version (3.2.1). If you got a net running with servers that are several
versions behind (eg: 3.2) then you might experience (desynch ...
by Latinus
Tue Nov 09, 2004 10:35 pm
Forum: Unreal 3.2 Support
Topic: Updating 3.2-SSL => 3.2.2(no SSL)
Replies: 4
Views: 2242

Updating 3.2-SSL => 3.2.2(no SSL)

Hi !

I have a win32 UnrealIrcd 3.2-SSL which is running on a win2k srv sp4 and I would like to update it to Unreal3.2.2 (without SSL).

If I launch unreal3.2.1(no ssl)'s setup and after the 3.2.2(no ssl), can I be sure that all goes running fine ?
I mean : must I continue with SSL versions or not ...