lformella / xdcc-grabscher

XG is an IRC Downloadmanager written in C#.
http://www.larsformella.de/lang/en/portfolio/programme-software/xg
66 stars 50 forks source link

Reverse DCC Connections #89

Open pnill opened 9 years ago

pnill commented 9 years ago

I modified this to support Reverse DCC connections: https://github.com/PermaNulled/xg-sickbeard/commit/bf77cd28d970ea0c2b9f99a95115ac0fc058fe45

It's not completely done yet as you can see ports are static and such but it works.

My code is also fairly sloppy.

More info on Reverse DCC: http://content.wow.com/wiki/Fserve#DCC_REVERSE

pnill commented 9 years ago

Updated it again to add better support with timeouts: https://github.com/PermaNulled/XG-SBmod/commit/c6eea8e104f53d6f8d2e477bd52c8ee27765a4ff

https://github.com/PermaNulled/XG-SBmod/commit/086e902672a8c3734836d9d0aef107d9533397b7

Going to support DCC Reverse RESUME next.