You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.
At the moment cinch does not support reverse dcc sends.
https://en.wikipedia.org/wiki/Direct_Client-to-Client#Reverse_.2F_Firewall_DCC
It doesn't detect these messages and never fires the dcc_send event. This is due to the regex used:
For reverse DCCs the port is set to 0 and the filesize is followed by an additional parameter - a token.
The first step towards supporting reverse DCCs would be to detect them by updating the regex.
The text was updated successfully, but these errors were encountered: