Commit graph

16 commits

Author SHA1 Message Date
b39e88107a refactor(caesar): restructure the project to a monorepo 2024-05-05 13:42:11 +02:00
42e4a63a6a fix(sender,receiver): fixed bug with sender and receiver trying to connect to https with http address
to fix this bug i had to change the way a user can support a relay
address. the user can no longer provide the address in the form
"0.0.0.0:8000" instead he has to use "ws://0.0.0.0:8000" or
"wss://0.0.0.0:8000" the switch between ws/http or wss/https is handle
by the program
2024-05-02 21:22:17 +02:00
4fb2cc1038 fix(sender): performed code cleanup with clippy 2024-05-01 22:56:44 +02:00
f321b6bc6c feature(sender): change the behavour to only show the transfer name if relay and local room0ids are send to realy server 2024-05-01 22:51:23 +02:00
19f6b24e0f feature(sender,receiver): added better functionality to separate room-ids 2024-05-01 22:38:18 +02:00
2262fd9f75 feature(sender,receiver): enabled local and relay transfer
actually a clean close of the sender application is still missing and
has to be included
2024-05-01 17:46:04 +02:00
336ea18ad9 feature(sender): adapted relay and sender component to work with a simple transfer name
In order to be able to use a simple transfer name, the relay server and
the sender were adapted. On the sender, the on_create_room method was
adapted so that a call is made to the http_client to register the
transfer with the relay server. The handle_create_room method on the
server has been adapted so that when a room is created, the name is
transmitted by the receiver and is no longer generated on the
relayserver.This was also done in preparation for integrating a local
relayserver for the direct connection between sender and receiver.
2024-04-30 23:31:47 +02:00
8b62159762 feature(sender): added output of randomly generated name
in order to output a randomly generated name a new http_client was
included to perform the request to the relay server.
2024-04-28 23:13:35 +02:00
bec368325c performe cleanup with clippy 2024-04-28 09:55:19 +02:00
a362d8ce5c added unit tests for sender and receiver 2024-04-28 09:55:19 +02:00
6fd67f5f4e shuttle: performed last needed changes to support build for shuttle deployment 2024-04-26 17:53:50 +02:00
11531b7d50 project: first attempt of reimplemantation of caesar with websockets 2024-04-26 13:03:52 +02:00
67b3931b58 relay: sender: client: added route to signal successfull download to relay 2024-04-22 21:59:45 +02:00
5db7d6991c relay: sender: receiver: add name hashing and move name creation from relay server to sender 2024-04-22 21:17:55 +02:00
Patryk Hegenberg
79c9741522 relay: sender: receiver: add custom errortypes 2024-04-21 21:41:38 +02:00
08c4610043 sender: receiver: server: add basic direct file transfer 2024-04-21 15:13:55 +02:00
Renamed from src/sender/sender.rs (Browse further)