summaryrefslogtreecommitdiffstats
path: root/src/dedicated_room/yuzu_room.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* msvc: set warning level to /W4 globallyDanila Malyutin2023-09-031-3/+3
| | | | And fix a bunch of warnings
* Run clang-format to fix all.Aaron Roney2023-04-191-1/+2
|
* Fix formatting.Aaron Roney2023-04-191-2/+2
|
* Allow passing `bind_address` to dedicated room.Aaron Roney2023-04-191-2/+11
|
* 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