Simplify and improve code around DCC auto-get / auto-rename / auto-resume

This improves the client messages - eg previously the message to tell you that
you could use /DCC RESUME never got shown due to a logic error.

It also won't try to auto-resume if the local file is already the same size or
bigger than the incoming file.
This commit is contained in:
Kevin Easton
2015-10-10 00:08:00 +11:00
parent ce3fd79652
commit be6bd5aca4
2 changed files with 68 additions and 70 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Improve messages around DCC auto-get / auto-rename / auto-resume. (caf)
* Fix spelling of "receive" in all client output. (caf)
* Ignore DCC ACCEPT if RESUME wasn't requested. (caf)