DCC limitations

These are old archives. They are kept for historic purposes only.
Post Reply
A-1
Posts: 4
Joined: Sun Apr 04, 2004 11:10 am

DCC limitations

Post by A-1 »

im looking to set our server to allow DCC sends to a specific file size. For example setting DCC sends to the server so only a 1 meg file or less can be transfered and anything over 1 meg will be not be allowed.
Just wondering if this can be done with Unreal3.2.1
Thanks
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

That cannot be done with the current DCC protocol. Maybe DCC2 will have a feature like that.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Liek on closer inspection, it looks like this can be done... If I am correct, the proper syntax for a DCC send CTCP is:

Code: Select all

DCC SEND <file> <longip> <port> <size>
Maybe you should go to http://bugs.unrealircd.org and post a feature suggestion.
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Can it be done? Yes. Will I do it? Not sure. Why would you want to do this? Presumably, this is for some anti-warez policy. The problem is, I routinely send files that are > 1MB and they aren't warez. So going by filesize is going to cause MANY false positives. I'm just not so sure that's a very good idea.
-- codemastr
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

perhaps a module is better suited for this task, if it can be done via mods
Post Reply