Deny DCC

These are old archives. They are kept for historic purposes only.
Post Reply
Heretic
Posts: 4
Joined: Thu Jun 03, 2004 9:54 pm

Deny DCC

Post by Heretic »

Is it possible to deny the transfer of .exe files altogether?

filename *.exe; perhaps?
Josh
Posts: 19
Joined: Wed May 19, 2004 3:39 pm
Location: New York, U.S.

Post by Josh »

Code: Select all

deny dcc {
filename "*.exe";
reason "Executable files may not be exchanged on this server.";
};
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

http://www.vulnscan.org/UnrealIrcd/unre ... nydccblock


RTFM. Why dont people read documentation, when it has been written for a specific purpose.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Heretic
Posts: 4
Joined: Thu Jun 03, 2004 9:54 pm

Post by Heretic »

I did read the documentation, it refers to blocking individual exe's, just wanted clarification on how to block them on a whole, as i do not have a access to a test server at the present time.

Get off your high horse!
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

I'm not _on_ a high horse. If I was, I would have posted a couple of paragraphs...

Don't take what I say too seriously ;)

What do you mean you dont have a test server? You dont need one. An error in config wont crash the server... You do what you think, rehash, and test...
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
jailmann
Posts: 81
Joined: Wed Apr 28, 2004 9:51 am

Post by jailmann »

Hello

Help me ??

i try to Deny DCC but it dont work what is wrong the line i Unrealircd.conf look like this

deny dcc {
filename "*.exe";
reason "Executable files may not be exchanged on this server.";
};
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Can we get some information about OS version etc?
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
jailmann
Posts: 81
Joined: Wed Apr 28, 2004 9:51 am

Post by jailmann »

Hello

i use

Unreal 3.2.1

Anope 1.7.5
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

jailmann, please create a NEW THREAD for a new Question!!! :evil:

(Maybe a mod could split it...)
jailmann
Posts: 81
Joined: Wed Apr 28, 2004 9:51 am

Post by jailmann »

Hello

?????????????

Why to create a new post when the post is about this i CANT get it to work why make 1 more about the same thing
Post Reply