Commit graph

10 commits

Author SHA1 Message Date
Tipragot 24b2888040 Disable doctest to make it run in CI
All checks were successful
Rust Checks / checks (push) Successful in 18s
Rust Checks / checks (pull_request) Successful in 8s
2024-02-07 17:51:46 +01:00
Tipragot 33dd130e1c Fix doctest
Some checks failed
Rust Checks / checks (push) Failing after 19s
Rust Checks / checks (pull_request) Failing after 18s
2024-02-07 17:50:20 +01:00
Tipragot ddf5b38905 Fix connection string length checks
Some checks failed
Rust Checks / checks (push) Failing after 7s
Rust Checks / checks (pull_request) Failing after 7s
2024-02-07 17:46:33 +01:00
Tipragot f984920dbd Merge branch 'main' into upnp
Some checks failed
Rust Checks / checks (push) Failing after 11s
2024-02-07 17:18:05 +01:00
Tipragot 26e719eddc Make an error when the connection is disconnected (#24)
All checks were successful
Rust Checks / checks (push) Successful in 8s
Reviewed-on: corentin/border-wars#24
Reviewed-by: Corentin <solois.corentin@gmail.com>
Co-authored-by: Tipragot <contact@tipragot.fr>
Co-committed-by: Tipragot <contact@tipragot.fr>
2024-02-07 16:10:59 +00:00
Tipragot 3f6c7d6037 Remove unused imports
Some checks failed
Rust Checks / checks (push) Failing after 18s
2024-02-07 17:07:41 +01:00
Tipragot 2ca37c4ac0 Adding Aes128Gcm encryption (#18)
All checks were successful
Rust Checks / checks (push) Successful in 9s
Closes #16

Reviewed-on: corentin/border-wars#18
Reviewed-by: Corentin <solois.corentin@gmail.com>
2024-02-07 16:06:26 +00:00
Tipragot 1fc321db12 Automatic port forwarding using UPnP
Some checks failed
Rust Checks / checks (push) Failing after 1m7s
2024-02-07 16:16:56 +01:00
Tipragot 7ce491aee1 Simple non-blocking tcp connection abstraction (#13)
Some checks failed
Rust Checks / checks (push) Failing after 10s
Closes #15

Reviewed-on: corentin/border-wars#13
Reviewed-by: Raphaël <r.lauray@outlook.fr>
2024-02-07 08:26:55 +00:00
Tipragot b46ccc8faa Making the project into a workspace (#12)
All checks were successful
Rust Checks / checks (push) Successful in 7s
Reviewed-on: corentin/border-wars#12
Reviewed-by: Corentin <solois.corentin@gmail.com>
Reviewed-by: Raphaël <r.lauray@outlook.fr>
Co-authored-by: Tipragot <contact@tipragot.fr>
Co-committed-by: Tipragot <contact@tipragot.fr>
2024-02-07 07:05:55 +00:00