Search found 1020 matches

by Dukat
Mon Mar 26, 2007 12:53 pm
Forum: Unreal 3.2 Support
Topic: link problem
Replies: 2
Views: 1474

The release notes clearly state:
Please also minimize the time you have multiple versions running, a few days or one week is generally not a problem, but having mixed versions on a network for several weeks or months is not recommended.
So we can't help you, sorry.
by Dukat
Mon Mar 26, 2007 12:51 pm
Forum: Unreal 3.2 Support
Topic: IRC Connection Log
Replies: 6
Views: 3914

"cat" the connection log, "grep" the connections, "wc" the lines.
by Dukat
Mon Mar 26, 2007 12:50 pm
Forum: Unreal 3.2 Support
Topic: FAKELAG_CONFIGURABLE in config.h, may i have to re-compile ?
Replies: 1
Views: 1384

Yes, of course you have to recompile.
by Dukat
Wed Mar 21, 2007 4:15 pm
Forum: Unreal 3.2 Support
Topic: BOTMOTD
Replies: 1
Views: 1215

by Dukat
Wed Mar 21, 2007 4:15 pm
Forum: Unreal 3.2 Support
Topic: Quit Message
Replies: 4
Views: 2146

Please read the documentation:

http://www.vulnscan.org/UnrealIRCd/unre ... l#setblock


(Hint: set::static-quit)
by Dukat
Sun Mar 18, 2007 9:12 am
Forum: Unreal 3.2 Support
Topic: quick question
Replies: 3
Views: 1620

Click the Unreal Icon in the start menu...
by Dukat
Sun Mar 18, 2007 9:11 am
Forum: Services
Topic: linking services on the same computer
Replies: 3
Views: 3755

Uhm... use 127.0.0.1 ;p
by Dukat
Fri Mar 16, 2007 6:16 am
Forum: Unreal 3.2 Support
Topic: quick question
Replies: 3
Views: 1620

Quick Question: What OS? :D
by Dukat
Tue Mar 13, 2007 6:13 am
Forum: Unreal 3.2 Support
Topic: Linking problem !
Replies: 2
Views: 1441

You mustn't put your link block in a comment block . Please read Section "4.1 Configuration File Explained" of the documentation again - especially the part about comments: http://www.vulnscan.org/UnrealIRCd/unreal32docs.html#configurationfileexplained Additionally, you mustn't use "c...
by Dukat
Mon Mar 05, 2007 5:48 pm
Forum: Unreal 3.2 Support
Topic: Connecting host
Replies: 5
Views: 1895

With a ban user block in your unrealircd.conf:

http://www.vulnscan.org/UnrealIRCd/unre ... nuserblock

Code: Select all

ban user {
	mask test@irc.*;
	reason "You are not welcome here.";
};
by Dukat
Mon Mar 05, 2007 5:45 pm
Forum: Unreal 3.2 Support
Topic: Global Connections
Replies: 4
Views: 1824

You must not uline your hub!
by Dukat
Thu Feb 22, 2007 9:45 am
Forum: Unreal 3.2 Support
Topic: Prevent admin being kicked / banned
Replies: 7
Views: 2163

It's not a command, it's a usermode you're looking for... :wink:
by Dukat
Thu Feb 22, 2007 9:44 am
Forum: Unreal 3.2 Support
Topic: Logging in Permission Denied
Replies: 2
Views: 1263

Please paste the exact error.
by Dukat
Wed Feb 21, 2007 10:24 am
Forum: Unreal 3.2 Support
Topic: Private vs Secret
Replies: 1
Views: 2514

I made a quick overview: Mode Show in /list Show /names Show /topic Show in /who Show in /whois +p Yes, as * No Yes No No +s No No No (ERR_NOTONCHANNEL) No No (Everything of course only applies if you are not in the same channel... :P ) (The * as channelname on mode +p is kinda strange... but the &q...