mIRC Home    About    Download    Register    News    Help

Print Thread
#85816 07/06/04 04:53 AM
Joined: Dec 2002
Posts: 1,922
O
Online Offline OP
Hoopy frood
OP Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
I would like to raise an old DCC issue which has been bugging mIRC users for ages: mIRC lacks Passive DCC support, which makes it difficult for many users to initiate DCC chat/send sessions.

The details are already covered in this thread, so there's no need to repeat them here. It also has a sample script file that shows how a passive session should work.

Passive DCC should be very easy to implement, since it already exists in mIRC, and it's only the plain command/popup that is missing.

[My proposed syntax: /dcc psend|pchat ...]

Thanks laugh

#85817 08/06/04 02:31 AM
Joined: Feb 2003
Posts: 372
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Feb 2003
Posts: 372
I agree. I frequently send passive DCC sends to mIRC users, and it would be nice if mIRC users could do the same thing, saving everyone from having to go through setting up DCC servers.

#85818 10/06/04 10:54 PM
Joined: Oct 2003
Posts: 101
Vogon poet
Offline
Vogon poet
Joined: Oct 2003
Posts: 101
I agree, but I can see where it raises an issue of importance among irc afficianados. Many people feel that doing things that are not implemented by the server (and therefore only by mirc in most cases) should remain scripted and separate. I know a lot of people who balked at the idea of mirc having a DCC server at all, especially since it poses an undeniable "social engineering" threat.

Does anyone know anything about the GET protocol for the dcc server? The documentation suggests that a more plausable passive method is available, but I am not sure if it has been implemented or how it works. Is it for fserve only?

#85819 11/06/04 12:28 AM
Joined: Dec 2002
Posts: 1,922
O
Online Offline OP
Hoopy frood
OP Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
The help file (under /help dcc server protocol) notes that Get is resricted to File Server requests.

These steps demonstrate the use of the Get protocol:
  1. Alt+O >> DCC >> Fserve; Select a folder.
  2. Open a listening port: /dccserver +f on 59
  3. Connect to your File Server: /dcc fserve 127.0.0.1:59
  4. Browse the folder by typing DIR
  5. Ask for a file while initiating a Get request at the same time: GET filename
There's no easy way to initiate Passive DCC, unless you use vague's workaround. That's why this thread is here laugh


Link Copied to Clipboard