Commit Graph

60 Commits

Author SHA1 Message Date
17ms
91f1a6d69f replace '~' with absolute path & removed unnecessary return traits 2023-05-28 19:27:17 +03:00
17ms
ba0678c149 typos in docs & arg formatting 2023-05-27 22:09:48 +03:00
17ms
5ae514fea6 ensure min byte limit for ecdh exchange 2023-05-27 16:51:54 +03:00
17ms
0fe036b8aa logging & included missing base64 encoding stage 2023-05-27 16:01:39 +03:00
17ms
15579b016e compressed & more concise structure (untested) 2023-05-26 01:50:55 +03:00
17ms
572c1e7468 simplified common utils 2023-05-25 02:20:56 +03:00
17ms
a592528fee redesigned comms & crypto modules 2023-05-25 02:05:22 +03:00
17ms
6b3f466b3c arg groups & formatting 2023-05-22 04:54:49 +03:00
17ms
60abc00526 fixed workflow shield link 2023-05-06 20:51:43 +03:00
17ms
213dd3124f clap parsers for ips & paths 2023-05-06 20:36:46 +03:00
17ms
63de6d49cc finally fixed 772644f (2/2) completely 2023-05-06 03:39:36 +03:00
17ms
160cd01a56 checkmate ci to replace old 2023-05-06 02:29:53 +03:00
17ms
e1af665a65 split 2 of 772644f, debugging ci 2023-05-01 16:34:53 +03:00
17ms
f8e2806406 empty socket error propagation 2023-05-01 16:15:12 +03:00
17ms
0bc1ec8a9a split 1 of 772644f, debugging ci 2023-05-01 13:52:54 +03:00
17ms
573a2a44a1 Revert "less unwraps"
This reverts commit 772644fa5d.
2023-05-01 04:05:36 +03:00
17ms
aa35573b44 fixed typo in docs 2023-05-01 03:59:34 +03:00
17ms
c646cc7136 clap skeleton 2023-05-01 03:51:23 +03:00
17ms
772644fa5d less unwraps 2023-05-01 02:58:20 +03:00
17ms
be7ac79ab1 cleaned project structure 2023-05-01 01:40:14 +03:00
17ms
db388dc013 integration test structure 2023-05-01 01:39:58 +03:00
17ms
4aa5734b7f ip fetch with ureq & simplified params 2023-05-01 01:35:57 +03:00
17ms
57f96b4aca include missing img tag 2023-04-28 01:44:03 +03:00
17ms
9d893ddc80 filled docs with basics 2023-04-28 01:27:22 +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
b8e6f81338 pre-commit hook for fmt & clippy 2023-04-12 03:42:58 +03:00
17ms
66dec81364 keygen to crypto module & fixed CI branch naming 2023-04-11 23:26:50 +03:00
17ms
f1bb0049da updated .gitignore 2023-04-01 20:31:22 +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
17ms
3c3cb50c86 base64 encode payloads (allows the use of msg delimiters) 2023-03-29 20:20:47 +03:00
17ms
e5b038dc91 include plaintext nonce to sent packets 2023-03-23 03:22:30 +02:00
17ms
f7a15623c7 skeleton for new communications module 2023-03-22 19:30:41 +02:00
17ms
6a3c4e736c changes to module visibility 2023-03-20 11:10:23 +02:00
17ms
7e056f2711 crypto module with EDH & AES-GCM 2023-03-19 15:33:37 +02:00
17ms
5ecb1676ea minor rename, accurate variable names 2023-03-08 01:45:29 +02:00
17ms
aa8402b28c fixed minor typos 2023-03-02 17:44:40 +02:00
17ms
d96621cc8b manually update dependencies 2023-03-02 16:47:47 +02:00
dependabot[bot]
3b9abce959
Bump tokio from 1.20.3 to 1.20.4 (#2)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.3 to 1.20.4.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.20.3...tokio-1.20.4)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-02 16:33:32 +02:00
Arttu Einistö
0230abaf86
Merge pull request #1 from 17ms/dependabot/cargo/tokio-1.20.3
Bump tokio from 1.19.2 to 1.20.3
2023-01-07 00:07:50 +02:00
dependabot[bot]
1191750d58
Bump tokio from 1.19.2 to 1.20.3
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.20.3.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.19.2...tokio-1.20.3)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06 21:48:16 +00:00
17ms
e2a1fe4dc8 fixed shields.io links 2022-12-18 15:12:41 +02:00
17ms
a5823e3b04 updated README.md 2022-12-01 20:35:31 +02:00
einisto
537130ee71 Updated README.md 2022-08-18 13:23:33 +03:00
einisto
ea2b5fcca1 Correct address binding 2022-08-12 00:44:07 +03:00
einisto
c45223257c Manually refresh README 2022-07-29 17:24:20 +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
7810f6b38c Improved workflows
More of this bullshit devops
2022-07-27 21:26:03 +03:00