summaryrefslogtreecommitdiffstats
path: root/src/dedicated_room/yuzu_room.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-19Run clang-format to fix all.Aaron Roney1-1/+2
2023-04-19Fix formatting.Aaron Roney1-2/+2
2023-04-19Allow passing `bind_address` to dedicated room.Aaron Roney1-2/+11
2022-09-11dedicated_room: fix token padding ...liushuyu1-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-09ldn: Initial implementationFearlessTobi1-1/+2
2022-09-02Address review commentsFearlessTobi1-6/+1
2022-08-27dedicated_room: Correctly handle token decodingFearlessTobi1-0/+12
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 coreFearlessTobi1-1/+1
2022-08-15core: network: Address review commentsgerman771-0/+0
2022-08-15core, yuzu: Address first part of review commentsFearlessTobi1-50/+50
2022-08-15Make copyright headers SPDX-compliantFearlessTobi1-3/+2
2022-08-15dedicated_room: Initial implementationFearlessTobi1-0/+376