caesar-transfer/src
Patryk Hegenberg 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
..
cli feature(sender,receiver): added better functionality to separate room-ids 2024-05-01 22:38:18 +02:00
receiver fix(sender,receiver): fixed bug with sender and receiver trying to connect to https with http address 2024-05-02 21:22:17 +02:00
relay feature(sender,receiver): added better functionality to separate room-ids 2024-05-01 22:38:18 +02:00
sender fix(sender,receiver): fixed bug with sender and receiver trying to connect to https with http address 2024-05-02 21:22:17 +02:00
build.rs project: first attempt of reimplemantation of caesar with websockets 2024-04-26 13:03:52 +02:00
main.rs shuttle: performed last needed changes to support build for shuttle deployment 2024-04-26 17:53:50 +02:00
shared.rs feature(sender): adapted relay and sender component to work with a simple transfer name 2024-04-30 23:31:47 +02:00
shuttle.rs feature(shuttle): adapt shuttle implementation to new server structure 2024-05-02 11:10:27 +02:00