summaryrefslogtreecommitdiff
path: root/src/dedicated_room/yuzu_room.cpp
AgeCommit message (Collapse)Author
2024-12-31chore: update project branding to citronZephyron
2023-09-03msvc: set warning level to /W4 globallyDanila Malyutin
And fix a bunch of warnings
2023-04-19Run clang-format to fix all.Aaron Roney
2023-04-19Fix formatting.Aaron Roney
2023-04-19Allow passing `bind_address` to dedicated room.Aaron Roney
2022-09-10dedicated_room: fix token padding ...liushuyu
... 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-09ldn: Initial implementationFearlessTobi
2022-09-02Address review commentsFearlessTobi
2022-08-27dedicated_room: Correctly handle token decodingFearlessTobi
Correctly handle token decoding when '=' has been trimmed by the backend server. Co-Authored-By: liushuyu <liushuyu011@gmail.com>
2022-08-27yuzu_room: Remove dependency on coreFearlessTobi
2022-08-15core: network: Address review commentsgerman77