summaryrefslogtreecommitdiffstats
path: root/src/dedicated_room/yuzu_room.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dedicated_room: fix token padding ...liushuyu2022-09-111-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.
* ldn: Initial implementationFearlessTobi2022-09-091-1/+2
|
* Address review commentsFearlessTobi2022-09-021-6/+1
|
* dedicated_room: Correctly handle token decodingFearlessTobi2022-08-271-0/+12
| | | | | | Correctly handle token decoding when '=' has been trimmed by the backend server. Co-Authored-By: liushuyu <liushuyu011@gmail.com>
* yuzu_room: Remove dependency on coreFearlessTobi2022-08-271-1/+1
|
* core: network: Address review commentsgerman772022-08-151-0/+375