Commit Graph

11 Commits

Author SHA1 Message Date
17ms
b695d2fa1c fixed public ip binding 2023-05-29 02:42:38 +03:00
17ms
0fe036b8aa logging & included missing base64 encoding stage 2023-05-27 16:01:39 +03:00
17ms
db388dc013 integration test structure 2023-05-01 01:39:58 +03:00
17ms
2349a74985 replace temp solution with Arc<T> 2023-04-22 01:32:52 +03:00
17ms
34cf303964 increased mpsc buffer sizes, hopefully resolves #3 2023-04-16 01:15:18 +03:00
17ms
adad15aefa updated docs (rename) 2023-04-01 20:28:38 +03:00
17ms
845cb46881 major rewrite implementing new features 2023-04-01 20:02:13 +03:00
17ms
44b44df132 prepare folder structure for gui testing 2023-03-30 00:29:29 +03:00
einisto
35fb797c95 Key-based authentication & critical fix to server's async behaviour
* 8 character long alphanumeric key authentication (server-side)
* Modified integration test to skip the previously mentioned key authentication
* Fixed a previously made typo, which caused the server to await until a single
  client's connection was done
* Simplified the structure of client.rs & server.rs a lot, also improved comments
* Confirm client's connection request with SYN
* Version bump, v0.2.0 => v0.3.0
2022-07-29 17:24:20 +03:00
einisto
c933339771 File selection based on stdin
* Spawn to threads as a client to handle stdin (blocking) &
  connection/transfer
* Input from stdin gets transfered to connection-thread via MPSC-channel
* Included a new flag (-a) to skip stdin and instead download all
  available files from the host
* Removed earlier typos
2022-07-26 22:08:31 +03:00
einisto
44ef3d8db1 Single binary structure & integration tests
* Moved server & client into single binary
* Integration tests
* Server timeout
* General argument parsing
* Version bump
2022-07-15 16:18:03 +03:00