Commit Graph
28 Commits
Author SHA1 Message Date
Zoltán Papp 1f95467b02 Sonar fix 2024-07-09 16:51:40 +02:00
Zoltán Papp 6553d8ce03 Sonar fix 2024-07-09 16:50:29 +02:00
Zoltan Papp c3e8187a47 Fix lint issues 2024-07-08 21:53:20 +02:00
Zoltán Papp a9e6742d9a - Remove heartbeat logs
- Fix relay client tests
- Fix auth ID unmarshalling
- Add magic header check
2024-07-08 17:55:48 +02:00
Zoltán Papp 1f949f8cee Fix parameters of tests 2024-07-08 17:01:11 +02:00
Zoltan Papp b3715b5fad - Revert typos in turnCfg string
- merge main
2024-07-08 15:05:29 +02:00
Zoltan Papp 836072098b Integrate the relay authentication 2024-07-05 16:12:30 +02:00
Zoltan Papp 1a5ee744a8 - add file based cert
- print out the exposed address
- handle empty exposed address
2024-07-03 15:03:57 +02:00
Zoltan Papp 15a7b7629b Add exposed address 2024-07-02 11:57:17 +02:00
Zoltán Papp d3785dc1fa Fix ssl configuration 2024-07-01 11:50:18 +02:00
Zoltán Papp dd0d15c9d4 Add healthcheck code 2024-06-27 18:40:12 +02:00
Zoltán Papp 4d0e16f2d0 - Remove WaitForExitAcceptedConns logic from server
- Implement thread safe gracefully close logic
- organise the server code
2024-06-27 02:36:44 +02:00
Zoltán Papp 3fcdb51376 Error handling 2024-06-26 16:23:50 +02:00
Zoltán Papp c0efce6556 Fix msg delivery timeouts 2024-06-26 16:22:26 +02:00
Zoltán Papp f0eb004582 Single thread on server sending 2024-06-26 15:26:19 +02:00
Zoltán Papp 745e4f76b1 Remove gorilla lib 2024-06-26 15:25:01 +02:00
Zoltán Papp 0a67f5be1a Fix logic 2024-06-25 15:13:08 +02:00
Zoltan Papp fed9e587af Add close message type 2024-06-05 19:49:30 +02:00
Zoltan Papp a40d4d2f32 - add comments
- avoid double closing messages
- add cleanup routine for relay manager
2024-06-04 14:40:35 +02:00
Zoltán Papp 15818b72c6 Add alternative ws server implementation 2024-06-03 21:38:37 +02:00
Zoltán Papp 2b369cd28f Add quic transporter 2024-06-03 20:17:43 +02:00
Zoltán Papp 7cc3964a4d Use mux for http server
Without it can not start multiple http
server instances for unit tests
2024-05-29 16:11:58 +02:00
Zoltán Papp 173ca25dac Fix in client the close event 2024-05-26 22:14:33 +02:00
Zoltán Papp 36b2cd16cc Remove channel binding logic 2024-05-23 13:24:02 +02:00
Zoltán Papp 13eb457132 Add registration response message to the communication 2024-05-21 15:51:37 +02:00
Zoltan Papp 1c9c9ae47e Remove sync.pool 2024-05-20 11:38:23 +02:00
Zoltan Papp 9ac5a1ed3f Add udp listener and did some change for debug purpose. 2024-05-19 12:41:06 +02:00
Zoltan Papp 57a89cf0cc Add initial relay code 2024-05-17 17:43:28 +02:00