Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-09-03 | msvc: set warning level to /W4 globally | Danila Malyutin | 1 | -3/+3 | |
And fix a bunch of warnings | |||||
2023-04-19 | Run clang-format to fix all. | Aaron Roney | 1 | -1/+2 | |
2023-04-19 | Fix formatting. | Aaron Roney | 1 | -2/+2 | |
2023-04-19 | Allow passing `bind_address` to dedicated room. | Aaron Roney | 1 | -2/+11 | |
2022-09-11 | dedicated_room: fix token padding ... | liushuyu | 1 | -2/+12 | |
... mebedtls' base64 routine has a strange behavioral issue where if the input is invalid, it will not report it as invalid, but rather returning a bunch of garbage data. This new round-tripping padding method should eliminate such issue. | |||||
2022-09-09 | ldn: Initial implementation | FearlessTobi | 1 | -1/+2 | |
2022-09-02 | Address review comments | FearlessTobi | 1 | -6/+1 | |
2022-08-27 | dedicated_room: Correctly handle token decoding | FearlessTobi | 1 | -0/+12 | |
Correctly handle token decoding when '=' has been trimmed by the backend server. Co-Authored-By: liushuyu <liushuyu011@gmail.com> | |||||
2022-08-27 | yuzu_room: Remove dependency on core | FearlessTobi | 1 | -1/+1 | |
2022-08-15 | core: network: Address review comments | german77 | 1 | -0/+0 | |
2022-08-15 | core, yuzu: Address first part of review comments | FearlessTobi | 1 | -50/+50 | |
2022-08-15 | Make copyright headers SPDX-compliant | FearlessTobi | 1 | -3/+2 | |
2022-08-15 | dedicated_room: Initial implementation | FearlessTobi | 1 | -0/+376 | |