Skip to content

Releases: GoldenDragonJD/DirectFilePushClient

DirectFilePushClient v1.4.2

Choose a tag to compare

@GoldenDragonJD GoldenDragonJD released this 08 Apr 23:30

Fixed a bug that caused the network interactions to switch to mode 0 instead of mode 3, causing the file data be sent to the client id instead of into an actual file.

DirectFilePushClient v1.4.1

Choose a tag to compare

@GoldenDragonJD GoldenDragonJD released this 04 Apr 22:42

Fixed a bug with the directory not being properly unencrypted causing issues to happen with everything else as well.

DirectFilePushClient v1.4.0

Choose a tag to compare

@GoldenDragonJD GoldenDragonJD released this 02 Apr 13:49

Added a check to the server to make sure the server is receiving a connection from the correct app. This check happens after the server sends the id, the client response by sending a string, if the server doesn't get that string in 3 seconds it will kick you off.

DirectFilePushClient temp

Choose a tag to compare

@GoldenDragonJD GoldenDragonJD released this 02 Apr 12:49

Short release till big one comes in, fixes a bug.

DirectFilePushClient

Choose a tag to compare

@GoldenDragonJD GoldenDragonJD released this 01 Apr 09:56

Fixed a bug that caused both clients to crash when network connection was lost to the server, there is still a bit of small issues but they aren't "game breaking" like when the connection gets disconnected, the sender has to disconnect and reconnect to properly send pair requests, and during hard send, the sender will just keep going but you are no longer stuck sending the file until hard closing the app anymore.

DirectFilePushClient

Choose a tag to compare

@GoldenDragonJD GoldenDragonJD released this 31 Mar 07:24

Fixed and issue with the ui that made it so long transfer status would be cut off, instead I made it overflow into a second line and extended the window size that exist as the container of that text to be longer.

Fixed encryption on file names as well as their path to make sure it's properly encrypted for the new feature of preventing overwrite.

DirectFilePushClient

Choose a tag to compare

@GoldenDragonJD GoldenDragonJD released this 29 Mar 14:19

Changed the folder files check from fully hashing the file to only using the file size, though not totally full proof but is fast and good enough for most situations.

DirectFilePushClient

Choose a tag to compare

@GoldenDragonJD GoldenDragonJD released this 29 Mar 11:28

Updated the new feature that prevents overwriting files, to make it so that large folders are way faster at catching up to the last place there were at before failure.

DirectFilePushClient

Choose a tag to compare

@GoldenDragonJD GoldenDragonJD released this 28 Mar 02:12

Fixed a bug that appeared in the changing file location feature that caused it to delete it's cache when you opened the popup without changing anything and pressing cancel.

DirectFilePushClient

Choose a tag to compare

@GoldenDragonJD GoldenDragonJD released this 27 Mar 16:23

Fixed the bugs that were found, made the (prevent of overwrite) feature more robust when it comes to how the UI interacts with it.